Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/python/__pycache__/fakepwd.cpython-39.pyc
Ðазад
a k�hL � @ 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 @ sB e Zd ZdZeeeeeeedd�dd�Zed�dd�Zd d � ZdS )�_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. N)�name�password�uid�gid�gecos�home�shell�returnc 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 ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/python/fakepwd.py�__init__ s z_UserRecord.__init__�r c C s dS )N� r �r r r r �__len__'