t.p.f.Permissions(FancyEqMixin, object) : class documentation

Part of twisted.python.filepath View Source View In Hierarchy

A class representing read/write/execute permissions. Instantiate with any portion of the file's mode that includes the permission bits.
Instance VariablesuserUser/Owner permissions (type: RWX )
groupGroup permissions (type: RWX )
otherOther/World permissions (type: RWX )
Present Since11.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
def __init__(self, statModeInt): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def shorthand(self): (source)
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')
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.