File: //lib/python3/dist-packages/twisted/python/__pycache__/fakepwd.cpython-310.pyc
o
�bL � @ sT d Z ddlmZ ddgZG dd� d�ZG dd� d�ZG dd � d �ZG d
d� d�ZdS )zM
L{twisted.python.fakepwd} provides a fake implementation of the L{pwd} API.
� )�List�UserDatabase�ShadowDatabasec @ sP e Zd ZdZdededededededed d
fdd�Zd efd
d�Zdd� Zd
S )�_UserRecordz�
L{_UserRecord} holds the user data for a single user in L{UserDatabase}.
It corresponds to the C{passwd} structure from the L{pwd} module.
See that module for attribute documentation.
�name�password�uid�gid�gecos�home�shell�returnNc C s. || _ || _|| _|| _|| _|| _|| _d S �N��pw_name� pw_passwd�pw_uid�pw_gid�pw_gecos�pw_dir�pw_shell)�selfr r r r r
r r � r �8/usr/lib/python3/dist-packages/twisted/python/fakepwd.py�__init__ s
z_UserRecord.__init__c C � dS )N� r �r r r r �__len__'