class documentation

class UserRecord(Tuple[str, str, int, int, str, str, str]): (source)

View In Hierarchy

A record in a UNIX-style password database. See pwd for field details.

This corresponds to the undocumented type pwd.struct_passwd, but lacks named field accessors.

Property pw_dir Undocumented

Undocumented