input
stringlengths 28
198k
| output
stringlengths 3
71k
| file
stringlengths 19
330
| input_tokens
int64 5
159k
| output_tokens
int64 3
9.07k
| __index_level_0__
int64 2
449k
|
---|---|---|---|---|---|
LOAD_NAME ImportError
LOAD_CONST 'Oops'
CALL_FUNCTION
RAISE_VARARGS
LOAD_CONST None
RETURN_VALUE | raise ImportError("Oops")
| data/Django-5.0.2/tests/import_error_package/__init__.py | 19 | 9 | 326,450 |
LOAD_CONST 0
LOAD_CONST ('admin',)
IMPORT_NAME django.contrib
IMPORT_FROM admin
STORE_NAME admin
POP_TOP
LOAD_CONST None
RETURN_VALUE | from django.contrib import admin
| data/azure-monitor-opentelemetry-1.2.0/samples/tracing/django/sample/example/admin.py | 29 | 9 | 443,783 |
LOAD_CONST 'Optimization utilities.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Optimization utilities."""
| data/pymatgen-2024.2.20/pymatgen/optimization/__init__.py | 19 | 9 | 335,920 |
LOAD_CONST '\nRunners Directory\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
Runners Directory
"""
| data/salt-3006.6/salt/runners/__init__.py | 20 | 9 | 97,609 |
LOAD_CONST 'The openevse component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The openevse component."""
| data/homeassistant-2024.2.2/homeassistant/components/openevse/__init__.py | 19 | 9 | 406,665 |
LOAD_CONST 1
LOAD_CONST ('__version__',)
IMPORT_NAME version
IMPORT_FROM __version__
STORE_NAME __version__
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .version import __version__
| data/moviepy-1.0.3/moviepy/__init__.py | 32 | 9 | 439,285 |
LOAD_CONST 0
LOAD_CONST ('models',)
IMPORT_NAME django.db
IMPORT_FROM models
STORE_NAME models
POP_TOP
LOAD_CONST None
RETURN_VALUE | from django.db import models
| data/azure-monitor-opentelemetry-1.2.0/samples/tracing/django/sample/example/models.py | 29 | 9 | 443,787 |
LOAD_CONST 'The Microsoft Teams component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The Microsoft Teams component."""
| data/homeassistant-2024.2.2/homeassistant/components/msteams/__init__.py | 19 | 9 | 406,689 |
LOAD_CONST 3
STORE_NAME q
LOAD_CONST 4
STORE_NAME r
LOAD_CONST None
RETURN_VALUE | q = 3
r = 4
| data/coverage-7.4.2/tests/moremodules/othermods/otherb.py | 20 | 9 | 308,468 |
LOAD_CONST 'The kwb component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The kwb component."""
| data/homeassistant-2024.2.2/homeassistant/components/kwb/__init__.py | 19 | 9 | 297,207 |
LOAD_CONST 1
STORE_NAME o
LOAD_CONST 2
STORE_NAME p
LOAD_CONST None
RETURN_VALUE | o = 1
p = 2
| data/coverage-7.4.2/tests/moremodules/othermods/othera.py | 20 | 9 | 308,469 |
LOAD_CONST 'The serial_pm component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The serial_pm component."""
| data/homeassistant-2024.2.2/homeassistant/components/serial_pm/__init__.py | 19 | 9 | 297,697 |
LOAD_CONST 0
LOAD_CONST ('admin',)
IMPORT_NAME django.contrib
IMPORT_FROM admin
STORE_NAME admin
POP_TOP
LOAD_CONST None
RETURN_VALUE | from django.contrib import admin
| data/django-jsonform-2.21.5/django_jsonform/admin.py | 29 | 9 | 113,556 |
LOAD_CONST 'The edimax component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The edimax component."""
| data/homeassistant-2024.2.2/homeassistant/components/edimax/__init__.py | 19 | 9 | 294,976 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME base.errors
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from .base.errors import *
| data/datadog_checks_base-36.1.0/datadog_checks/errors.py | 22 | 9 | 442,742 |
LOAD_CONST 'The skybeacon component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The skybeacon component."""
| data/homeassistant-2024.2.2/homeassistant/components/skybeacon/__init__.py | 19 | 9 | 406,572 |
LOAD_CONST '\nExecutors Directory\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
Executors Directory
"""
| data/salt-3006.6/salt/executors/__init__.py | 20 | 9 | 97,655 |
LOAD_CONST 'Coordination geometry files.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Coordination geometry files."""
| data/pymatgen-2024.2.20/pymatgen/analysis/chemenv/coordination_environments/coordination_geometries_files/__init__.py | 19 | 9 | 335,872 |
LOAD_CONST 1
LOAD_CONST ('CRF',)
IMPORT_NAME estimator
IMPORT_FROM CRF
STORE_NAME CRF
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .estimator import CRF
| data/sklearn-crfsuite-0.3.6/sklearn_crfsuite/__init__.py | 29 | 9 | 28,019 |
LOAD_CONST 'Lorem\nipsum'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Lorem
ipsum"""
| data/anyconfig-0.14.0/tests/res/1/loaders/json.stdlib/20/e/630_str_lorem_ipsum_with_line_breaks.json.py | 20 | 9 | 390,463 |
LOAD_CONST 'The clicksend component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The clicksend component."""
| data/homeassistant-2024.2.2/homeassistant/components/clicksend/__init__.py | 19 | 9 | 295,008 |
LOAD_CONST 'TransformationSystem Utilities'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """TransformationSystem Utilities"""
| data/DIRAC-8.0.38/src/DIRAC/TransformationSystem/Utilities/__init__.py | 19 | 9 | 429,346 |
LOAD_CONST 'Package for analyzing connectivity.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Package for analyzing connectivity."""
| data/pymatgen-2024.2.20/pymatgen/analysis/chemenv/connectivity/__init__.py | 19 | 9 | 335,866 |
LOAD_CONST 'The avea component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The avea component."""
| data/homeassistant-2024.2.2/homeassistant/components/avea/__init__.py | 19 | 9 | 406,798 |
LOAD_CONST 'The gstreamer component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The gstreamer component."""
| data/homeassistant-2024.2.2/homeassistant/components/gstreamer/__init__.py | 19 | 9 | 406,827 |
LOAD_CONST 'Lorem\nipsum'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Lorem
ipsum"""
| data/anyconfig-0.14.0/tests/res/1/loaders/json.simplejson/20/e/630_str_lorem_ipsum_with_line_breaks.json.py | 20 | 9 | 390,489 |
LOAD_CONST 1
LOAD_CONST ('Unet',)
IMPORT_NAME unet
IMPORT_FROM Unet
STORE_NAME Unet
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .unet import Unet
| data/kornia-0.7.1/kornia/feature/disk/_unets/__init__.py | 30 | 9 | 358,479 |
LOAD_CONST '7.2'
STORE_NAME VERSION
LOAD_CONST None
RETURN_VALUE | VERSION = "7.2"
| data/azure-cli-2.57.0/azure/cli/command_modules/keyvault/vendored_sdks/azure_keyvault_t1/v7_2/version.py | 17 | 9 | 376,023 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
| data/b2sdk-1.31.0/b2sdk/large_file/__init__.py | 31 | 9 | 28,120 |
LOAD_CONST 'Init file for Home Assistant.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Init file for Home Assistant."""
| data/homeassistant-2024.2.2/homeassistant/__init__.py | 19 | 9 | 406,301 |
LOAD_CONST '\nChat protocols.\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
Chat protocols.
"""
| data/twisted-23.10.0/src/twisted/words/protocols/__init__.py | 19 | 9 | 383,802 |
LOAD_CONST 'Module containing unitary synthesis methods.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Module containing unitary synthesis methods."""
| data/qiskit-1.0.0/qiskit/synthesis/unitary/__init__.py | 19 | 9 | 283,173 |
LOAD_CONST '\nTest package.\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
Test package.
"""
| data/LinkChecker-10.4.0/tests/configuration/__init__.py | 19 | 9 | 169,131 |
LOAD_CONST 'The proliphix component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The proliphix component."""
| data/homeassistant-2024.2.2/homeassistant/components/proliphix/__init__.py | 19 | 9 | 297,711 |
LOAD_CONST 'The ephember component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The ephember component."""
| data/homeassistant-2024.2.2/homeassistant/components/ephember/__init__.py | 19 | 9 | 298,947 |
LOAD_CONST 1
LOAD_CONST ('Cron',)
IMPORT_NAME cron
IMPORT_FROM Cron
STORE_NAME Cron
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .cron import Cron
| data/cron-converter-1.0.2/cron_converter/__init__.py | 29 | 9 | 330,569 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME morphology
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from .morphology import *
| data/kornia-0.7.1/kornia/morphology/__init__.py | 21 | 9 | 358,723 |
LOAD_CONST 'The thomson component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The thomson component."""
| data/homeassistant-2024.2.2/homeassistant/components/thomson/__init__.py | 19 | 9 | 295,516 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
| data/b2sdk-1.31.0/b2sdk/encryption/__init__.py | 31 | 9 | 28,132 |
LOAD_CONST 'The rocketchat component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The rocketchat component."""
| data/homeassistant-2024.2.2/homeassistant/components/rocketchat/__init__.py | 19 | 9 | 295,520 |
LOAD_CONST 'The onkyo component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The onkyo component."""
| data/homeassistant-2024.2.2/homeassistant/components/onkyo/__init__.py | 19 | 9 | 296,294 |
LOAD_CONST 'The QR code component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The QR code component."""
| data/homeassistant-2024.2.2/homeassistant/components/qrcode/__init__.py | 19 | 9 | 295,536 |
LOAD_CONST 'The ohmconnect component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The ohmconnect component."""
| data/homeassistant-2024.2.2/homeassistant/components/ohmconnect/__init__.py | 19 | 9 | 406,997 |
LOAD_CONST 'Lorem\nipsum'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Lorem
ipsum"""
| data/anyconfig-0.14.0/tests/res/1/loaders/python.builtin/10/630_str_lorem_ipsum_with_line_breaks.py | 20 | 9 | 390,529 |
LOAD_CONST 'Readout error mitigation.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Readout error mitigation."""
| data/qiskit-1.0.0/qiskit/result/mitigation/__init__.py | 19 | 9 | 283,391 |
LOAD_CONST 'GitHub utilities.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """GitHub utilities."""
| data/bioregistry-0.10.150/src/bioregistry/gh/__init__.py | 19 | 9 | 104,435 |
LOAD_CONST 0
LOAD_CONST ('version',)
IMPORT_NAME numpy.version
IMPORT_FROM version
STORE_NAME version
POP_TOP
LOAD_CONST None
RETURN_VALUE | from numpy.version import version
| data/numpy-1.26.4/numpy/f2py/__version__.py | 29 | 9 | 364,133 |
LOAD_CONST 'Collection of South Africa numbers.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Collection of South Africa numbers."""
| data/python-stdnum-1.19/stdnum/za/__init__.py | 19 | 9 | 417,626 |
LOAD_CONST 'Object Explorer Tests.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Object Explorer Tests."""
| data/spyder-5.5.1/spyder/plugins/variableexplorer/widgets/objectexplorer/tests/__init__.py | 19 | 9 | 370,091 |
LOAD_CONST 'The Azure Service Bus integration.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The Azure Service Bus integration."""
| data/homeassistant-2024.2.2/homeassistant/components/azure_service_bus/__init__.py | 19 | 9 | 298,754 |
LOAD_CONST <code object run at 0x7fae2f397660, file "f.py", line 1>
LOAD_CONST 'run'
MAKE_FUNCTION
STORE_NAME run
LOAD_CONST None
RETURN_VALUE
LOAD_GLOBAL Exception
RAISE_VARARGS
LOAD_CONST None
RETURN_VALUE | def run():
raise Exception
| data/django-extensions-3.2.3/tests/testapp/scripts/error_script.py | 58 | 9 | 300,206 |
LOAD_CONST 'Qiskit unit tests.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Qiskit unit tests."""
| data/qiskit-1.0.0/test/python/__init__.py | 19 | 9 | 283,437 |
LOAD_CONST '7.0'
STORE_NAME VERSION
LOAD_CONST None
RETURN_VALUE | VERSION = "7.0"
| data/azure-cli-2.57.0/azure/cli/command_modules/keyvault/vendored_sdks/azure_keyvault_t1/v7_0/version.py | 17 | 9 | 376,036 |
LOAD_CONST 'The message_bird component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The message_bird component."""
| data/homeassistant-2024.2.2/homeassistant/components/message_bird/__init__.py | 19 | 9 | 298,971 |
LOAD_CONST 'The clementine component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The clementine component."""
| data/homeassistant-2024.2.2/homeassistant/components/clementine/__init__.py | 19 | 9 | 406,829 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
| data/b2sdk-1.31.0/b2sdk/v1/replication/__init__.py | 31 | 9 | 28,108 |
LOAD_CONST 'Support for itach devices.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Support for itach devices."""
| data/homeassistant-2024.2.2/homeassistant/components/itach/__init__.py | 19 | 9 | 296,822 |
LOAD_NAME print
LOAD_CONST '3.14'
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | print("3.14")
| data/meson-1.3.2/test cases/common/66 vcstag/version.py | 20 | 9 | 82,051 |
LOAD_CONST 'Empty init for data directory.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Empty init for data directory."""
| data/qiskit-1.0.0/qiskit/visualization/circuit/styles/__init__.py | 19 | 9 | 282,672 |
LOAD_CONST 'Ўт№Ф'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | "Ўт№Ф"
| data/ipython-8.21.0/IPython/core/tests/nonascii2.py | 19 | 9 | 154,658 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME os
STORE_NAME os
LOAD_CONST None
RETURN_VALUE | import os # noqa
| data/magicinvoke-2.4.6/tests/_support/has_modules.py | 18 | 9 | 390,234 |
LOAD_CONST 'spam3'
STORE_NAME data
LOAD_CONST None
RETURN_VALUE | data = "spam3"
| data/ansible-core-2.16.3/test/integration/targets/module_utils/module_utils/spam3/ham/bacon.py | 15 | 9 | 437,388 |
LOAD_CONST None
RETURN_VALUE | if 1:
pass
| data/libcst-1.2.0/native/libcst/tests/fixtures/dangling_indent.py | 5 | 9 | 46,804 |
LOAD_CONST 'Lorem\nipsum'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Lorem
ipsum"""
| data/anyconfig-0.14.0/tests/res/1/loaders/json.simplejson/10/e/630_str_lorem_ipsum_with_line_breaks.json.py | 20 | 9 | 390,498 |
LOAD_BUILD_CLASS
LOAD_CONST <code object Foo at 0x7fab802326f0, file "f.py", line 1>
LOAD_CONST 'Foo'
MAKE_FUNCTION
LOAD_CONST 'Foo'
CALL_FUNCTION
STORE_NAME Foo
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'Foo'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | class Foo:
pass
| data/twisted-23.10.0/src/twisted/trial/test/moduletest.py | 89 | 9 | 384,003 |
LOAD_CONST 'The shodan component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The shodan component."""
| data/homeassistant-2024.2.2/homeassistant/components/shodan/__init__.py | 19 | 9 | 406,850 |
LOAD_CONST 'The heatmiser component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The heatmiser component."""
| data/homeassistant-2024.2.2/homeassistant/components/heatmiser/__init__.py | 19 | 9 | 297,287 |
LOAD_CONST 'The opensensemap component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The opensensemap component."""
| data/homeassistant-2024.2.2/homeassistant/components/opensensemap/__init__.py | 19 | 9 | 295,352 |
LOAD_CONST 'The fail2ban component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The fail2ban component."""
| data/homeassistant-2024.2.2/homeassistant/components/fail2ban/__init__.py | 19 | 9 | 295,362 |
LOAD_CONST 'The opencv component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The opencv component."""
| data/homeassistant-2024.2.2/homeassistant/components/opencv/__init__.py | 19 | 9 | 295,388 |
LOAD_BUILD_CLASS
LOAD_CONST <code object Foo at 0x7fab800ab300, file "f.py", line 1>
LOAD_CONST 'Foo'
MAKE_FUNCTION
LOAD_CONST 'Foo'
CALL_FUNCTION
STORE_NAME Foo
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'Foo'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | class Foo:
pass
| data/twisted-23.10.0/src/twisted/trial/test/scripttest.py | 88 | 9 | 383,978 |
LOAD_CONST 'Protobuf definitions for testing.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Protobuf definitions for testing."""
| data/grpc-interceptor-0.15.4/src/grpc_interceptor/testing/protos/__init__.py | 19 | 9 | 303,315 |
LOAD_CONST 'The APRS component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The APRS component."""
| data/homeassistant-2024.2.2/homeassistant/components/aprs/__init__.py | 19 | 9 | 406,894 |
LOAD_CONST 'The limitlessled component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The limitlessled component."""
| data/homeassistant-2024.2.2/homeassistant/components/limitlessled/__init__.py | 19 | 9 | 406,914 |
LOAD_CONST ' The StorageManagement scripts package '
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """ The StorageManagement scripts package """
| data/DIRAC-8.0.38/src/DIRAC/StorageManagementSystem/scripts/__init__.py | 19 | 9 | 429,148 |
LOAD_CONST 'The google_wifi component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The google_wifi component."""
| data/homeassistant-2024.2.2/homeassistant/components/google_wifi/__init__.py | 19 | 9 | 295,407 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
| data/b2sdk-1.31.0/b2sdk/sync/__init__.py | 31 | 9 | 28,116 |
LOAD_CONST 'Lorem\nipsum'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Lorem
ipsum"""
| data/anyconfig-0.14.0/tests/res/1/loaders/yaml.ruamel/10/e/630_str_lorem_ipsum_with_line_breaks.yml.py | 20 | 9 | 390,509 |
LOAD_CONST '\nGenXmlFile\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
GenXmlFile
"""
| data/edk2-basetools-0.1.49/edk2basetools/UPT/GenMetaFile/GenXmlFile.py | 20 | 9 | 331,978 |
LOAD_CONST 'Maps extensions namespace module'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Maps extensions namespace module"""
| data/pygal-3.0.4/pygal/maps/__init__.py | 19 | 9 | 49,190 |
LOAD_CONST '\nPomAdapter\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
PomAdapter
"""
| data/edk2-basetools-0.1.49/edk2basetools/UPT/PomAdapter/__init__.py | 20 | 9 | 331,964 |
LOAD_CONST 'The xmpp component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The xmpp component."""
| data/homeassistant-2024.2.2/homeassistant/components/xmpp/__init__.py | 19 | 9 | 296,391 |
LOAD_CONST 'The pgen2 package.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The pgen2 package."""
| data/black-24.2.0/src/blib2to3/pgen2/__init__.py | 19 | 9 | 405,349 |
LOAD_CONST 'Deebot client module.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Deebot client module."""
| data/deebot-client-5.2.1/deebot_client/__init__.py | 19 | 9 | 357,698 |
LOAD_CONST '\nWeb Monitoring\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
Web Monitoring
"""
| data/saq-0.12.2/saq/web/__init__.py | 20 | 9 | 330,017 |
LOAD_BUILD_CLASS
LOAD_CONST <code object OriginalClass at 0x7fab823349c0, file "f.py", line 1>
LOAD_CONST 'OriginalClass'
MAKE_FUNCTION
LOAD_CONST 'OriginalClass'
CALL_FUNCTION
STORE_NAME OriginalClass
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'OriginalClass'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | class OriginalClass:
pass
| data/astroid-3.0.3/tests/testdata/python3/data/metaclass_recursion/parent.py | 89 | 9 | 388,640 |
LOAD_CONST 'Tests for the primitives.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Tests for the primitives."""
| data/qiskit-terra-0.46.0/test/python/primitives/__init__.py | 19 | 9 | 431,836 |
LOAD_CONST 1
LOAD_CONST ('value',)
IMPORT_NAME __init__
IMPORT_FROM value
STORE_NAME value
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .__init__ import value
| data/Nuitka-2.0.3/tests/programs/dunderinit_imports/package/SubModule.py | 28 | 9 | 148,313 |
LOAD_CONST False
STORE_NAME html_compact_lists
LOAD_CONST None
RETURN_VALUE | html_compact_lists = False
| data/sphinx-7.2.6/tests/roots/test-refonly_bullet_list/conf.py | 15 | 9 | 381,150 |
LOAD_CONST 'Readout error mitigation.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Readout error mitigation."""
| data/qiskit-terra-0.46.0/qiskit/result/mitigation/__init__.py | 19 | 9 | 431,402 |
LOAD_NAME tuple
CALL_FUNCTION
STORE_NAME _instruments
LOAD_CONST None
RETURN_VALUE | _instruments = tuple()
| data/opentelemetry_instrumentation_sqlite3-0.43b0/src/opentelemetry/instrumentation/sqlite3/package.py | 16 | 9 | 219,455 |
LOAD_CONST 'Tests for the Editor panels.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Tests for the Editor panels."""
| data/spyder-5.5.1/spyder/plugins/editor/panels/tests/__init__.py | 19 | 9 | 369,839 |
LOAD_CONST 'QASM3 tests.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """QASM3 tests."""
| data/qiskit-terra-0.46.0/test/python/qasm3/__init__.py | 19 | 9 | 431,828 |
LOAD_CONST 'Virtual integration: Piper.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Virtual integration: Piper."""
| data/homeassistant-2024.2.2/homeassistant/components/piper/__init__.py | 19 | 9 | 296,100 |
LOAD_CONST 'Collection of United Kingdom numbers.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Collection of United Kingdom numbers."""
| data/python-stdnum-1.19/stdnum/gb/__init__.py | 19 | 9 | 417,761 |
LOAD_NAME print
LOAD_CONST 'Imported local package'
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | print("Imported local package")
| data/Nuitka-2.0.3/tests/programs/package_contains_main/local.py | 20 | 9 | 148,325 |
LOAD_CONST 'The free_mobile component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The free_mobile component."""
| data/homeassistant-2024.2.2/homeassistant/components/free_mobile/__init__.py | 19 | 9 | 296,117 |
LOAD_CONST 'Tests for the Editor plugin.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """Tests for the Editor plugin."""
| data/spyder-5.5.1/spyder/plugins/editor/tests/__init__.py | 19 | 9 | 369,827 |
LOAD_NAME isinstance
POP_JUMP_IF_TRUE
LOAD_GLOBAL AssertionError
LOAD_NAME node
BUILD_TUPLE
CALL_FUNCTION
RAISE_VARARGS
LOAD_CONST None
RETURN_VALUE | assert isinstance, (node,)
| data/executing-2.0.1/tests/small_samples/dbe6280977fa2e696702da4231bab0e84973b6b16a22215bf7d4f10d8b160c1b.py | 25 | 9 | 331,119 |
LOAD_CONST 'The google_maps component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """The google_maps component."""
| data/homeassistant-2024.2.2/homeassistant/components/google_maps/__init__.py | 19 | 9 | 296,128 |