| Server IP : 188.114.97.3 / Your IP : 216.73.216.30 Web Server : LiteSpeed System : Linux vmi2710904 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64 User : rarch5794 ( 1006) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/python/__pycache__/ |
Upload File : |
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__'