Part of twisted.python View Source
Class | UserDatabase | UserDatabase
holds a traditional POSIX user data in memory and makes it available via
the same API as pwd .
|
Class | _UserRecord | _UserRecord
holds the user data for a single user in UserDatabase .
It corresponds to pwd.struct_passwd . See that class for
attribute documentation.
|