Part of twisted.python View Source
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 70 | Class | InsecurePath | Error that is raised when the path provided to FilePath is invalid. |
| 77 | Class | LinkError | An error with symlinks - either that there are cyclical symlinks or that |
| 85 | Class | UnlistableError | An exception which is used to distinguish between errors which mean 'this |
| 282 | Class | FilePath | I am a path on the filesystem that only permits 'downwards' access. |
| 33 | Function | _stub_islink | Always return 'false' if the operating system does not support symlinks. |
| 44 | Function | _stub_urandom | Provide random data in versions of Python prior to 2.4. This is an |
| 58 | Function | _stub_armor | ASCII-armor for random data. This uses a hex encoding, although we will |
| 107 | Class | _WindowsUnlistableError | This exception is raised on Windows, for compatibility with previous |
| 119 | Function | _secureEnoughString | Create a pseudorandom, 16-character string for use in secure filenames. |
| 127 | Class | _PathHelper | Abstract helper class also used by ZipPath; implements certain utility |
| Parameters | path | a path string.
(type: str
) |
| Returns | false | |
| Parameters | n | the number of bytes of data to return
(type: int
) |
| Returns | n bytes of random data.
(type: str
) | |