Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
gi /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-310.pyc
4.23
KB
-rw-r--r--
2024-02-17 03:50
_constants.cpython-310.pyc
1.04
KB
-rw-r--r--
2024-02-17 03:50
_error.cpython-310.pyc
1.42
KB
-rw-r--r--
2024-02-17 03:50
_gtktemplate.cpython-310.pyc
7.52
KB
-rw-r--r--
2024-02-17 03:50
_option.cpython-310.pyc
10.5
KB
-rw-r--r--
2024-02-17 03:50
_ossighelper.cpython-310.pyc
4.98
KB
-rw-r--r--
2024-02-17 03:50
_propertyhelper.cpython-310.pyc
9.94
KB
-rw-r--r--
2024-02-17 03:50
_signalhelper.cpython-310.pyc
7.77
KB
-rw-r--r--
2024-02-17 03:50
docstring.cpython-310.pyc
3.77
KB
-rw-r--r--
2024-02-17 03:50
importer.cpython-310.pyc
3.65
KB
-rw-r--r--
2024-02-17 03:50
module.cpython-310.pyc
5.16
KB
-rw-r--r--
2024-02-17 03:50
pygtkcompat.cpython-310.pyc
535
B
-rw-r--r--
2024-02-17 03:50
types.cpython-310.pyc
7.85
KB
-rw-r--r--
2024-02-17 03:50
Save
Rename
o ��b] � @ s d dl mZmZmZmZmZmZmZ dadd� Z dd� Z dd� Zi eje �eje�eje�eje�eje�eje�eje�eje�eje�eje�eje�eje�eje�eje�eje�ej e!�ej"e!�ej#e!ej$dej%dej&dej'di�Z(d d � Z)dd� Z*d d� Z+dd� Z,e e,� dS )� )� VFuncInfo�FunctionInfo�CallableInfo� ObjectInfo� StructInfo� Direction�TypeTagNc C s | a dS )z�Set doc string generator function :param callable func: Callable which takes a GIInfoStruct and returns documentation for it. N��_generate_doc_string_func)�func� r �./usr/lib/python3/dist-packages/gi/docstring.py�set_doc_string_generator% s r c C s t S )z6Returns the currently registered doc string generator.r r r r r �get_doc_string_generator/ s r c C s t | �S )aE Generate a doc string given a GIInfoStruct. :param gi.types.BaseInfo info: GI info instance to generate documentation for. :returns: Generated documentation as a string. :rtype: str This passes the info struct to the currently registered doc string generator and returns the result. r ��infor r r �generate_doc_string4 s r c C sf | � � }t�|d �}|rt|d�r|jS |tjkr/| �� }|�� }|s'| � � S d|� � |f S | � � S )N�__name__z%s.%s)�get_tag�_type_tag_to_py_type�get�hasattrr r � INTERFACE� get_interface�get_name�get_tag_as_string� get_namespace)�gi_type�type_tag�py_type�iface� info_namer r r �_get_pytype_hint\ s r"