class documentation

class twisted.python.fakepwd._ShadowRecord: (source)

View In Hierarchy

_ShadowRecord holds the shadow user data for a single user in ShadowDatabase. It corresponds to spwd.struct_spwd. See that class for attribute documentation.

Method __init__ Undocumented
Instance Variable sp_nam Undocumented
Instance Variable sp_pwd Undocumented
Instance Variable sp_lstchg Undocumented
Instance Variable sp_min Undocumented
Instance Variable sp_max Undocumented
Instance Variable sp_warn Undocumented
Instance Variable sp_inact Undocumented
Instance Variable sp_expire Undocumented
Instance Variable sp_flag Undocumented
Method __len__ Undocumented
Method __getitem__ Undocumented
def __init__(self, username, password, lastChange, min, max, warn, inact, expire, flag): (source)

Undocumented

sp_nam = (source)

Undocumented

sp_pwd = (source)

Undocumented

sp_lstchg = (source)

Undocumented

sp_min = (source)

Undocumented

sp_max = (source)

Undocumented

sp_warn = (source)

Undocumented

sp_inact = (source)

Undocumented

sp_expire = (source)

Undocumented

sp_flag = (source)

Undocumented

def __len__(self): (source)

Undocumented

def __getitem__(self, index): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.