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

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

A class representing read/write/execute permissions for a single user category (i.e. user/owner, group, or other/world). Instantiate with three boolean values: readable? writable? executable?.
Instance VariablesreadWhether permission to read is given (type: bool )
writeWhether permission to write is given (type: bool )
executeWhether permission to execute is given (type: bool )
Present Since11.1
Method __init__ Undocumented
Method __repr__ Undocumented
Method shorthand Returns a short string representing the permission bits. Looks like part of what is printed by command line utilities such as 'ls -l' (e.g. 'rwx')

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented
def __init__(self, readable, writable, executable): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def shorthand(self): (source)
Returns a short string representing the permission bits. Looks like part of what is printed by command line utilities such as 'ls -l' (e.g. 'rwx')
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.