class documentation
LFS client for file:// URLs that accesses local filesystem.
| Method | __init__ |
Initialize File LFS client. |
| Method | download |
Download an LFS object from local filesystem. |
| Method | upload |
Upload an LFS object to local filesystem. |
| Instance Variable | _local |
Undocumented |
Inherited from LFSClient:
| Class Method | from |
Create LFS client from git config. |
| Class Method | from |
Create appropriate LFS client based on URL scheme. |
| Instance Variable | config |
Undocumented |
| Property | url |
Get the LFS server URL without trailing slash. |
| Instance Variable | _base |
Undocumented |