![]() Server : Apache/2.4.52 (Ubuntu) System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.21 Disable Function : NONE Directory : /lib/python3/dist-packages/twisted/python/__pycache__/ |
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__'