opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
zipp
/
compat
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] __pycache__
N/A
__init__.py
0 bytes
Rename
Delete
overlay.py
783 bytes
Rename
Delete
py310.py
256 bytes
Rename
Delete
import io import sys def _text_encoding(encoding, stacklevel=2, /): # pragma: no cover return encoding text_encoding = ( io.text_encoding # type: ignore[unused-ignore, attr-defined] if sys.version_info > (3, 10) else _text_encoding )
Save