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 * Copyright (c) Microsoft Corporation.\n *\n * This source code is subject to terms and conditions of the Apache License, Version 2.0. A\n * copy of the license can be found in the License.html file at the root of this distribution. I... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\stdafx.h | stdafx.h | C | 1,198 | 0.8 | 0.027778 | 1 | node-utils | 812 | 2023-10-07T11:08:47.127651 | GPL-3.0 | false | c897ccc29fed72ad25f1d13049e44491 |
/* ****************************************************************************\n *\n * Copyright (c) Microsoft Corporation. \n *\n * This source code is subject to terms and conditions of the Apache License, Version 2.0. A \n * copy of the license can be found in the License.html file at the root of this distribution.... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\windows\targetver.h | targetver.h | C | 1,035 | 0.8 | 0.045455 | 1 | node-utils | 591 | 2024-02-18T02:22:22.863751 | GPL-3.0 | false | bfdd9164f498446198f372a274a6d589 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\__pycache__\add_code_to_python_process.cpython-313.pyc | add_code_to_python_process.cpython-313.pyc | Other | 21,931 | 0.95 | 0.045775 | 0.023346 | awesome-app | 133 | 2024-11-03T11:26:20.587716 | GPL-3.0 | false | fec42c5f69bd385ca7e1130c3c62144b |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\__pycache__\attach_pydevd.cpython-313.pyc | attach_pydevd.cpython-313.pyc | Other | 3,414 | 0.85 | 0 | 0 | vue-tools | 4 | 2024-04-16T06:39:31.585385 | BSD-3-Clause | false | ce43ec30fd94a0d8fa78be1b9574f1d8 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\__pycache__\attach_script.cpython-313.pyc | attach_script.cpython-313.pyc | Other | 6,761 | 0.95 | 0 | 0 | node-utils | 407 | 2024-11-11T13:21:03.092028 | Apache-2.0 | false | 599f523668bdc1e52159bec9d0fe94b6 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\__pycache__\_always_live_program.cpython-313.pyc | _always_live_program.cpython-313.pyc | Other | 1,750 | 0.8 | 0 | 0 | react-lib | 287 | 2025-04-30T11:03:39.035345 | BSD-3-Clause | false | 9e30655bfd05831e8b96e2423f9708ec |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\__pycache__\_check.cpython-313.pyc | _check.cpython-313.pyc | Other | 405 | 0.7 | 0 | 0 | node-utils | 171 | 2023-11-20T15:10:55.107258 | Apache-2.0 | false | f8c0bc38e6e5891323ff0ffee38fb28f |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\__pycache__\_test_attach_to_process.cpython-313.pyc | _test_attach_to_process.cpython-313.pyc | Other | 811 | 0.8 | 0 | 0 | vue-tools | 310 | 2024-11-05T20:09:45.196930 | BSD-3-Clause | true | 3900dedcffbc4e20e49c9340f8c08483 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_attach_to_process\__pycache__\_test_attach_to_process_linux.cpython-313.pyc | _test_attach_to_process_linux.cpython-313.pyc | Other | 3,333 | 0.8 | 0.020833 | 0.317073 | node-utils | 260 | 2024-03-28T04:47:48.025462 | Apache-2.0 | true | b24039c855241d3ee13db26caa15720d |
from _pydevd_bundle.pydevd_breakpoints import LineBreakpoint\nfrom _pydevd_bundle.pydevd_api import PyDevdAPI\nimport bisect\nfrom _pydev_bundle import pydev_log\n\n\nclass LineBreakpointWithLazyValidation(LineBreakpoint):\n def __init__(self, *args, **kwargs):\n LineBreakpoint.__init__(self, *args, **kwargs)... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\pydevd_line_validation.py | pydevd_line_validation.py | Python | 6,774 | 0.95 | 0.225 | 0.147059 | react-lib | 634 | 2025-06-13T10:14:30.058599 | Apache-2.0 | false | a59450373842ef773697294ca47a9136 |
import pkgutil\n\n__path__ = pkgutil.extend_path(__path__, __name__)\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\__init__.py | __init__.py | Python | 70 | 0.65 | 0 | 0 | vue-tools | 842 | 2025-06-22T15:17:57.816707 | MIT | false | fc34a85235835f65e4709eb3988c6602 |
Extensions allow extending the debugger without modifying the debugger code. This is implemented with explicit namespace\npackages.\n\nTo implement your own extension:\n\n1. Ensure that the root folder of your extension is in sys.path (add it to PYTHONPATH) \n2. Ensure that your module follows the directory structure b... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\README.md | README.md | Markdown | 1,212 | 0.85 | 0.068966 | 0.037037 | react-lib | 439 | 2024-05-09T15:51:45.253071 | MIT | false | 8e1ab88b4cea444d701ba697da22fd21 |
import pkgutil\n\n__path__ = pkgutil.extend_path(__path__, __name__)\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\__init__.py | __init__.py | Python | 70 | 0.65 | 0 | 0 | react-lib | 966 | 2024-07-28T16:01:48.463431 | Apache-2.0 | false | fc34a85235835f65e4709eb3988c6602 |
import sys\n\n\ndef find_cached_module(mod_name):\n return sys.modules.get(mod_name, None)\n\n\ndef find_mod_attr(mod_name, attr):\n mod = find_cached_module(mod_name)\n if mod is None:\n return None\n return getattr(mod, attr, None)\n\n\ndef find_class_name(val):\n class_name = str(val.__class__)... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\pydevd_helpers.py | pydevd_helpers.py | Python | 668 | 0.95 | 0.230769 | 0 | node-utils | 158 | 2025-03-15T02:47:20.360260 | MIT | false | d6392a7ffe95c9231f790d3de6b839ec |
from _pydevd_bundle.pydevd_extension_api import StrPresentationProvider\nfrom .pydevd_helpers import find_mod_attr, find_class_name\n\n\nclass DjangoFormStr(object):\n def can_provide(self, type_object, type_name):\n form_class = find_mod_attr("django.forms", "Form")\n return form_class is not None and... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\pydevd_plugins_django_form_str.py | pydevd_plugins_django_form_str.py | Python | 556 | 0.85 | 0.235294 | 0 | python-kit | 103 | 2024-02-23T15:44:53.542971 | Apache-2.0 | false | b6496a212afe363503e18e81f0e414f6 |
from _pydevd_bundle.pydevd_extension_api import TypeResolveProvider\nfrom _pydevd_bundle.pydevd_resolver import defaultResolver\nfrom .pydevd_helpers import find_mod_attr\nfrom _pydevd_bundle import pydevd_constants\n\nTOO_LARGE_MSG = "Maximum number of items (%s) reached. To show more items customize the value of the ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\pydevd_plugin_numpy_types.py | pydevd_plugin_numpy_types.py | Python | 3,340 | 0.95 | 0.244444 | 0.012821 | vue-tools | 242 | 2023-09-25T01:22:40.176878 | GPL-3.0 | false | 9daba109d9aa595172e9bc8a0e166453 |
import sys\n\nfrom _pydevd_bundle.pydevd_constants import PANDAS_MAX_ROWS, PANDAS_MAX_COLS, PANDAS_MAX_COLWIDTH\nfrom _pydevd_bundle.pydevd_extension_api import TypeResolveProvider, StrPresentationProvider\nfrom _pydevd_bundle.pydevd_resolver import inspect, MethodWrapperType\nfrom _pydevd_bundle.pydevd_utils import Ti... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\pydevd_plugin_pandas_types.py | pydevd_plugin_pandas_types.py | Python | 6,753 | 0.95 | 0.196629 | 0.140845 | node-utils | 658 | 2024-11-16T20:01:24.550568 | BSD-3-Clause | false | 6cd6962a5d32057ac753b992d2ff675a |
import pkgutil\n\n__path__ = pkgutil.extend_path(__path__, __name__)\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\__init__.py | __init__.py | Python | 70 | 0.65 | 0 | 0 | python-kit | 135 | 2024-12-31T12:05:14.381872 | GPL-3.0 | false | fc34a85235835f65e4709eb3988c6602 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\__pycache__\pydevd_helpers.cpython-313.pyc | pydevd_helpers.cpython-313.pyc | Other | 1,278 | 0.8 | 0 | 0 | python-kit | 62 | 2024-07-20T10:06:38.387048 | MIT | false | 868363c471cd0cb022c941ed1d0c23f7 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\__pycache__\pydevd_plugins_django_form_str.cpython-313.pyc | pydevd_plugins_django_form_str.cpython-313.pyc | Other | 1,350 | 0.8 | 0 | 0 | python-kit | 479 | 2025-06-18T09:00:51.116324 | GPL-3.0 | false | 3a1b13a5285c1bbc4ee04ba06ba6b2b0 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\__pycache__\pydevd_plugin_numpy_types.cpython-313.pyc | pydevd_plugin_numpy_types.cpython-313.pyc | Other | 4,769 | 0.8 | 0 | 0 | python-kit | 58 | 2024-08-01T16:41:21.223192 | GPL-3.0 | false | 983a7894fc4e2a3738010bbae05b5e40 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\__pycache__\pydevd_plugin_pandas_types.cpython-313.pyc | pydevd_plugin_pandas_types.cpython-313.pyc | Other | 7,537 | 0.8 | 0 | 0 | awesome-app | 113 | 2023-07-22T14:52:54.557891 | Apache-2.0 | false | 5f0196429534b247c360ea3132d4d0f2 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\types\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 342 | 0.7 | 0 | 0 | vue-tools | 30 | 2025-02-18T04:25:15.556198 | Apache-2.0 | false | 0b08a2d01558b8d0839160f53e9ab591 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\extensions\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 336 | 0.7 | 0 | 0 | vue-tools | 99 | 2025-04-20T00:25:23.647287 | Apache-2.0 | false | 767c319669d0f1ac6360784bf091ad55 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\__pycache__\django_debug.cpython-313.pyc | django_debug.cpython-313.pyc | Other | 24,848 | 0.95 | 0.006536 | 0 | react-lib | 449 | 2025-07-02T11:20:01.894107 | BSD-3-Clause | false | c2ebabae6b2e5a4359bc3b9266d046f6 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\__pycache__\jinja2_debug.cpython-313.pyc | jinja2_debug.cpython-313.pyc | Other | 20,359 | 0.95 | 0 | 0.010204 | vue-tools | 292 | 2025-02-27T17:11:25.958014 | GPL-3.0 | false | f82a22a62a59f45b2b8465ff1a464165 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\__pycache__\pydevd_line_validation.cpython-313.pyc | pydevd_line_validation.cpython-313.pyc | Other | 5,698 | 0.95 | 0.044444 | 0 | awesome-app | 952 | 2024-08-08T10:54:22.437362 | Apache-2.0 | false | bc384ad38026b3558a4f08277851a8a4 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydevd_plugins\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 325 | 0.7 | 0 | 0 | python-kit | 158 | 2023-07-19T10:34:12.964506 | BSD-3-Clause | false | bb32a2f00d6ae16d7eeb34210add0ca6 |
# coding: utf-8\n"""\nGLUT Inputhook support functions\n"""\n\n# -----------------------------------------------------------------------------\n# Copyright (C) 2008-2011 The IPython Development Team\n#\n# Distributed under the terms of the BSD License. The full license is in\n# the file COPYING, distributed as par... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\inputhookglut.py | inputhookglut.py | Python | 5,769 | 0.95 | 0.16 | 0.472441 | node-utils | 171 | 2024-06-07T05:36:52.798755 | MIT | false | 7814eeb6aff61b2c32b48dd8ee171b63 |
# encoding: utf-8\n"""\nEnable pygtk to be used interacive by setting PyOS_InputHook.\n\nAuthors: Brian Granger\n"""\n\n# -----------------------------------------------------------------------------\n# Copyright (C) 2008-2011 The IPython Development Team\n#\n# Distributed under the terms of the BSD License. The fu... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\inputhookgtk.py | inputhookgtk.py | Python | 1,151 | 0.95 | 0.081081 | 0.481481 | react-lib | 380 | 2024-10-14T19:49:56.964664 | Apache-2.0 | false | 24f804c5fe358afa0e9b2e20ceb4eba8 |
# encoding: utf-8\n"""\nEnable Gtk3 to be used interacive by IPython.\n\nAuthors: Thomi Richards\n"""\n# -----------------------------------------------------------------------------\n# Copyright (c) 2012, the IPython Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full licens... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\inputhookgtk3.py | inputhookgtk3.py | Python | 1,149 | 0.95 | 0.081081 | 0.5 | react-lib | 100 | 2024-07-23T10:55:24.948128 | BSD-3-Clause | false | b2142c5513c633cc4c1d64faa54483fb |
# encoding: utf-8\n"""\nEnable pyglet to be used interacive by setting PyOS_InputHook.\n\nAuthors\n-------\n\n* Nicolas P. Rougier\n* Fernando Perez\n"""\n\n# -----------------------------------------------------------------------------\n# Copyright (C) 2008-2011 The IPython Development Team\n#\n# Distributed under ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\inputhookpyglet.py | inputhookpyglet.py | Python | 3,359 | 0.95 | 0.147368 | 0.425 | awesome-app | 499 | 2024-12-14T21:14:15.492735 | Apache-2.0 | false | 7b98fa0c15fffdc8491c9c1fe4ec40b4 |
# encoding: utf-8\n# Unlike what IPython does, we need to have an explicit inputhook because tkinter handles\n# input hook in the C Source code\n\n# -----------------------------------------------------------------------------\n# Imports\n# -----------------------------------------------------------------------------\n... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\inputhooktk.py | inputhooktk.py | Python | 779 | 0.95 | 0.16 | 0.5 | react-lib | 439 | 2025-03-18T04:43:16.832074 | GPL-3.0 | false | e1a581d5db31b6739381bf41c30f385d |
# encoding: utf-8\n"""\nEnable wxPython to be used interacive by setting PyOS_InputHook.\n\nAuthors: Robin Dunn, Brian Granger, Ondrej Certik\n"""\n\n# -----------------------------------------------------------------------------\n# Copyright (C) 2008-2011 The IPython Development Team\n#\n# Distributed under the te... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\inputhookwx.py | inputhookwx.py | Python | 6,700 | 0.95 | 0.184971 | 0.282759 | python-kit | 37 | 2025-01-08T04:11:52.233376 | GPL-3.0 | false | 6f03b168121f43d6d821ac22803d5458 |
import sys\nfrom _pydev_bundle import pydev_log\n\nbackends = {\n "tk": "TkAgg",\n "gtk": "GTKAgg",\n "wx": "WXAgg",\n "qt": "QtAgg", # Auto-choose qt4/5\n "qt4": "Qt4Agg",\n "qt5": "Qt5Agg",\n "qt6": "Qt6Agg",\n "osx": "MacOSX",\n}\n\nlowercase_convert = {\n "tkagg": "TkAgg",\n "gtkagg":... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\matplotlibtools.py | matplotlibtools.py | Python | 6,700 | 0.95 | 0.190722 | 0.117647 | vue-tools | 48 | 2024-04-07T17:44:22.519574 | GPL-3.0 | false | e751f7e11ebb9ce1b44ebba05ba497c4 |
"""A Qt API selector that can be used to switch between PyQt and PySide.\n\nThis uses the ETS 4.0 selection pattern of:\nPySide first, PyQt with API v2. second.\n\nDo not use this if you need PyQt with the old QString/QVariant API.\n"""\n\nimport os\n\nfrom pydev_ipython.qt_loaders import load_qt, QT_API_PYSIDE, QT_API... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\qt.py | qt.py | Python | 896 | 0.85 | 0.166667 | 0 | vue-tools | 519 | 2025-04-14T16:36:35.112396 | BSD-3-Clause | false | d4196094100a3bec551d5784c6b517ce |
"""Import Qt in a manner suitable for an IPython kernel.\n\nThis is the import used for the `gui=qt` or `matplotlib=qt` initialization.\n\nImport Priority:\n\nif Qt4 has been imported anywhere else:\n use that\n\nif matplotlib has been imported and doesn't support v2 (<= 1.0.1):\n use PyQt4 @v1\n\nNext, ask ETS' Q... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\qt_for_kernel.py | qt_for_kernel.py | Python | 4,089 | 0.95 | 0.214815 | 0.083333 | node-utils | 627 | 2024-04-18T19:39:34.004676 | GPL-3.0 | false | b4ec710b31e045cfa10cd09c2ed2aee1 |
"""\nThis module contains factory functions that attempt\nto return Qt submodules from the various python Qt bindings.\n\nIt also protects against double-importing Qt with different\nbindings, which is unstable and likely to crash\n\nThis is used primarily by qt and qt_for_kernel, and shouldn't\nbe accessed directly fr... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\qt_loaders.py | qt_loaders.py | Python | 10,922 | 0.95 | 0.154856 | 0.06 | awesome-app | 602 | 2023-09-21T18:13:21.696345 | Apache-2.0 | false | 77e57c7fecdf8b0def437b8c3b979234 |
# Parts of IPython, files from: https://github.com/ipython/ipython/tree/rel-1.0.0/IPython\n# The files in this package are extracted from IPython to aid the main loop integration\n# See tests_mainloop for some manually runable tests\n\n# What we are doing is reusing the "inputhook" functionality (i.e. what in IPython\n... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\README | README | Other | 546 | 0.95 | 0.125 | 1 | python-kit | 10 | 2024-02-17T05:39:51.374966 | Apache-2.0 | false | d72ad09b821e32c1ec98cae2ecf49c7a |
"""\nUtility for version comparison\n"""\n\n\nclass _Version:\n def __init__(self, s):\n parts = s.split(".")\n version_parts = []\n for p in parts:\n try:\n version_parts.append(int(p))\n except ValueError:\n version_parts.append(p)\n\n ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\version.py | version.py | Python | 1,546 | 0.85 | 0.24 | 0 | react-lib | 368 | 2024-05-06T03:55:35.334318 | MIT | false | 035b724d140e9a6201ec9be3369d4170 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhook.cpython-313.pyc | inputhook.cpython-313.pyc | Other | 21,358 | 0.95 | 0.115756 | 0.003831 | node-utils | 898 | 2023-12-24T05:31:24.332232 | BSD-3-Clause | false | db16cb35ee5afb7d6549485ee273af08 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhookglut.cpython-313.pyc | inputhookglut.cpython-313.pyc | Other | 3,592 | 0.95 | 0.018182 | 0 | node-utils | 707 | 2025-03-02T12:47:57.334325 | MIT | false | 4dbf063ece78749564716382c9285197 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhookgtk.cpython-313.pyc | inputhookgtk.cpython-313.pyc | Other | 1,041 | 0.7 | 0 | 0 | awesome-app | 363 | 2025-04-26T10:06:35.027493 | BSD-3-Clause | false | beaf77074f67fcba21ab63b05d30627b |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhookgtk3.cpython-313.pyc | inputhookgtk3.cpython-313.pyc | Other | 1,055 | 0.7 | 0 | 0 | react-lib | 505 | 2024-09-24T16:55:17.104091 | MIT | false | 79ddd1f3ef84817392e48c4e9cd8fe08 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhookpyglet.cpython-313.pyc | inputhookpyglet.cpython-313.pyc | Other | 2,453 | 0.8 | 0.020833 | 0.04878 | node-utils | 814 | 2024-12-06T20:37:06.838232 | MIT | false | d666e73b4eb2b6fb4efea511bf029b2f |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhookqt4.cpython-313.pyc | inputhookqt4.cpython-313.pyc | Other | 5,677 | 0.95 | 0.097826 | 0 | node-utils | 664 | 2024-05-10T15:36:10.834305 | BSD-3-Clause | false | 271b928eec63a9fad631f9571d0db5cb |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhookqt5.cpython-313.pyc | inputhookqt5.cpython-313.pyc | Other | 5,713 | 0.95 | 0.098901 | 0 | node-utils | 688 | 2023-09-04T03:15:29.757762 | GPL-3.0 | false | 6832c7c5f6f24b52874481b10f462fc2 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhookqt6.cpython-313.pyc | inputhookqt6.cpython-313.pyc | Other | 5,773 | 0.95 | 0.098901 | 0 | react-lib | 940 | 2024-04-05T15:18:18.839831 | MIT | false | c678ba98074a0eb0c61e5fa405796a47 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhooktk.cpython-313.pyc | inputhooktk.cpython-313.pyc | Other | 814 | 0.7 | 0 | 0 | awesome-app | 302 | 2025-03-06T12:47:00.760926 | GPL-3.0 | false | 6f15ef77c6037d30839e4a755af16084 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\inputhookwx.cpython-313.pyc | inputhookwx.cpython-313.pyc | Other | 6,377 | 0.8 | 0.050633 | 0 | python-kit | 204 | 2023-09-18T17:32:27.542027 | MIT | false | 9839597f077b2ff6bc158e242bec1995 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\matplotlibtools.cpython-313.pyc | matplotlibtools.cpython-313.pyc | Other | 7,615 | 0.95 | 0.169014 | 0 | react-lib | 106 | 2023-09-18T21:22:13.300029 | Apache-2.0 | false | c6b43a79fa0e38bbe71e1de1030b8d99 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\qt.cpython-313.pyc | qt.cpython-313.pyc | Other | 1,084 | 0.7 | 0.133333 | 0 | node-utils | 437 | 2024-06-04T05:06:16.673834 | BSD-3-Clause | false | 5442f8781421aead7950eb2860ef532f |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\qt_for_kernel.cpython-313.pyc | qt_for_kernel.cpython-313.pyc | Other | 4,358 | 0.95 | 0.134146 | 0.013889 | vue-tools | 43 | 2024-04-29T15:26:11.785385 | GPL-3.0 | false | 6ea54c6d0fb1cd9852623b4352af3129 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\qt_loaders.cpython-313.pyc | qt_loaders.cpython-313.pyc | Other | 11,759 | 0.95 | 0.085714 | 0 | react-lib | 675 | 2025-01-12T08:40:07.937396 | Apache-2.0 | false | c8529c7086ba82a9a5d0c63653e11bb7 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\version.cpython-313.pyc | version.cpython-313.pyc | Other | 2,551 | 0.8 | 0.103448 | 0 | vue-tools | 64 | 2024-01-18T02:27:00.887971 | Apache-2.0 | false | 2ff45a40e0a6e69480e270ec9a2dec92 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_ipython\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 213 | 0.7 | 0 | 0 | react-lib | 993 | 2024-02-13T08:33:58.994637 | Apache-2.0 | false | 5d0dbc8100acb83f53ade923fc90d82d |
(no __init__.py file) | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_sitecustomize\__not_in_default_pythonpath.txt | __not_in_default_pythonpath.txt | Other | 21 | 0.5 | 0.1 | 0 | awesome-app | 624 | 2024-02-18T16:42:05.937204 | MIT | false | bb83c307cc31bfa91b30fd0ceb1252b8 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\pydev_sitecustomize\__pycache__\sitecustomize.cpython-313.pyc | sitecustomize.cpython-313.pyc | Other | 7,029 | 0.8 | 0.013333 | 0 | vue-tools | 932 | 2025-04-28T15:15:38.359822 | Apache-2.0 | false | cdd23797b86725135558b32557c7d0f0 |
# Defines which version of the PyDBAdditionalThreadInfo we'll use.\nfrom _pydevd_bundle.pydevd_constants import ENV_FALSE_LOWER_VALUES, USE_CYTHON_FLAG, ENV_TRUE_LOWER_VALUES\n\nif USE_CYTHON_FLAG in ENV_TRUE_LOWER_VALUES:\n # We must import the cython version if forcing cython\n from _pydevd_bundle.pydevd_cython... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_additional_thread_info.py | pydevd_additional_thread_info.py | Python | 1,685 | 0.95 | 0.121951 | 0.105263 | vue-tools | 960 | 2023-10-04T12:04:32.416181 | BSD-3-Clause | false | a6cd97485daa38c7ed4c0a68d734cb87 |
from _pydevd_bundle.pydevd_constants import (\n STATE_RUN,\n PYTHON_SUSPEND,\n SUPPORT_GEVENT,\n ForkSafeLock,\n _current_frames,\n STATE_SUSPEND,\n get_global_debugger,\n get_thread_id,\n)\nfrom _pydev_bundle import pydev_log\nfrom _pydev_bundle._pydev_saved_modules import threading\nfrom _pyde... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_additional_thread_info_regular.py | pydevd_additional_thread_info_regular.py | Python | 11,139 | 0.95 | 0.137195 | 0.392982 | vue-tools | 356 | 2023-10-15T05:26:08.369022 | BSD-3-Clause | false | eb5f2a6b59680ef78ac909cabacce2b3 |
from _pydevd_bundle.pydevd_constants import IS_PY311_OR_GREATER\nimport dis\nfrom types import CodeType\nfrom collections import namedtuple\n\nDEBUG = False\n\n_Pos = namedtuple("_Pos", "lineno endlineno startcol endcol")\n\n\ndef _is_inside(item_pos: _Pos, container_pos: _Pos):\n if item_pos.lineno < container_pos.... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_bytecode_utils_py311.py | pydevd_bytecode_utils_py311.py | Python | 3,705 | 0.95 | 0.266667 | 0.012195 | python-kit | 906 | 2025-03-24T12:25:11.542740 | Apache-2.0 | false | 8cf9fca8f9136a1e16990babc0eece15 |
"""\nDecompiler that can be used with the debugger (where statements correctly represent the\nline numbers).\n\nNote: this is a work in progress / proof of concept / not ready to be used.\n"""\n\nimport dis\n\nfrom _pydevd_bundle.pydevd_collect_bytecode_info import iter_instructions\nfrom _pydev_bundle import pydev_log... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_code_to_source.py | pydevd_code_to_source.py | Python | 18,165 | 0.95 | 0.219835 | 0.010846 | node-utils | 423 | 2024-04-10T12:36:13.328851 | GPL-3.0 | false | 227a63796677c22a6f5db91c86d93d84 |
import dis\nimport inspect\nimport sys\nfrom collections import namedtuple\n\nfrom _pydev_bundle import pydev_log\nfrom opcode import EXTENDED_ARG, HAVE_ARGUMENT, cmp_op, hascompare, hasconst, hasfree, hasjrel, haslocal, hasname, opname\n\nfrom io import StringIO\n\n\nclass TryExceptInfo(object):\n def __init__(self... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_collect_bytecode_info.py | pydevd_collect_bytecode_info.py | Python | 36,003 | 0.95 | 0.256586 | 0.062857 | react-lib | 556 | 2025-02-07T06:18:00.894106 | MIT | false | 7fd5d4dc8c87e9d95c6857d81ade1ef7 |
import os\nimport sys\n\n\nclass ArgHandlerWithParam:\n """\n Handler for some arguments which needs a value\n """\n\n def __init__(self, arg_name, convert_val=None, default_val=None):\n self.arg_name = arg_name\n self.arg_v_rep = "--%s" % (arg_name,)\n self.convert_val = convert_val\n ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_command_line_handling.py | pydevd_command_line_handling.py | Python | 6,283 | 0.95 | 0.19337 | 0.061644 | vue-tools | 808 | 2024-05-03T04:22:44.313499 | Apache-2.0 | false | 06bac600c1285adfe39e11547390b333 |
CMD_RUN = 101\nCMD_LIST_THREADS = 102\nCMD_THREAD_CREATE = 103\nCMD_THREAD_KILL = 104\nCMD_THREAD_SUSPEND = 105\nCMD_THREAD_RUN = 106\nCMD_STEP_INTO = 107\nCMD_STEP_OVER = 108\nCMD_STEP_RETURN = 109\nCMD_GET_VARIABLE = 110\nCMD_SET_BREAK = 111\nCMD_REMOVE_BREAK = 112\nCMD_EVALUATE_EXPRESSION = 113\nCMD_GET_FRAME = 114\... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_comm_constants.py | pydevd_comm_constants.py | Python | 6,276 | 0.95 | 0.03 | 0.057803 | vue-tools | 302 | 2024-02-11T09:58:52.501158 | GPL-3.0 | false | 78a8d3dbc7f101a7dc8d479f436ef68d |
from _pydevd_bundle.pydevd_constants import get_current_thread_id, Null, ForkSafeLock\nfrom pydevd_file_utils import get_abs_path_real_path_and_base_from_frame\nfrom _pydev_bundle._pydev_saved_modules import thread, threading\nimport sys\nfrom _pydev_bundle import pydev_log\n\nDEBUG = False\n\n\nclass CustomFramesConta... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_custom_frames.py | pydevd_custom_frames.py | Python | 4,538 | 0.95 | 0.157895 | 0.180723 | python-kit | 830 | 2025-02-06T08:00:42.937093 | MIT | false | ae7a209e76db6d1799b51e2e6c87f11c |
cdef class PyDBAdditionalThreadInfo:\n cdef public int pydev_state\n cdef public object pydev_step_stop # Actually, it's a frame or None\n cdef public int pydev_original_step_cmd\n cdef public int pydev_step_cmd\n cdef public bint pydev_notify_kill\n cdef public object pydev_smart_step_stop # Actually... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_cython.pxd | pydevd_cython.pxd | Other | 1,732 | 0.95 | 0.02439 | 0.026316 | vue-tools | 755 | 2025-03-22T08:44:31.893532 | MIT | false | ac97c5337bd8d04aae1a0a1eac82a86b |
from __future__ import print_function\n\n# Important: Autogenerated file.\n\n# DO NOT edit manually!\n# DO NOT edit manually!\nfrom _pydevd_bundle.pydevd_constants import (\n STATE_RUN,\n PYTHON_SUSPEND,\n SUPPORT_GEVENT,\n ForkSafeLock,\n _current_frames,\n STATE_SUSPEND,\n get_global_debugger,\n ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_cython.pyx | pydevd_cython.pyx | Other | 101,046 | 0.75 | 0.216751 | 0.313465 | react-lib | 970 | 2025-06-12T13:08:44.821942 | BSD-3-Clause | false | 2bbb2271fde3551b55401b65ebf9114f |
import sys\n\ntry:\n try:\n from _pydevd_bundle_ext import pydevd_cython as mod\n\n except ImportError:\n from _pydevd_bundle import pydevd_cython as mod\n\nexcept ImportError:\n import struct\n\n try:\n is_python_64bit = struct.calcsize("P") == 8\n except:\n # In Jython this ... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_cython_wrapper.py | pydevd_cython_wrapper.py | Python | 1,913 | 0.95 | 0.079365 | 0.255814 | python-kit | 552 | 2024-10-31T10:15:36.460575 | Apache-2.0 | false | 75f0b3c9c9c753841c48aee9ea885ebd |
from _pydev_bundle._pydev_saved_modules import threading\nfrom _pydev_bundle import _pydev_saved_modules\nfrom _pydevd_bundle.pydevd_utils import notify_about_gevent_if_needed\nimport weakref\nfrom _pydevd_bundle.pydevd_constants import (\n IS_JYTHON,\n IS_IRONPYTHON,\n PYDEVD_APPLY_PATCHING_TO_HIDE_PYDEVD_THR... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_daemon_thread.py | pydevd_daemon_thread.py | Python | 8,579 | 0.95 | 0.257426 | 0.159509 | python-kit | 222 | 2023-11-21T17:21:48.836853 | MIT | false | e69e5b4d47bf2ac15ee2e6436d74b2aa |
"""\nThis module holds the customization settings for the debugger.\n"""\n\nfrom _pydevd_bundle.pydevd_constants import QUOTED_LINE_PROTOCOL\nfrom _pydev_bundle import pydev_log\nimport sys\n\n\nclass PydevdCustomization(object):\n DEFAULT_PROTOCOL: str = QUOTED_LINE_PROTOCOL\n\n # Debug mode may be set to 'debug... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_defaults.py | pydevd_defaults.py | Python | 2,358 | 0.95 | 0.140625 | 0.375 | react-lib | 521 | 2024-10-27T04:53:45.149894 | MIT | false | d2c3b8cbf3c6ac0517f7317ea70dc666 |
"""\nSupport for a tag that allows skipping over functions while debugging.\n"""\nimport linecache\nimport re\n\n# To suppress tracing a method, add the tag @DontTrace\n# to a comment either preceding or on the same line as\n# the method definition\n#\n# E.g.:\n# #@DontTrace\n# def test1():\n# pass\n#\n# ... or ..... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_dont_trace.py | pydevd_dont_trace.py | Python | 3,685 | 0.95 | 0.195122 | 0.300971 | python-kit | 408 | 2024-09-26T20:50:03.859215 | GPL-3.0 | false | ec7cb4c549828177e9e9b48ca021e6ad |
# Important: Autogenerated file.\n\n# fmt: off\n# DO NOT edit manually!\n# DO NOT edit manually!\n\nLIB_FILE = 1\nPYDEV_FILE = 2\n\nDONT_TRACE_DIRS = {\n '_pydev_bundle': PYDEV_FILE,\n '_pydev_runfiles': PYDEV_FILE,\n '_pydevd_bundle': PYDEV_FILE,\n '_pydevd_frame_eval': PYDEV_FILE,\n '_pydevd_sys_monito... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_dont_trace_files.py | pydevd_dont_trace_files.py | Python | 6,541 | 0.95 | 0.011236 | 0.053254 | vue-tools | 762 | 2024-08-10T15:21:22.033625 | BSD-3-Clause | false | 79a3b9c52a9759791ca885d5165ea8af |
import abc\nfrom typing import Any\n\n\n# borrowed from from six\ndef _with_metaclass(meta, *bases):\n """Create a base class with a metaclass."""\n\n class metaclass(meta):\n def __new__(cls, name, this_bases, d):\n return meta(name, bases, d)\n\n return type.__new__(metaclass, "temporary_cl... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_extension_api.py | pydevd_extension_api.py | Python | 4,013 | 0.95 | 0.214953 | 0.08642 | node-utils | 112 | 2025-02-12T22:52:23.631524 | Apache-2.0 | false | 655013abf53f3dc117d8abce6ef4fb39 |
import pkgutil\nimport sys\nfrom _pydev_bundle import pydev_log\n\ntry:\n import pydevd_plugins.extensions as extensions\nexcept:\n pydev_log.exception()\n extensions = None\n\n\nclass ExtensionManager(object):\n def __init__(self):\n self.loaded_extensions = None\n self.type_to_instance = {}\... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_extension_utils.py | pydevd_extension_utils.py | Python | 2,365 | 0.85 | 0.338462 | 0 | node-utils | 698 | 2023-07-14T20:43:33.563003 | BSD-3-Clause | false | 15257419b58b6f8cc6625233f9e14b39 |
import fnmatch\nimport glob\nimport os.path\nimport sys\n\nfrom _pydev_bundle import pydev_log\nimport pydevd_file_utils\nimport json\nfrom collections import namedtuple\nfrom _pydev_bundle._pydev_saved_modules import threading\nfrom pydevd_file_utils import normcase\nfrom _pydevd_bundle.pydevd_constants import USER_CO... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_filtering.py | pydevd_filtering.py | Python | 13,331 | 0.95 | 0.289941 | 0.078571 | python-kit | 687 | 2024-11-08T06:28:44.801123 | MIT | false | 1813415f80d249d89accb8f0fc7bd6d9 |
# Note: code gotten from _pydev_imports_tipper.\n\nimport sys\n\n\ndef _imp(name, log=None):\n try:\n return __import__(name)\n except:\n if "." in name:\n sub = name[0 : name.rfind(".")]\n\n if log is not None:\n log.add_content("Unable to import", name, "trying... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_import_class.py | pydevd_import_class.py | Python | 1,849 | 0.95 | 0.214286 | 0.09434 | python-kit | 169 | 2024-05-26T00:39:52.185678 | GPL-3.0 | false | deafdc8be7f789841ddce6cfcf6fb700 |
from _pydevd_bundle.pydevd_constants import ForkSafeLock, get_global_debugger\nimport os\nimport sys\nfrom contextlib import contextmanager\n\n\nclass IORedirector:\n """\n This class works to wrap a stream (stdout/stderr) with an additional redirect.\n """\n\n def __init__(self, original, new_redirect, wra... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_io.py | pydevd_io.py | Python | 8,371 | 0.95 | 0.253906 | 0.029703 | node-utils | 429 | 2024-02-29T16:38:27.539588 | BSD-3-Clause | false | 0054c4f79079b2768bb5ce46a1b5a8c5 |
from _pydevd_bundle.pydevd_constants import (\n DebugInfoHolder,\n get_global_debugger,\n GetGlobalDebugger,\n set_global_debugger,\n) # Keep for backward compatibility @UnusedImport\nfrom _pydevd_bundle.pydevd_utils import quote_smart as quote, to_string\nfrom _pydevd_bundle.pydevd_comm_constants import I... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_net_command.py | pydevd_net_command.py | Python | 4,852 | 0.95 | 0.2 | 0.07563 | react-lib | 31 | 2023-08-17T17:12:50.051729 | Apache-2.0 | false | 75f14cf646dc8c5911997ed8dd182f2f |
from functools import partial\nimport itertools\nimport os\nimport sys\nimport socket as socket_module\n\nfrom _pydev_bundle._pydev_imports_tipper import TYPE_IMPORT, TYPE_CLASS, TYPE_FUNCTION, TYPE_ATTR, TYPE_BUILTIN, TYPE_PARAM\nfrom _pydev_bundle.pydev_is_thread_alive import is_thread_alive\nfrom _pydev_bundle.pydev... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_net_command_factory_json.py | pydevd_net_command_factory_json.py | Python | 25,782 | 0.95 | 0.162116 | 0.026 | node-utils | 934 | 2025-05-04T11:38:48.294816 | BSD-3-Clause | false | ed541e9d2f1c5f4ebfb4543acbba74b8 |
import json\n\nfrom _pydev_bundle.pydev_is_thread_alive import is_thread_alive\nfrom _pydev_bundle._pydev_saved_modules import thread\nfrom _pydevd_bundle import pydevd_xml, pydevd_frame_utils, pydevd_constants, pydevd_utils\nfrom _pydevd_bundle.pydevd_comm_constants import (\n CMD_THREAD_CREATE,\n CMD_THREAD_KIL... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_net_command_factory_xml.py | pydevd_net_command_factory_xml.py | Python | 24,342 | 0.95 | 0.207885 | 0.025105 | vue-tools | 575 | 2025-01-27T07:03:36.845954 | MIT | false | 3d7cb19f8e40d4d215103b4a729e397d |
import types\n\nfrom _pydev_bundle import pydev_log\nfrom typing import Tuple, Literal\n\ntry:\n from pydevd_plugins import django_debug\nexcept:\n django_debug = None\n pydev_log.debug("Unable to load django_debug plugin")\n\ntry:\n from pydevd_plugins import jinja2_debug\nexcept:\n jinja2_debug = None\... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_plugin_utils.py | pydevd_plugin_utils.py | Python | 7,427 | 0.95 | 0.346154 | 0.041916 | python-kit | 568 | 2024-11-03T17:28:24.762698 | GPL-3.0 | false | 648669c243e3b5a7b6b7ad0005ad5898 |
import itertools\nimport json\nimport linecache\nimport os\nimport platform\nimport sys\nfrom functools import partial\n\nimport pydevd_file_utils\nfrom _pydev_bundle import pydev_log\nfrom _pydevd_bundle._debug_adapter import pydevd_base_schema, pydevd_schema\nfrom _pydevd_bundle._debug_adapter.pydevd_schema import (\... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_process_net_command_json.py | pydevd_process_net_command_json.py | Python | 58,893 | 0.75 | 0.154357 | 0.066784 | react-lib | 714 | 2024-03-05T20:32:29.890195 | BSD-3-Clause | false | 704320f5c60815d1403334104ba33128 |
import sys\nfrom _pydevd_bundle import pydevd_xml\nfrom os.path import basename\nfrom _pydev_bundle import pydev_log\nfrom urllib.parse import unquote_plus\nfrom _pydevd_bundle.pydevd_constants import IS_PY311_OR_GREATER\n\n\n# ============================================================================================... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_referrers.py | pydevd_referrers.py | Python | 9,930 | 0.95 | 0.269841 | 0.096618 | awesome-app | 667 | 2023-10-24T19:02:06.906779 | Apache-2.0 | false | 5cace416c081bc2819f8da5281f2bf93 |
"""\nBased on the python xreload.\n\nChanges\n======================\n\n1. we don't recreate the old namespace from new classes. Rather, we keep the existing namespace,\nload a new version of it and update only some of the things we can inplace. That way, we don't break\nthings such as singletons or end up with a secon... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_reload.py | pydevd_reload.py | Python | 16,212 | 0.95 | 0.2194 | 0.18323 | awesome-app | 566 | 2024-05-02T19:44:58.655189 | MIT | false | 930f42555091b913f7c2b8d014268d3a |
from _pydev_bundle import pydev_log\nfrom _pydevd_bundle.pydevd_utils import hasattr_checked, DAPGrouper, Timer\nfrom io import StringIO\nimport traceback\nfrom os.path import basename\n\nfrom functools import partial\nfrom _pydevd_bundle.pydevd_constants import (\n IS_PY36_OR_GREATER,\n MethodWrapperType,\n R... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_resolver.py | pydevd_resolver.py | Python | 30,451 | 0.95 | 0.226506 | 0.129032 | node-utils | 811 | 2024-07-21T14:23:43.733485 | Apache-2.0 | false | 625724f6e61ab304550ed11c8651534c |
"""\nUtility for saving locals.\n"""\nimport sys\nfrom _pydevd_bundle.pydevd_constants import IS_PY313_OR_GREATER\nfrom _pydev_bundle import pydev_log\n\ntry:\n import types\n\n frame_type = types.FrameType\nexcept:\n frame_type = type(sys._getframe())\n\n\ndef is_save_locals_available():\n return save_loca... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_save_locals.py | pydevd_save_locals.py | Python | 4,290 | 0.95 | 0.215385 | 0.2 | awesome-app | 293 | 2025-06-27T17:58:05.761249 | Apache-2.0 | false | bf5c4f80157253d2d3d4ee235c49d456 |
from _pydev_bundle import pydev_log\n\ntry:\n import trace\nexcept ImportError:\n pass\nelse:\n trace._warn = lambda *args: None # workaround for http://bugs.python.org/issue17143 (PY-8706)\n\nimport os\nfrom _pydevd_bundle.pydevd_comm import CMD_SIGNATURE_CALL_TRACE, NetCommand\nfrom _pydevd_bundle import py... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_signature.py | pydevd_signature.py | Python | 7,078 | 0.95 | 0.258706 | 0.032051 | awesome-app | 277 | 2024-04-20T10:09:36.594752 | Apache-2.0 | false | af6d5960e488f63d14b6f3b5d0dae238 |
import bisect\nfrom _pydevd_bundle.pydevd_constants import NULL, KeyifyList\nimport pydevd_file_utils\n\n\nclass SourceMappingEntry(object):\n __slots__ = ["source_filename", "line", "end_line", "runtime_line", "runtime_source"]\n\n def __init__(self, line, end_line, runtime_line, runtime_source):\n assert... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_source_mapping.py | pydevd_source_mapping.py | Python | 6,643 | 0.95 | 0.256579 | 0.081967 | node-utils | 715 | 2024-09-16T06:38:11.022089 | Apache-2.0 | false | 4e62ec9f9e9fb2f0dad327f541821549 |
from _pydevd_bundle import pydevd_utils\nfrom _pydevd_bundle.pydevd_additional_thread_info import set_additional_thread_info\nfrom _pydevd_bundle.pydevd_comm_constants import CMD_STEP_INTO, CMD_THREAD_SUSPEND\nfrom _pydevd_bundle.pydevd_constants import PYTHON_SUSPEND, STATE_SUSPEND, get_thread_id, STATE_RUN, PYDEVD_US... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_thread_lifecycle.py | pydevd_thread_lifecycle.py | Python | 3,960 | 0.95 | 0.216981 | 0.083333 | python-kit | 48 | 2023-08-08T22:29:39.488426 | GPL-3.0 | false | 276f56d9e0ffa9d11d78459f583c21c5 |
from _pydev_bundle._pydev_saved_modules import ThreadingEvent, ThreadingLock, threading_current_thread\nfrom _pydevd_bundle.pydevd_daemon_thread import PyDBDaemonThread\nfrom _pydevd_bundle.pydevd_constants import thread_get_ident, IS_CPYTHON, NULL\nimport ctypes\nimport time\nfrom _pydev_bundle import pydev_log\nimpor... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_timeout.py | pydevd_timeout.py | Python | 8,644 | 0.95 | 0.21519 | 0.065217 | vue-tools | 779 | 2024-06-05T19:49:33.214157 | GPL-3.0 | false | 9fb3eef21e05a0bb9abf82068e8d13c3 |
"""For debug purpose we are replacing actual builtin property by the debug property\n"""\nfrom _pydevd_bundle.pydevd_comm import get_global_debugger\nfrom _pydev_bundle import pydev_log\n\n\n# =======================================================================================================================\n# repl... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_traceproperty.py | pydevd_traceproperty.py | Python | 3,345 | 0.95 | 0.303371 | 0.077922 | vue-tools | 491 | 2024-07-08T00:09:44.571804 | Apache-2.0 | false | b55725598f62006df777b1f66da28e47 |
# Defines which version of the trace_dispatch we'll use.\n# Should give warning only here if cython is not available but supported.\n\nimport os\nfrom _pydevd_bundle.pydevd_constants import USE_CYTHON_FLAG, ENV_TRUE_LOWER_VALUES, ENV_FALSE_LOWER_VALUES\nfrom _pydev_bundle import pydev_log\n\ndirname = os.path.dirname(o... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_trace_dispatch.py | pydevd_trace_dispatch.py | Python | 4,009 | 0.95 | 0.152174 | 0.118421 | react-lib | 559 | 2023-07-17T22:09:34.526110 | BSD-3-Clause | false | f72689aa51a83a150f4efe6fd92fd652 |
from __future__ import nested_scopes\nimport traceback\nimport warnings\nfrom _pydev_bundle import pydev_log\nfrom _pydev_bundle._pydev_saved_modules import thread, threading\nfrom _pydev_bundle import _pydev_saved_modules\nimport signal\nimport os\nimport ctypes\nfrom importlib import import_module\nfrom importlib.uti... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_utils.py | pydevd_utils.py | Python | 18,336 | 0.95 | 0.257253 | 0.100239 | node-utils | 773 | 2024-11-24T09:28:45.314131 | Apache-2.0 | false | 952bdea8abadf47459cd11bfde99677c |
import sys\n\n\n# =======================================================================================================================\n# PydevdVmType\n# =======================================================================================================================\nclass PydevdVmType:\n PYTHON = "python"... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_vm_type.py | pydevd_vm_type.py | Python | 1,597 | 0.95 | 0.175 | 0.387097 | python-kit | 104 | 2024-06-19T11:35:11.834388 | MIT | false | b1ae143ead52d2a6735247c4ded1bac8 |
from _pydev_bundle import pydev_log\nfrom _pydevd_bundle import pydevd_extension_utils\nfrom _pydevd_bundle import pydevd_resolver\nimport sys\nfrom _pydevd_bundle.pydevd_constants import (\n BUILTINS_MODULE_NAME,\n MAXIMUM_VARIABLE_REPRESENTATION_SIZE,\n RETURN_VALUES_DICT,\n LOAD_VALUES_ASYNC,\n DEFAUL... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_xml.py | pydevd_xml.py | Python | 15,933 | 0.95 | 0.195853 | 0.065089 | python-kit | 294 | 2024-06-28T18:24:49.300751 | Apache-2.0 | false | fbf3bf1c54a90993989aaf0fb3bd7bbf |
import time\n\nfrom _pydev_bundle._pydev_filesystem_encoding import getfilesystemencoding\nfrom _pydev_bundle._pydev_saved_modules import threading\nfrom _pydevd_bundle import pydevd_xml\nfrom _pydevd_bundle.pydevd_constants import GlobalDebuggerHolder\nfrom _pydevd_bundle.pydevd_constants import get_thread_id\nfrom _p... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_concurrency_analyser\pydevd_concurrency_logger.py | pydevd_concurrency_logger.py | Python | 21,190 | 0.95 | 0.165975 | 0.06993 | vue-tools | 801 | 2024-06-14T20:55:57.494162 | GPL-3.0 | false | 6645f2a5ea68b781551b23559f27a122 |
from _pydev_bundle._pydev_saved_modules import threading\n\n\ndef wrapper(fun):\n def pydev_after_run_call():\n pass\n\n def inner(*args, **kwargs):\n fun(*args, **kwargs)\n pydev_after_run_call()\n\n return inner\n\n\ndef wrap_attr(obj, attr):\n t_save_start = getattr(obj, attr)\n s... | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_concurrency_analyser\pydevd_thread_wrappers.py | pydevd_thread_wrappers.py | Python | 2,120 | 0.95 | 0.231707 | 0.084746 | awesome-app | 797 | 2024-11-01T15:28:58.398513 | Apache-2.0 | false | 0e2ffbc1dc4aa220114cbcf7651169e0 |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_concurrency_analyser\__pycache__\pydevd_concurrency_logger.cpython-313.pyc | pydevd_concurrency_logger.cpython-313.pyc | Other | 17,468 | 0.8 | 0 | 0.007194 | python-kit | 21 | 2023-12-05T11:16:24.601336 | GPL-3.0 | false | 647a86159edb4831b16643f25c605c3d |
\n\n | .venv\Lib\site-packages\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_concurrency_analyser\__pycache__\pydevd_thread_wrappers.cpython-313.pyc | pydevd_thread_wrappers.cpython-313.pyc | Other | 3,903 | 0.8 | 0 | 0 | node-utils | 580 | 2025-04-22T00:17:47.432521 | Apache-2.0 | false | bc85613a55760834c03ab6d72c2ccc32 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.