Submit
Path:
~
/
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
setuptools
/
_vendor
/
backports
/
tarfile
/
compat
/
File Content:
py38.py
import sys if sys.version_info < (3, 9): def removesuffix(self, suffix): # suffix='' should not call self[:-0]. if suffix and self.endswith(suffix): return self[: -len(suffix)] else: return self[:] def removeprefix(self, prefix): if self.startswith(prefix): return self[len(prefix) :] else: return self[:] else: def removesuffix(self, suffix): return self.removesuffix(suffix) def removeprefix(self, prefix): return self.removeprefix(prefix)
Submit
FILE
FOLDER
Name
Size
Permission
Action
__pycache__
---
0755
__init__.py
0 bytes
0644
py38.py
568 bytes
0644
N4ST4R_ID | Naxtarrr