pwd.struct_passwd¶
-
class
pwd.struct_passwd¶ pwd.struct_passwd: Results from getpw*() routines.
- This object may be accessed either as a tuple of
- (pw_name,pw_passwd,pw_uid,pw_gid,pw_gecos,pw_dir,pw_shell)
or via the object attributes as named in the above tuple.