We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde0019 commit 979a590Copy full SHA for 979a590
fsspec/implementations/dirfs.py
@@ -3,6 +3,13 @@
3
4
5
class DirFileSystem(AsyncFileSystem):
6
+ """Directory prefix filesystem
7
+
8
+ The DirFileSystem is a filesystem-wrapper. It assumes every path it is dealing with
9
+ is relative to the `path`. After performing the necessary paths operation it
10
+ delegates everything to the wrapped filesystem.
11
+ """
12
13
def __init__(
14
self,
15
path=None,
0 commit comments