REDROOM
PHP 8.5.2
Path:
Logout
Edit File
Size: 505 B
Close
//lib/python3/dist-packages/pyasn1/compat/string.py
Text
Base64
# # This file is part of pyasn1 software. # # Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pyasn1/license.html # from sys import version_info if version_info[:2] <= (2, 5): def partition(string, sep): try: a, c = string.split(sep, 1) except ValueError: a, b, c = string, '', '' else: b = sep return a, b, c else: def partition(string, sep): return string.partition(sep)
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
__pycache__
DIR
-
drwxr-xr-x
2026-01-23 08:58:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
binary.py
698 B
lrw-r--r--
2019-10-17 05:00:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
calling.py
379 B
lrw-r--r--
2019-10-17 05:00:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
dateandtime.py
482 B
lrw-r--r--
2019-10-17 05:00:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
integer.py
2.92 KB
lrw-r--r--
2019-10-17 05:00:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
octets.py
1.33 KB
lrw-r--r--
2019-10-17 05:00:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
string.py
505 B
lrw-r--r--
2019-10-17 05:00:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__init__.py
59 B
lrw-r--r--
2019-10-17 05:00:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).