content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_frame_eval\vendored\bytecode\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 4,660 | 0.8 | 0.018182 | 0 | python-kit | 420 | 2024-01-05T22:11:16.656598 | Apache-2.0 | false | 30457f0768f02e1fb9c85d7fd0d3795a |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_frame_eval\vendored\__pycache__\pydevd_fix_code.cpython-313.pyc | pydevd_fix_code.cpython-313.pyc | Other | 2,601 | 0.95 | 0.105263 | 0 | awesome-app | 501 | 2023-11-10T00:20:18.180245 | BSD-3-Clause | false | 97d63f62814df271b2a3295addc498db |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_frame_eval\vendored\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 227 | 0.7 | 0 | 0 | vue-tools | 919 | 2025-03-18T08:49:06.910938 | GPL-3.0 | false | 11c61dd983da9970fbd97f3cc9ace281 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_frame_eval\__pycache__\pydevd_frame_eval_cython_wrapper.cpython-313.pyc | pydevd_frame_eval_cython_wrapper.cpython-313.pyc | Other | 1,399 | 0.85 | 0 | 0 | vue-tools | 639 | 2024-08-04T14:43:10.338943 | GPL-3.0 | false | 3c62c4850a73c4de5b0169cc053f8e23 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_frame_eval\__pycache__\pydevd_frame_eval_main.cpython-313.pyc | pydevd_frame_eval_main.cpython-313.pyc | Other | 1,463 | 0.8 | 0 | 0 | python-kit | 298 | 2023-11-20T16:31:03.506355 | BSD-3-Clause | false | 794065ff51e9448f0101a2f04ab26e0f |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_frame_eval\__pycache__\pydevd_frame_tracing.cpython-313.pyc | pydevd_frame_tracing.cpython-313.pyc | Other | 4,952 | 0.95 | 0.022222 | 0.071429 | python-kit | 713 | 2024-08-03T19:35:28.202201 | Apache-2.0 | false | 9865cb8fa5a8ce3b6a13d98a57590980 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_frame_eval\__pycache__\pydevd_modify_bytecode.cpython-313.pyc | pydevd_modify_bytecode.cpython-313.pyc | Other | 11,454 | 0.8 | 0.025424 | 0 | node-utils | 851 | 2025-01-11T09:56:16.611840 | MIT | false | 62431e9ae8c1c7c01874fa186e711a48 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_frame_eval\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 218 | 0.7 | 0 | 0 | awesome-app | 13 | 2023-08-01T02:52:23.070172 | GPL-3.0 | false | 8df702425b94aa14c3bab420553f72d6 |
from _pydevd_bundle.pydevd_constants import USE_CYTHON_FLAG, ENV_TRUE_LOWER_VALUES, ENV_FALSE_LOWER_VALUES, IS_PY312_OR_GREATER\n\nif IS_PY312_OR_GREATER:\n if USE_CYTHON_FLAG in ENV_TRUE_LOWER_VALUES:\n from ._pydevd_sys_monitoring_cython import *\n\n elif USE_CYTHON_FLAG in ENV_FALSE_LOWER_VALUES:\n ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_sys_monitoring\pydevd_sys_monitoring.py | pydevd_sys_monitoring.py | Python | 565 | 0.85 | 0.1875 | 0 | vue-tools | 700 | 2024-08-07T22:14:38.310414 | Apache-2.0 | false | 3a673a078e414a9b90cb01d732e874f2 |
from cpython.mem cimport PyMem_Malloc, PyMem_Free\n\ncdef extern from *:\n ctypedef void PyObject\n ctypedef struct PyCodeObject:\n int co_argcount; # arguments, except *args */\n int co_kwonlyargcount; # keyword only arguments */\n int co_nlocals; # local variables */\n int co_s... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_sys_monitoring\_pydevd_sys_monitoring_cython.pxd | _pydevd_sys_monitoring_cython.pxd | Other | 2,385 | 0.95 | 0.130435 | 0.023256 | vue-tools | 792 | 2025-02-26T11:18:14.141725 | MIT | false | 5bcf2835e22c65d47c32702403132e56 |
from __future__ import print_function\n\n# Important: Autogenerated file.\n\n# DO NOT edit manually!\n# DO NOT edit manually!\n# Copyright: Brainwy Software\n#\n# License: EPL\n\nfrom collections import namedtuple\nimport dis\nimport os\nimport re\nimport sys\nfrom _pydev_bundle._pydev_saved_modules import threading\nf... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_sys_monitoring\_pydevd_sys_monitoring_cython.pyx | _pydevd_sys_monitoring_cython.pyx | Other | 77,973 | 0.75 | 0.192113 | 0.312799 | react-lib | 122 | 2025-01-28T09:42:03.729301 | MIT | false | 695d651c6335957bdaa3ec1bb15781ab |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_sys_monitoring\__pycache__\pydevd_sys_monitoring.cpython-313.pyc | pydevd_sys_monitoring.cpython-313.pyc | Other | 641 | 0.7 | 0 | 0 | awesome-app | 466 | 2025-03-05T02:53:38.650676 | BSD-3-Clause | false | 7c5d6057395b902688008698e7619197 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_sys_monitoring\__pycache__\_pydevd_sys_monitoring.cpython-313.pyc | _pydevd_sys_monitoring.cpython-313.pyc | Other | 54,822 | 0.95 | 0.041558 | 0.005405 | python-kit | 609 | 2025-04-18T01:26:16.867926 | Apache-2.0 | false | e1689b44b22e96c3f392d1b1d1e5d904 |
from _pydev_bundle._pydev_saved_modules import xmlrpclib\nfrom _pydev_bundle._pydev_saved_modules import xmlrpcserver\n\nSimpleXMLRPCServer = xmlrpcserver.SimpleXMLRPCServer\n\nfrom _pydev_bundle._pydev_execfile import execfile\n\nfrom _pydev_bundle._pydev_saved_modules import _queue\n\nfrom _pydevd_bundle.pydevd_exec2... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\pydev_imports.py | pydev_imports.py | Python | 415 | 0.95 | 0 | 0 | awesome-app | 691 | 2025-07-05T12:27:19.287558 | BSD-3-Clause | false | 5d3f52da42e4d034162c40be9ddfb05c |
import sys\nimport traceback\nfrom types import ModuleType\nfrom _pydevd_bundle.pydevd_constants import DebugInfoHolder\n\nimport builtins\n\n\nclass ImportHookManager(ModuleType):\n def __init__(self, name, system_import):\n ModuleType.__init__(self, name)\n self._system_import = system_import\n ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\pydev_import_hook.py | pydev_import_hook.py | Python | 1,358 | 0.95 | 0.236842 | 0.068966 | vue-tools | 326 | 2023-12-05T20:19:14.675266 | Apache-2.0 | false | 7069f7f8835ac7fee5fd615d89b2af62 |
from _pydev_bundle._pydev_saved_modules import threading\n\n# Hack for https://www.brainwy.com/tracker/PyDev/363 (i.e.: calling is_alive() can throw AssertionError under some\n# circumstances).\n# It is required to debug threads started by start_new_thread in Python 3.4\n_temp = threading.Thread()\n\nif hasattr(_temp, ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\pydev_is_thread_alive.py | pydev_is_thread_alive.py | Python | 907 | 0.95 | 0.2 | 0.210526 | react-lib | 951 | 2025-05-13T08:39:47.465493 | BSD-3-Clause | false | dffdf56faac66ccbbddd777988e54ff3 |
from _pydev_bundle._pydev_saved_modules import socket\nimport sys\n\nIS_JYTHON = sys.platform.find("java") != -1\n\n_cache = None\n\n\ndef get_localhost():\n """\n Should return 127.0.0.1 in ipv4 and ::1 in ipv6\n\n localhost is not used because on windows vista/windows 7, there can be issues where the resolvi... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\pydev_localhost.py | pydev_localhost.py | Python | 2,139 | 0.95 | 0.191176 | 0.078431 | node-utils | 5 | 2024-06-25T20:07:41.034761 | BSD-3-Clause | false | 7e21490e9a877fb724ee0d0492933ef4 |
def overrides(method):\n """\n Meant to be used as\n\n class B:\n @overrides(A.m1)\n def m1(self):\n pass\n """\n\n def wrapper(func):\n if func.__name__ != method.__name__:\n msg = "Wrong @override: %r expected, but overwriting %r."\n msg = msg % (fu... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\pydev_override.py | pydev_override.py | Python | 908 | 0.85 | 0.27027 | 0 | vue-tools | 749 | 2024-07-24T23:18:09.821743 | BSD-3-Clause | false | 6a907cb16a3821a627ef038337dafc52 |
import sys\n\n\ndef versionok_for_gui():\n """Return True if running Python is suitable for GUI Event Integration and deeper IPython integration"""\n # We require Python 2.6+ ...\n if sys.hexversion < 0x02060000:\n return False\n # Or Python 3.2+\n if sys.hexversion >= 0x03000000 and sys.hexversio... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\pydev_versioncheck.py | pydev_versioncheck.py | Python | 524 | 0.95 | 0.375 | 0.230769 | python-kit | 186 | 2025-04-23T16:08:45.325103 | MIT | false | 81f6adebf4128a0ccd1c1bf85d3f1cbc |
import sys\n\n\ndef __getfilesystemencoding():\n """\n Note: there's a copy of this method in interpreterInfo.py\n """\n try:\n ret = sys.getfilesystemencoding()\n if not ret:\n raise RuntimeError("Unable to get encoding.")\n return ret\n except:\n try:\n ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\_pydev_filesystem_encoding.py | _pydev_filesystem_encoding.py | Python | 1,144 | 0.95 | 0.255814 | 0.085714 | awesome-app | 206 | 2023-11-30T05:26:15.708813 | BSD-3-Clause | false | 16d1f8f744d5bf76c8bdc06988caaaed |
# =======================================================================================================================\n# getopt code copied since gnu_getopt is not available on jython 2.1\n# =======================================================================================================================\nclas... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\_pydev_getopt.py | _pydev_getopt.py | Python | 4,562 | 0.95 | 0.24812 | 0.126126 | node-utils | 405 | 2025-02-20T10:07:34.260191 | MIT | false | 63046eaf10e21f4d8564209d2256f11e |
import inspect\nimport os.path\nimport sys\n\nfrom _pydev_bundle._pydev_tipper_common import do_find\nfrom _pydevd_bundle.pydevd_utils import hasattr_checked, dir_checked\n\nfrom inspect import getfullargspec\n\n\ndef getargspec(*args, **kwargs):\n arg_spec = getfullargspec(*args, **kwargs)\n return arg_spec.args... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\_pydev_imports_tipper.py | _pydev_imports_tipper.py | Python | 12,684 | 0.95 | 0.247312 | 0.091837 | react-lib | 354 | 2024-10-24T03:03:33.814701 | Apache-2.0 | false | 653c99e1799e157bda7778d0ab9b0149 |
import traceback\nimport sys\nfrom io import StringIO\n\n\nclass Log:\n def __init__(self):\n self._contents = []\n\n def add_content(self, *content):\n self._contents.append(" ".join(content))\n\n def add_exception(self):\n s = StringIO()\n exc_info = sys.exc_info()\n traceb... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\_pydev_log.py | _pydev_log.py | Python | 577 | 0.85 | 0.26087 | 0 | awesome-app | 782 | 2025-05-10T08:40:32.132631 | BSD-3-Clause | false | 96ee916bcdfcd018818875789b3b99d2 |
import sys\nimport os\n\n\ndef find_in_pythonpath(module_name):\n # Check all the occurrences where we could match the given module/package in the PYTHONPATH.\n #\n # This is a simplistic approach, but probably covers most of the cases we're interested in\n # (i.e.: this may fail in more elaborate cases of ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\_pydev_saved_modules.py | _pydev_saved_modules.py | Python | 4,874 | 0.95 | 0.126866 | 0.136842 | python-kit | 522 | 2024-03-29T03:05:24.418730 | GPL-3.0 | false | 7f1e6b8aca77c4155d96e9448e223b56 |
import sys\n\n\ndef patch_sys_module():\n def patched_exc_info(fun):\n def pydev_debugger_exc_info():\n type, value, traceback = fun()\n if type == ImportError:\n # we should not show frame added by plugin_import call\n if traceback and hasattr(traceback, "t... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\_pydev_sys_patch.py | _pydev_sys_patch.py | Python | 2,314 | 0.95 | 0.246753 | 0.035714 | awesome-app | 752 | 2025-05-10T10:34:42.961437 | GPL-3.0 | false | 5658f457ca032938fa9e489a0f9c67bc |
import inspect\nimport re\n\n\ndef do_find(f, mod):\n import linecache\n\n if inspect.ismodule(mod):\n return f, 0, 0\n\n lines = linecache.getlines(f)\n\n if inspect.isclass(mod):\n name = mod.__name__\n pat = re.compile(r"^\s*class\s*" + name + r"\b")\n for i in range(len(lines... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\_pydev_tipper_common.py | _pydev_tipper_common.py | Python | 1,281 | 0.95 | 0.320755 | 0 | react-lib | 183 | 2024-10-08T00:53:49.690680 | BSD-3-Clause | false | c8a85510679143e396c8474af04f167b |
"""\nSample usage to track changes in a thread.\n\n import threading\n import time\n watcher = fsnotify.Watcher()\n watcher.accepted_file_extensions = {'.py', '.pyw'}\n\n # Configure target values to compute throttling.\n # Note: internal sleep times will be updated based on\n # profiling the actua... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\fsnotify\__init__.py | __init__.py | Python | 13,055 | 0.95 | 0.206304 | 0.136029 | vue-tools | 611 | 2023-08-22T07:57:55.317871 | Apache-2.0 | false | 4cae602e01fb356fd7a3e6690390102e |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\fsnotify\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 14,105 | 0.95 | 0.051948 | 0.028777 | node-utils | 236 | 2025-07-01T11:58:38.206961 | Apache-2.0 | false | 22a22778d1bd34180ac7ecd58fd8dc7e |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_console_utils.cpython-313.pyc | pydev_console_utils.cpython-313.pyc | Other | 28,789 | 0.95 | 0.034483 | 0.02765 | node-utils | 776 | 2024-10-02T05:56:28.414282 | GPL-3.0 | false | f7ae8ced8b6a25fd4fafa3e26217517b |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_imports.cpython-313.pyc | pydev_imports.cpython-313.pyc | Other | 621 | 0.85 | 0 | 0 | vue-tools | 281 | 2024-10-17T13:46:12.656489 | MIT | false | 241fefcbc68633b3434b32efa0eac0ee |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_import_hook.cpython-313.pyc | pydev_import_hook.cpython-313.pyc | Other | 2,093 | 0.95 | 0 | 0 | node-utils | 46 | 2024-05-23T17:38:26.519492 | GPL-3.0 | false | bb6a9c04bd1201e20f9cb6e920bd5f43 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_ipython_console.cpython-313.pyc | pydev_ipython_console.cpython-313.pyc | Other | 5,481 | 0.95 | 0.025641 | 0 | python-kit | 722 | 2025-06-29T14:33:46.428284 | GPL-3.0 | false | e161d287b21b9f52f08b745c6cc65f72 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_ipython_console_011.cpython-313.pyc | pydev_ipython_console_011.cpython-313.pyc | Other | 17,834 | 0.95 | 0.025974 | 0.068966 | awesome-app | 985 | 2023-09-16T12:00:55.035585 | MIT | false | b33f792310be0bd01070f3c195588d51 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_is_thread_alive.cpython-313.pyc | pydev_is_thread_alive.cpython-313.pyc | Other | 1,248 | 0.7 | 0 | 0 | awesome-app | 143 | 2024-04-21T14:10:48.156435 | MIT | false | fb2fe25df0282a80e4b67e540f13192f |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_localhost.cpython-313.pyc | pydev_localhost.cpython-313.pyc | Other | 2,655 | 0.8 | 0 | 0 | vue-tools | 346 | 2025-03-29T21:06:08.524775 | BSD-3-Clause | false | bc99cfb29ff3a9a978166841e6d02db2 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_log.cpython-313.pyc | pydev_log.cpython-313.pyc | Other | 11,223 | 0.8 | 0.016529 | 0.060345 | vue-tools | 313 | 2024-01-22T09:45:28.127995 | MIT | false | 696ef2c39ea88250685714318ddebbec |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_monkey.cpython-313.pyc | pydev_monkey.cpython-313.pyc | Other | 41,244 | 0.95 | 0.008197 | 0 | node-utils | 806 | 2025-04-24T19:51:19.979015 | Apache-2.0 | false | bd4ca0740230d4efcc53cc2263b832e1 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_monkey_qt.cpython-313.pyc | pydev_monkey_qt.cpython-313.pyc | Other | 9,309 | 0.95 | 0.020408 | 0.020833 | react-lib | 303 | 2023-11-22T08:47:56.235934 | BSD-3-Clause | false | e65fdeb94b5d397d777ddf2eac517f43 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_override.cpython-313.pyc | pydev_override.cpython-313.pyc | Other | 1,488 | 0.85 | 0.166667 | 0 | node-utils | 756 | 2024-11-18T00:36:24.717320 | MIT | false | 710def28fcb52c4a52e844af66eb49ec |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_umd.cpython-313.pyc | pydev_umd.cpython-313.pyc | Other | 7,404 | 0.95 | 0 | 0 | awesome-app | 429 | 2023-10-09T22:19:35.766441 | BSD-3-Clause | false | d80f0d4d7eb4c164f94294ed70c6c36e |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\pydev_versioncheck.cpython-313.pyc | pydev_versioncheck.cpython-313.pyc | Other | 873 | 0.8 | 0.166667 | 0 | react-lib | 87 | 2023-11-01T12:59:03.582119 | MIT | false | c3926ee607bc4bd7c6c5a641a108bf26 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_calltip_util.cpython-313.pyc | _pydev_calltip_util.cpython-313.pyc | Other | 6,155 | 0.95 | 0.027397 | 0 | react-lib | 341 | 2024-02-10T13:13:00.662577 | BSD-3-Clause | false | 9f6dc79378fc80fe6197c9732ea57925 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_completer.cpython-313.pyc | _pydev_completer.cpython-313.pyc | Other | 9,273 | 0.95 | 0.05303 | 0 | vue-tools | 498 | 2025-06-18T10:47:15.187314 | BSD-3-Clause | false | aaeb4f1542b35b00479292f3be0bfdc1 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_execfile.cpython-313.pyc | _pydev_execfile.cpython-313.pyc | Other | 850 | 0.7 | 0 | 0 | node-utils | 196 | 2023-09-28T01:33:44.475795 | Apache-2.0 | false | eb9d0a0a8c86da8eb28a2d837cfaf42f |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_filesystem_encoding.cpython-313.pyc | _pydev_filesystem_encoding.cpython-313.pyc | Other | 1,464 | 0.8 | 0 | 0 | vue-tools | 237 | 2023-12-26T13:55:30.778654 | GPL-3.0 | false | 6e9c2fa88ef71e7a45134544fd7b07fe |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_getopt.cpython-313.pyc | _pydev_getopt.cpython-313.pyc | Other | 4,962 | 0.95 | 0.058824 | 0 | awesome-app | 37 | 2024-11-14T01:05:38.662265 | GPL-3.0 | false | a3f4f6bba78dea4cd2296896f324f068 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_imports_tipper.cpython-313.pyc | _pydev_imports_tipper.cpython-313.pyc | Other | 12,366 | 0.95 | 0.041667 | 0.008621 | react-lib | 710 | 2024-11-04T06:40:58.869885 | MIT | false | 1ad3e0cac97bb57939128ef83e5278ec |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_jy_imports_tipper.cpython-313.pyc | _pydev_jy_imports_tipper.cpython-313.pyc | Other | 17,355 | 0.95 | 0.047872 | 0.033333 | awesome-app | 659 | 2023-12-01T23:27:35.334879 | GPL-3.0 | false | 9d9eb1a05b3fc454db645052c5e30b94 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_log.cpython-313.pyc | _pydev_log.cpython-313.pyc | Other | 1,777 | 0.8 | 0 | 0 | node-utils | 550 | 2025-04-03T21:37:58.680893 | Apache-2.0 | false | e19e7d585f821c4d91f3c1cf02458f82 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_saved_modules.cpython-313.pyc | _pydev_saved_modules.cpython-313.pyc | Other | 5,843 | 0.95 | 0 | 0 | vue-tools | 491 | 2023-12-25T07:19:37.846965 | Apache-2.0 | false | dc2a53a9ad3f8b8cb9ab011a60f3e038 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_sys_patch.cpython-313.pyc | _pydev_sys_patch.cpython-313.pyc | Other | 3,186 | 0.95 | 0 | 0 | node-utils | 41 | 2024-05-13T17:21:34.167887 | MIT | false | 2c91e78047919ac797a0b02eb8a3a52f |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\_pydev_tipper_common.cpython-313.pyc | _pydev_tipper_common.cpython-313.pyc | Other | 2,377 | 0.95 | 0.2 | 0 | python-kit | 343 | 2023-11-27T21:19:47.250378 | BSD-3-Clause | false | 7344e457e078d1004164854f66100735 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_bundle\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 213 | 0.7 | 0 | 0 | awesome-app | 233 | 2025-03-19T19:51:05.625083 | BSD-3-Clause | false | 57ff886f5ceaffa78338248931554176 |
import os.path\nimport sys\nfrom _pydevd_bundle.pydevd_constants import Null\n\n\n# =======================================================================================================================\n# get_coverage_files\n# ===========================================================================================... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\pydev_runfiles_coverage.py | pydev_runfiles_coverage.py | Python | 3,485 | 0.95 | 0.181818 | 0.15625 | vue-tools | 794 | 2024-05-23T11:50:48.310307 | GPL-3.0 | false | d8e19fa3a67425808faa486a99ab59af |
from nose.plugins.multiprocess import MultiProcessTestRunner # @UnresolvedImport\nfrom nose.plugins.base import Plugin # @UnresolvedImport\nimport sys\nfrom _pydev_runfiles import pydev_runfiles_xml_rpc\nimport time\nfrom _pydev_runfiles.pydev_runfiles_coverage import start_coverage_support\nfrom contextlib import co... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\pydev_runfiles_nose.py | pydev_runfiles_nose.py | Python | 7,762 | 0.95 | 0.184466 | 0.147059 | python-kit | 619 | 2025-02-28T03:35:17.605541 | Apache-2.0 | false | 44dd109579fddd64481fe1d95c45af1a |
from _pydev_bundle.pydev_imports import xmlrpclib, _queue\n\nQueue = _queue.Queue\nimport traceback\nimport sys\nfrom _pydev_runfiles.pydev_runfiles_coverage import start_coverage_support_from_params\nimport threading\n\n\n# ===============================================================================================... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\pydev_runfiles_parallel_client.py | pydev_runfiles_parallel_client.py | Python | 7,906 | 0.95 | 0.185567 | 0.153846 | node-utils | 890 | 2024-07-05T06:53:23.643567 | BSD-3-Clause | false | 470b4780c31b722707c93d8babc3f6d9 |
import base64\nimport os\nimport pickle\nimport sys\nimport time\nimport zlib\nfrom pathlib import Path\n\nimport pytest\nfrom pydevd_file_utils import canonical_normalized_path\n\nfrom _pydev_runfiles import pydev_runfiles_xml_rpc\n\n# =========================================================================\n# Load f... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\pydev_runfiles_pytest2.py | pydev_runfiles_pytest2.py | Python | 10,153 | 0.95 | 0.220779 | 0.144068 | vue-tools | 503 | 2025-03-16T10:00:44.774371 | BSD-3-Clause | true | 1551df09583c46090e2fbeda622ee3e6 |
import unittest as python_unittest\nfrom _pydev_runfiles import pydev_runfiles_xml_rpc\nimport time\nfrom _pydevd_bundle import pydevd_io\nimport traceback\nfrom _pydevd_bundle.pydevd_constants import * # @UnusedWildImport\nfrom io import StringIO\n\n\n# ================================================================... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\pydev_runfiles_unittest.py | pydev_runfiles_unittest.py | Python | 6,707 | 0.95 | 0.234043 | 0.103448 | python-kit | 939 | 2025-06-21T15:39:51.340091 | BSD-3-Clause | true | def8eeb92ff4fd3dfa93630d90147e64 |
import sys\nimport threading\nimport traceback\nimport warnings\n\nfrom _pydev_bundle._pydev_filesystem_encoding import getfilesystemencoding\nfrom _pydev_bundle.pydev_imports import _queue, xmlrpclib\nfrom _pydevd_bundle.pydevd_constants import Null\n\nQueue = _queue.Queue\n\n# This may happen in IronPython (in Python... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\pydev_runfiles_xml_rpc.py | pydev_runfiles_xml_rpc.py | Python | 11,093 | 0.95 | 0.203846 | 0.252381 | vue-tools | 383 | 2024-09-03T12:02:37.486708 | Apache-2.0 | false | b841a6bb7563f61df849f166b551f183 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\pydev_runfiles.cpython-313.pyc | pydev_runfiles.cpython-313.pyc | Other | 36,359 | 0.95 | 0.020779 | 0.011299 | node-utils | 718 | 2025-01-06T09:17:43.200264 | GPL-3.0 | false | 07231649dac13b5f0be3c2303d4ab31d |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\pydev_runfiles_coverage.cpython-313.pyc | pydev_runfiles_coverage.cpython-313.pyc | Other | 3,317 | 0.95 | 0.027778 | 0 | python-kit | 54 | 2023-10-31T22:16:38.109770 | Apache-2.0 | false | 370a868f7c8e538d7f479b001e037638 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\pydev_runfiles_nose.cpython-313.pyc | pydev_runfiles_nose.cpython-313.pyc | Other | 8,728 | 0.8 | 0.012048 | 0 | vue-tools | 860 | 2024-05-27T05:00:20.878822 | GPL-3.0 | false | c5f65426141e3eb9008cda383512e19d |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\pydev_runfiles_parallel.cpython-313.pyc | pydev_runfiles_parallel.cpython-313.pyc | Other | 10,389 | 0.95 | 0.051546 | 0 | node-utils | 546 | 2025-03-19T03:17:08.803625 | GPL-3.0 | false | 55cf26cfdb15309cbf7737f8bae790ec |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\pydev_runfiles_parallel_client.cpython-313.pyc | pydev_runfiles_parallel_client.cpython-313.pyc | Other | 8,075 | 0.95 | 0 | 0 | python-kit | 116 | 2023-08-28T17:15:59.149669 | Apache-2.0 | false | cf01ee85d66e729d9f279e2a22311c28 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\pydev_runfiles_pytest2.cpython-313.pyc | pydev_runfiles_pytest2.cpython-313.pyc | Other | 10,327 | 0.8 | 0 | 0.028571 | vue-tools | 328 | 2024-10-02T04:22:59.750302 | BSD-3-Clause | true | 0220025dd5a38c85fe13755d7e630a12 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\pydev_runfiles_unittest.cpython-313.pyc | pydev_runfiles_unittest.cpython-313.pyc | Other | 8,254 | 0.8 | 0.016667 | 0.017241 | vue-tools | 300 | 2025-04-28T13:21:44.427085 | Apache-2.0 | true | c2a220cb90c5b6cf6db06385aa53e173 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\pydev_runfiles_xml_rpc.cpython-313.pyc | pydev_runfiles_xml_rpc.cpython-313.pyc | Other | 9,717 | 0.95 | 0 | 0.016129 | awesome-app | 582 | 2023-10-17T18:46:46.219620 | MIT | false | 46b7890b3f83571bf94572a982977b2a |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydev_runfiles\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 215 | 0.7 | 0 | 0 | react-lib | 143 | 2023-09-21T14:20:26.652325 | MIT | false | 96fca842efa1304432e0924f65080c75 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\__pycache__\pydevconsole.cpython-313.pyc | pydevconsole.cpython-313.pyc | Other | 21,905 | 0.95 | 0.019355 | 0 | python-kit | 841 | 2024-11-24T02:57:29.131276 | GPL-3.0 | false | debcede612aff42846e7175b7ac5d32b |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\__pycache__\pydevd_file_utils.cpython-313.pyc | pydevd_file_utils.cpython-313.pyc | Other | 33,557 | 0.95 | 0.050781 | 0 | react-lib | 922 | 2023-12-28T11:13:49.680747 | MIT | false | e4345205b0bf7639c55654deb30fdc0b |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\__pycache__\pydevd_tracing.cpython-313.pyc | pydevd_tracing.cpython-313.pyc | Other | 15,723 | 0.95 | 0.017094 | 0 | awesome-app | 547 | 2023-12-22T02:56:17.240726 | Apache-2.0 | false | d3f10ff945b9c0db36baa5116d18d306 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\__pycache__\pydev_app_engine_debug_startup.cpython-313.pyc | pydev_app_engine_debug_startup.cpython-313.pyc | Other | 1,005 | 0.7 | 0 | 0 | react-lib | 739 | 2024-12-09T22:05:20.083509 | Apache-2.0 | false | 1006acb7343b4e6d711b9b7d4e5f0659 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\__pycache__\pydev_coverage.cpython-313.pyc | pydev_coverage.cpython-313.pyc | Other | 4,116 | 0.95 | 0.018182 | 0 | node-utils | 966 | 2024-11-21T01:43:13.644427 | Apache-2.0 | false | e18a82b30d92060c865e094ce7bbf48b |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\__pycache__\pydev_pysrc.cpython-313.pyc | pydev_pysrc.cpython-313.pyc | Other | 311 | 0.85 | 0 | 0 | node-utils | 448 | 2024-07-25T07:39:00.875630 | GPL-3.0 | false | ab0c34e0a9e52d30ca6d707b74ce37f7 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\__pycache__\pydev_run_in_console.cpython-313.pyc | pydev_run_in_console.cpython-313.pyc | Other | 5,384 | 0.95 | 0 | 0 | awesome-app | 489 | 2024-12-19T11:56:17.778573 | BSD-3-Clause | false | ee531ebc872706cda439a7989ea891fa |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\__pycache__\setup_pydevd_cython.cpython-313.pyc | setup_pydevd_cython.cpython-313.pyc | Other | 11,376 | 0.8 | 0.020202 | 0.074468 | vue-tools | 502 | 2023-12-07T12:07:39.494316 | BSD-3-Clause | false | 78cc65ea6d364f7fd81e43cb08908175 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\__pycache__\force_pydevd.cpython-313.pyc | force_pydevd.cpython-313.pyc | Other | 3,024 | 0.95 | 0 | 0 | node-utils | 457 | 2024-08-03T14:20:40.928500 | GPL-3.0 | false | 538e34e83bd894a5caa42d3ee1d49465 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\__pycache__\_pydevd_packaging.cpython-313.pyc | _pydevd_packaging.cpython-313.pyc | Other | 1,361 | 0.7 | 0 | 0 | react-lib | 839 | 2023-10-16T19:50:12.032711 | MIT | false | 81073da4026a362424c15a1fbc0f1576 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\__pycache__\_util.cpython-313.pyc | _util.cpython-313.pyc | Other | 2,550 | 0.8 | 0.111111 | 0 | python-kit | 349 | 2024-02-22T15:34:33.797613 | BSD-3-Clause | false | 6d7e6ca14e7a11aca46fe127a2d23007 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 5,159 | 0.95 | 0.093023 | 0 | vue-tools | 808 | 2025-01-01T20:34:15.855513 | MIT | false | 98d93a318ca96c47b6c5ba33dfe23fd8 |
\n\n | .venv\Lib\site-packages\debugpy\__pycache__\public_api.cpython-313.pyc | public_api.cpython-313.pyc | Other | 7,353 | 0.95 | 0.11811 | 0 | react-lib | 90 | 2024-03-13T20:58:23.616457 | BSD-3-Clause | false | 44f475e0cd1215aff356f75c8667c743 |
\n\n | .venv\Lib\site-packages\debugpy\__pycache__\_version.cpython-313.pyc | _version.cpython-313.pyc | Other | 573 | 0.8 | 0 | 0 | awesome-app | 464 | 2023-11-15T12:42:48.195762 | MIT | false | 3669be70f58f44c6a5ec2eb2e3a95ac5 |
\n\n | .venv\Lib\site-packages\debugpy\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 777 | 0.8 | 0.111111 | 0 | node-utils | 171 | 2024-02-25T17:28:08.921884 | GPL-3.0 | false | d5f72d163608022aa574961f6e8e5e28 |
\n\n | .venv\Lib\site-packages\debugpy\__pycache__\__main__.cpython-313.pyc | __main__.cpython-313.pyc | Other | 562 | 0.8 | 0 | 0 | awesome-app | 528 | 2024-05-28T10:02:51.031509 | BSD-3-Clause | false | f28276760a509dec807923219a2e5a0e |
[console_scripts]\ndebugpy = debugpy.server.cli:main\ndebugpy-adapter = debugpy.adapter.__main__:main\n | .venv\Lib\site-packages\debugpy-1.8.14.dist-info\entry_points.txt | entry_points.txt | Other | 100 | 0.7 | 0 | 0 | react-lib | 147 | 2025-06-28T15:08:27.955551 | Apache-2.0 | false | c84a05a5a5cc358a88505c77949de770 |
pip\n | .venv\Lib\site-packages\debugpy-1.8.14.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | python-kit | 746 | 2024-11-11T08:53:04.119646 | Apache-2.0 | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: debugpy\nVersion: 1.8.14\nSummary: An implementation of the Debug Adapter Protocol for Python\nHome-page: https://aka.ms/debugpy\nAuthor: Microsoft Corporation\nAuthor-email: ptvshelp@microsoft.com\nLicense: MIT\nProject-URL: Source, https://github.com/microsoft/debugpy\nClassifier: Develop... | .venv\Lib\site-packages\debugpy-1.8.14.dist-info\METADATA | METADATA | Other | 1,366 | 0.95 | 0.052632 | 0 | node-utils | 659 | 2024-07-17T16:07:51.900067 | BSD-3-Clause | false | e806e5c0542c9da708246b3fb13aab51 |
../../Scripts/debugpy-adapter.exe,sha256=aRlpvgxWJaQx416to3nCAB3UJWMVjoo5ogez2qeigYs,108425\n../../Scripts/debugpy.exe,sha256=_DfGptA6jly-OsQja8IjJok5IRkJNlp4V76rz_eptcM,108419\ndebugpy-1.8.14.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\ndebugpy-1.8.14.dist-info/METADATA,sha256=rp6VixESOLfN... | .venv\Lib\site-packages\debugpy-1.8.14.dist-info\RECORD | RECORD | Other | 57,074 | 0.65 | 0 | 0 | awesome-app | 68 | 2025-04-28T07:03:26.500952 | MIT | false | 05e3e1bdca9376ced4e2d48504822bff |
debugpy\n | .venv\Lib\site-packages\debugpy-1.8.14.dist-info\top_level.txt | top_level.txt | Other | 8 | 0.5 | 0 | 0 | vue-tools | 299 | 2025-05-26T03:38:27.459617 | BSD-3-Clause | false | 84a60469eb71a33045ca463e1f867db5 |
Wheel-Version: 1.0\nGenerator: setuptools (78.1.0)\nRoot-Is-Purelib: false\nTag: cp313-cp313-win_amd64\n\n | .venv\Lib\site-packages\debugpy-1.8.14.dist-info\WHEEL | WHEEL | Other | 101 | 0.7 | 0 | 0 | react-lib | 179 | 2024-07-31T07:33:43.256538 | Apache-2.0 | false | b2e958fac675a0402c7cdbd838bbf42e |
debugpy\n\n Copyright (c) Microsoft Corporation\n All rights reserved.\n\n MIT License\n\n Permission is hereby granted, free of charge, to any person obtaining a copy of\n this software and associated documentation files (the "Software"), to deal in\n the Software without restriction, including w... | .venv\Lib\site-packages\debugpy-1.8.14.dist-info\licenses\LICENSE | LICENSE | Other | 1,200 | 0.7 | 0 | 0 | python-kit | 941 | 2025-01-17T16:09:06.339409 | GPL-3.0 | false | 18496e0e5a38c5caaade8503120ef9ea |
pip\n | .venv\Lib\site-packages\decorator-5.2.1.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | python-kit | 201 | 2024-06-20T15:08:08.622258 | GPL-3.0 | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Copyright (c) 2005-2025, Michele Simionato\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n* Redistributions of source code must retain the above copyright\n notice, this list of conditions and ... | .venv\Lib\site-packages\decorator-5.2.1.dist-info\LICENSE.txt | LICENSE.txt | Other | 1,308 | 0.7 | 0 | 0.086957 | python-kit | 795 | 2024-06-22T23:52:43.604806 | Apache-2.0 | false | 69f84fd117b2398674e12b8380df27c8 |
Metadata-Version: 2.2\nName: decorator\nVersion: 5.2.1\nSummary: Decorators for Humans\nAuthor-email: Michele Simionato <michele.simionato@gmail.com>\nLicense: BSD-2-Clause\nKeywords: decorators\nClassifier: Development Status :: 5 - Production/Stable\nClassifier: Intended Audience :: Developers\nClassifier: License ::... | .venv\Lib\site-packages\decorator-5.2.1.dist-info\METADATA | METADATA | Other | 3,934 | 0.95 | 0.104839 | 0 | python-kit | 137 | 2025-07-09T11:28:19.691460 | BSD-3-Clause | false | aae418abf7e760f273c9f68f6d780eb5 |
{"is_release": false, "git_version": "8608a46"} | .venv\Lib\site-packages\decorator-5.2.1.dist-info\pbr.json | pbr.json | JSON | 47 | 0.5 | 0.1 | 0 | react-lib | 683 | 2024-11-24T03:54:31.020632 | MIT | false | 66d7b36500d236e7f3791dde896cc1e9 |
__pycache__/decorator.cpython-313.pyc,,\ndecorator-5.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\ndecorator-5.2.1.dist-info/LICENSE.txt,sha256=kU7m7Xil78FzvaaY8nCERMqdFA_MQIDGDQUD1A2znaY,1308\ndecorator-5.2.1.dist-info/METADATA,sha256=i76fp7lNo0QbinX3NBJjSu_GhVp9A8iuab--m-8mKB4,3934\nde... | .venv\Lib\site-packages\decorator-5.2.1.dist-info\RECORD | RECORD | Other | 697 | 0.7 | 0 | 0 | vue-tools | 994 | 2024-08-23T11:57:13.237375 | Apache-2.0 | false | afab6c8c5e89573d19760af87cfdd14b |
decorator\n | .venv\Lib\site-packages\decorator-5.2.1.dist-info\top_level.txt | top_level.txt | Other | 10 | 0.5 | 0 | 0 | node-utils | 515 | 2024-09-08T16:22:19.875739 | GPL-3.0 | false | 6f5dc4edc6954135b7ad97baa7a5c4d4 |
Wheel-Version: 1.0\nGenerator: setuptools (75.8.0)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n | .venv\Lib\site-packages\decorator-5.2.1.dist-info\WHEEL | WHEEL | Other | 91 | 0.5 | 0 | 0 | node-utils | 807 | 2025-02-11T00:18:55.524473 | MIT | false | 68e6e969da03b3fdebefe35680a5c606 |
# defusedxml\n#\n# Copyright (c) 2013 by Christian Heimes <christian@python.org>\n# Licensed to PSF under a Contributor Agreement.\n# See https://www.python.org/psf/license for licensing details.\n"""Defused xml.etree.cElementTree\n"""\nfrom __future__ import absolute_import\n\nimport warnings\n\nfrom .common import _g... | .venv\Lib\site-packages\defusedxml\cElementTree.py | cElementTree.py | Python | 1,449 | 0.95 | 0.048387 | 0.156863 | node-utils | 322 | 2025-04-11T14:10:29.951835 | Apache-2.0 | false | 1807afbb4f80f584dbf7b442c4370af6 |
# defusedxml\n#\n# Copyright (c) 2013 by Christian Heimes <christian@python.org>\n# Licensed to PSF under a Contributor Agreement.\n# See https://www.python.org/psf/license for licensing details.\n"""Common constants, exceptions and helpe functions\n"""\nimport sys\nimport xml.parsers.expat\n\nPY3 = sys.version_info[0]... | .venv\Lib\site-packages\defusedxml\common.py | common.py | Python | 4,036 | 0.95 | 0.186047 | 0.058824 | vue-tools | 803 | 2023-09-26T02:48:50.117575 | MIT | false | f156dd6010fa90477ac79425fa5a2d7f |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.