class documentation
_UserRecord
holds the user data for a single user in UserDatabase
. It corresponds to the passwd structure from the pwd
module. See that module for attribute documentation.
Method | __getitem__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __len__ |
Undocumented |
Instance Variable | pw |
Undocumented |
Instance Variable | pw |
Undocumented |
Instance Variable | pw |
Undocumented |
Instance Variable | pw |
Undocumented |
Instance Variable | pw |
Undocumented |
Instance Variable | pw |
Undocumented |
Instance Variable | pw |
Undocumented |
def __init__(self, name:
str
, password: str
, uid: int
, gid: int
, gecos: str
, home: str
, shell: str
):
¶
Undocumented