We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a980d commit 40c831eCopy full SHA for 40c831e
docs/pydrive2.rst
@@ -40,3 +40,9 @@ pydrive2.settings module
40
:members:
41
:undoc-members:
42
:show-inheritance:
43
+
44
+pydrive2.fs module
45
+------------------------
46
47
+.. autoclass:: pydrive2.fs.GDriveFileSystem
48
+ :show-inheritance:
pydrive2/fs/spec.py
@@ -153,6 +153,8 @@ def _service_auth(
153
154
155
class GDriveFileSystem(AbstractFileSystem):
156
+ """Access to gdrive as an fsspec filesystem"""
157
158
def __init__(
159
self,
160
path,
@@ -167,7 +169,7 @@ def __init__(
167
169
profile=None,
168
170
**kwargs,
171
):
- """Access to gdrive as a file-system
172
+ """Create an instance of GDriveFileSystem.
173
174
:param path: gdrive path.
175
:type path: str.
0 commit comments