class documentation

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

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
@property
pw_dir: str = ΒΆ

Undocumented