module documentation
Undocumented
| Class | |
Filesystem backend type. |
| Class | |
Protocol for the put_file plugins. |
| Function | _check |
Undocumented |
| Function | _get |
Get the protocol and absolute path from a full path. |
| Function | _pip |
Undocumented |
Get the protocol and absolute path from a full path.
| Parameters | |
path:str | Full path optionally containing the protocol. If no protocol is specified, the entire path is treated as an absolute path and the protocol defaults to "file". |
| Returns | |
tuple[ | Detected protocol and absolute path. The path is None when no path is present. |