class _UserRecord: (source)
_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_dir |
Undocumented |
| Instance Variable | pw_gecos |
Undocumented |
| Instance Variable | pw_gid |
Undocumented |
| Instance Variable | pw_name |
Undocumented |
| Instance Variable | pw_passwd |
Undocumented |
| Instance Variable | pw_shell |
Undocumented |
| Instance Variable | pw_uid |
Undocumented |