OXIESEC PANEL
- Current Dir:
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
astroid
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/05/2025 09:34:06 AM
rwxr-xr-x
📄
__init__.py
4.98 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
__pkginfo__.py
274 bytes
12/18/2024 10:23:16 AM
rw-r--r--
📁
__pycache__
-
02/07/2025 10:01:29 PM
rwxr-xr-x
📄
_ast.py
4.05 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
_backport_stdlib_names.py
6.85 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
_cache.py
786 bytes
12/18/2024 10:23:16 AM
rw-r--r--
📄
arguments.py
12.65 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
astroid_manager.py
572 bytes
12/18/2024 10:23:16 AM
rw-r--r--
📄
bases.py
24.99 KB
12/18/2024 10:23:16 AM
rw-r--r--
📁
brain
-
02/07/2025 10:01:29 PM
rwxr-xr-x
📄
builder.py
18.35 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
const.py
1.07 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
constraint.py
4.92 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
context.py
5.85 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
decorators.py
9.85 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
exceptions.py
12.78 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
filter_statements.py
9.42 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
helpers.py
11.07 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
inference.py
44.06 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
inference_tip.py
2.82 KB
12/18/2024 10:23:16 AM
rw-r--r--
📁
interpreter
-
02/07/2025 10:01:29 PM
rwxr-xr-x
📄
manager.py
17.54 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
mixins.py
1.15 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
modutils.py
22.96 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
node_classes.py
1.8 KB
12/18/2024 10:23:16 AM
rw-r--r--
📁
nodes
-
02/07/2025 10:01:29 PM
rwxr-xr-x
📄
objects.py
12.46 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
protocols.py
32.2 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
raw_building.py
22.34 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
rebuilder.py
77.86 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
scoped_nodes.py
958 bytes
12/18/2024 10:23:16 AM
rw-r--r--
📄
test_utils.py
2.38 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
transforms.py
3.19 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
typing.py
1.94 KB
12/18/2024 10:23:16 AM
rw-r--r--
📄
util.py
4.62 KB
12/18/2024 10:23:16 AM
rw-r--r--
Editing: _backport_stdlib_names.py
Close
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/main/LICENSE # Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt """ Shim to support Python versions < 3.10 that don't have sys.stdlib_module_names These values were created by cherry-picking the commits from https://bugs.python.org/issue42955 into each version, but may be updated manually if changes are needed. """ import sys # TODO: Remove this file when Python 3.9 is no longer supported PY_3_7 = frozenset( { "__future__", "_abc", "_ast", "_asyncio", "_bisect", "_blake2", "_bootlocale", "_bz2", "_codecs", "_codecs_cn", "_codecs_hk", "_codecs_iso2022", "_codecs_jp", "_codecs_kr", "_codecs_tw", "_collections", "_collections_abc", "_compat_pickle", "_compression", "_contextvars", "_crypt", "_csv", "_ctypes", "_curses", "_curses_panel", "_datetime", "_dbm", "_decimal", "_dummy_thread", "_elementtree", "_functools", "_gdbm", "_hashlib", "_heapq", "_imp", "_io", "_json", "_locale", "_lsprof", "_lzma", "_markupbase", "_md5", "_msi", "_multibytecodec", "_multiprocessing", "_opcode", "_operator", "_osx_support", "_pickle", "_posixsubprocess", "_py_abc", "_pydecimal", "_pyio", "_queue", "_random", "_sha1", "_sha256", "_sha3", "_sha512", "_signal", "_sitebuiltins", "_socket", "_sqlite3", "_sre", "_ssl", "_stat", "_string", "_strptime", "_struct", "_symtable", "_thread", "_threading_local", "_tkinter", "_tracemalloc", "_uuid", "_warnings", "_weakref", "_weakrefset", "_winapi", "abc", "aifc", "antigravity", "argparse", "array", "ast", "asynchat", "asyncio", "asyncore", "atexit", "audioop", "base64", "bdb", "binascii", "binhex", "bisect", "builtins", "bz2", "cProfile", "calendar", "cgi", "cgitb", "chunk", "cmath", "cmd", "code", "codecs", "codeop", "collections", "colorsys", "compileall", "concurrent", "configparser", "contextlib", "contextvars", "copy", "copyreg", "crypt", "csv", "ctypes", "curses", "dataclasses", "datetime", "dbm", "decimal", "difflib", "dis", "distutils", "doctest", "dummy_threading", "email", "encodings", "ensurepip", "enum", "errno", "faulthandler", "fcntl", "filecmp", "fileinput", "fnmatch", "formatter", "fractions", "ftplib", "functools", "gc", "genericpath", "getopt", "getpass", "gettext", "glob", "grp", "gzip", "hashlib", "heapq", "hmac", "html", "http", "idlelib", "imaplib", "imghdr", "imp", "importlib", "inspect", "io", "ipaddress", "itertools", "json", "keyword", "lib2to3", "linecache", "locale", "logging", "lzma", "macpath", "mailbox", "mailcap", "marshal", "math", "mimetypes", "mmap", "modulefinder", "msilib", "msvcrt", "multiprocessing", "netrc", "nis", "nntplib", "nt", "ntpath", "nturl2path", "numbers", "opcode", "operator", "optparse", "os", "ossaudiodev", "parser", "pathlib", "pdb", "pickle", "pickletools", "pipes", "pkgutil", "platform", "plistlib", "poplib", "posix", "posixpath", "pprint", "profile", "pstats", "pty", "pwd", "py_compile", "pyclbr", "pydoc", "pydoc_data", "pyexpat", "queue", "quopri", "random", "re", "readline", "reprlib", "resource", "rlcompleter", "runpy", "sched", "secrets", "select", "selectors", "shelve", "shlex", "shutil", "signal", "site", "smtpd", "smtplib", "sndhdr", "socket", "socketserver", "spwd", "sqlite3", "sre_compile", "sre_constants", "sre_parse", "ssl", "stat", "statistics", "string", "stringprep", "struct", "subprocess", "sunau", "symbol", "symtable", "sys", "sysconfig", "syslog", "tabnanny", "tarfile", "telnetlib", "tempfile", "termios", "textwrap", "this", "threading", "time", "timeit", "tkinter", "token", "tokenize", "trace", "traceback", "tracemalloc", "tty", "turtle", "turtledemo", "types", "typing", "unicodedata", "unittest", "urllib", "uu", "uuid", "venv", "warnings", "wave", "weakref", "webbrowser", "winreg", "winsound", "wsgiref", "xdrlib", "xml", "xmlrpc", "zipapp", "zipfile", "zipimport", "zlib", } ) PY_3_8 = frozenset( PY_3_7 - { "macpath", } | { "_posixshmem", "_statistics", "_xxsubinterpreters", } ) PY_3_9 = frozenset( PY_3_8 - { "_dummy_thread", "dummy_threading", } | { "_aix_support", "_bootsubprocess", "_peg_parser", "_zoneinfo", "graphlib", "zoneinfo", } ) if sys.version_info[:2] == (3, 7): stdlib_module_names = PY_3_7 elif sys.version_info[:2] == (3, 8): stdlib_module_names = PY_3_8 elif sys.version_info[:2] == (3, 9): stdlib_module_names = PY_3_9 else: raise AssertionError("This module is only intended as a backport for Python <= 3.9")