Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Lib /
test /
typinganndata /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.py
0
B
-rw-r--r--
2024-03-19 22:46
ann_module9.py
280
B
-rw-r--r--
2024-03-19 22:46
Save
Rename
# Test ``inspect.formatannotation`` # https://github.com/python/cpython/issues/96073 from typing import Union, List ann = Union[List[str], int] # mock typing._type_repr behaviour class A: ... A.__module__ = 'testModule.typing' A.__qualname__ = 'A' ann1 = Union[List[A], int]