Module t.p.filepath

Part of twisted.python View Source

No module docstring
Function islink Undocumented
Function randomBytes Undocumented
Function armor Undocumented
Class InsecurePath Undocumented
Function _secureEnoughString Create a pseudorandom, 16-character string for use in secure filenames.
Class _PathHelper Abstract helper class also used by ZipPath; implements certain utility methods.
Class FilePath I am a path on the filesystem that only permits 'downwards' access.
def islink(path): (source)
Undocumented
def randomBytes(n): (source)
Undocumented
def armor(s): (source)
Undocumented
def _secureEnoughString(): (source)
Create a pseudorandom, 16-character string for use in secure filenames.
API Documentation for twisted, generated by pydoctor.