Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
gi /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
_constants.cpython-310.pyc
1.04
KB
-rw-r--r--
docstring.cpython-310.pyc
3.77
KB
-rw-r--r--
_error.cpython-310.pyc
1.42
KB
-rw-r--r--
_gtktemplate.cpython-310.pyc
7.52
KB
-rw-r--r--
importer.cpython-310.pyc
3.65
KB
-rw-r--r--
__init__.cpython-310.pyc
4.23
KB
-rw-r--r--
module.cpython-310.pyc
5.16
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.pyc
9.94
KB
-rw-r--r--
pygtkcompat.cpython-310.pyc
535
B
-rw-r--r--
_signalhelper.cpython-310.pyc
7.77
KB
-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"