Part of twisted.python.filepath View Source View In Hierarchy
| Instance Variables | user | User/Owner permissions
(type: RWX
) |
| group | Group permissions
(type: RWX
) | |
| other | Other/World permissions
(type: RWX
) | |
| Present Since | 11.1 | |
| Method | __init__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | shorthand | Returns a short string representing the permission bits. Looks like what is printed by command line utilities such as 'ls -l' (e.g. 'rwx-wx--x') |
Inherited from FancyEqMixin:
| Method | __eq__ | Undocumented |
| Method | __ne__ | Undocumented |