twisted.python.fakepwd._UserRecord(object) class documentationtwisted.python.fakepwd
View Source
(View In Hierarchy)
_UserRecord holds the user data for a single user in UserDatabase. It corresponds to pwd.struct_passwd. See that class for attribute documentation.
| Method | __init__ | Undocumented |
| Instance Variable | pw_name | Undocumented |
| Instance Variable | pw_passwd | Undocumented |
| Instance Variable | pw_uid | Undocumented |
| Instance Variable | pw_gid | Undocumented |
| Instance Variable | pw_gecos | Undocumented |
| Instance Variable | pw_dir | Undocumented |
| Instance Variable | pw_shell | Undocumented |
| Method | __len__ | Undocumented |
| Method | __getitem__ | Undocumented |