Module t.v.a.sftp

Part of twisted.vfs.adapters View Source

No module docstring
Function translateErrors Decorator that catches VFSErrors and re-raises them as the corresponding
Function _ebtranslateErrors This just re-raises the failure so that the translateErrors decorator
Class AdaptFileSystemUserToISFTP No class docstring; 1/14 methods documented
Class AdaptFileSystemLeafToISFTPFile No class docstring; 5/6 methods documented
Class VFSConchSession No class docstring; 3/4 methods documented
Class VFSConchUser Undocumented
Function _attrify Undocumented
def translateErrors(function): (source)
Decorator that catches VFSErrors and re-raises them as the corresponding SFTPErrors.
def _ebtranslateErrors(failure): (source)
This just re-raises the failure so that the translateErrors decorator around this errback can intercept it if it wants to.
def _attrify(node): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.