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_CONST 0 LOAD_CONST ('ReferenceEvaluator',) IMPORT_NAME onnx.reference.reference_evaluator IMPORT_FROM ReferenceEvaluator STORE_NAME ReferenceEvaluator POP_TOP LOAD_CONST None RETURN_VALUE
from onnx.reference.reference_evaluator import ReferenceEvaluator
data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/__init__.py
44
18
309,467
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup LOAD_CONST 'itsdangerous' LOAD_CONST ('name',) CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from setuptools import setup setup(name="itsdangerous")
data/itsdangerous-2.1.2/setup.py
48
18
27,821
LOAD_CONST <code object getpwuid at 0x7faa7c1816f0, file "f.py", line 1> LOAD_CONST 'getpwuid' MAKE_FUNCTION STORE_NAME getpwuid LOAD_CONST None RETURN_VALUE LOAD_CONST -1 RETURN_VALUE
def getpwuid(*args, **kwargs): return -1
data/dbnd-1.0.21.5/src/dbnd/_core/utils/platform/windows_compatible/pwd.py
63
18
271,743
LOAD_CONST '/recipe-release%2F0.6.1' POP_JUMP_IF_TRUE LOAD_GLOBAL AssertionError LOAD_NAME client CALL_FUNCTION RAISE_VARARGS LOAD_CONST None RETURN_VALUE
assert "/recipe-release%2F0.6.1", client
data/executing-2.0.1/tests/small_samples/59b33fb13ecb2036cd31a92dac7eded938aab8b9e91f84c80eab0e8bec0441f0.py
35
18
331,130
LOAD_CONST <code object pytest_ignore_collect at 0x7fab8203a6f0, file "f.py", line 1> LOAD_CONST 'pytest_ignore_collect' MAKE_FUNCTION STORE_NAME pytest_ignore_collect LOAD_CONST None RETURN_VALUE LOAD_CONST True RETURN_VALUE
def pytest_ignore_collect(path, config): return True
data/scikit-learn-1.4.1.post1/sklearn/externals/conftest.py
68
18
107,605
LOAD_CONST 'Copulas univariate end-to-end testing module.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Copulas univariate end-to-end testing module."""
data/copulas-0.10.0/tests/end-to-end/univariate/__init__.py
28
18
328,460
LOAD_CONST 0 LOAD_CONST ('load_op',) IMPORT_NAME onnx.reference.ops._op_list IMPORT_FROM load_op STORE_NAME load_op POP_TOP LOAD_CONST None RETURN_VALUE
from onnx.reference.ops._op_list import load_op
data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/__init__.py
42
18
309,640
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST <code object main at 0x7fae471296f0, file "f.py", line 4> LOAD_CONST 'main' MAKE_FUNCTION STORE_NAME main LOAD_CONST None RETURN_VALUE LOAD_CONST None RETURN_VALUE
from __future__ import annotations def main(): return
data/wheel-0.42.0/tests/testdata/complex-dist/complexdist/__init__.py
80
18
321,560
LOAD_CONST 1 LOAD_CONST ('MultiStageDiffusionForTextToImageSynthesis',) IMPORT_NAME model IMPORT_FROM MultiStageDiffusionForTextToImageSynthesis STORE_NAME MultiStageDiffusionForTextToImageSynthesis POP_TOP LOAD_CONST None RETURN_VALUE
from .model import MultiStageDiffusionForTextToImageSynthesis
data/modelscope-1.12.0/modelscope/models/multi_modal/multi_stage_diffusion/__init__.py
59
18
314,011
LOAD_CONST 1 LOAD_CONST ('run_apython',) IMPORT_NAME apython IMPORT_FROM run_apython STORE_NAME run_apython POP_TOP LOAD_NAME run_apython CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from .apython import run_apython run_apython()
data/aioconsole-0.7.0/aioconsole/__main__.py
47
18
392,373
LOAD_CONST '\n DIRAC.DataManagementSystem.Client test package\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" DIRAC.DataManagementSystem.Client test package """
data/DIRAC-8.0.38/src/DIRAC/DataManagementSystem/Client/test/__init__.py
28
18
429,679
LOAD_CONST ('Definition',) STORE_NAME __all__ LOAD_CONST 1 LOAD_CONST ('Definition',) IMPORT_NAME _search IMPORT_FROM Definition STORE_NAME Definition POP_TOP LOAD_CONST None RETURN_VALUE
__all__ = ("Definition",) from ._search import Definition
data/refinitiv-data-1.6.0/refinitiv/data/content/ipa/curves/_cross_currency_curves/definitions/search.py
39
18
195,656
LOAD_CONST 1 LOAD_CONST ('pmedian',) IMPORT_NAME IMPORT_FROM pmedian STORE_NAME pmedian POP_TOP LOAD_NAME pmedian LOAD_ATTR model STORE_NAME MODEL LOAD_CONST None RETURN_VALUE
from . import pmedian MODEL = pmedian.model
data/Pyomo-6.7.0/pyomo/core/tests/examples/pmedian1.py
45
18
23,792
LOAD_NAME str LOAD_CONST ('tag',) BUILD_CONST_KEY_MAP LOAD_CONST <code object casefold at 0x7f8e2fb9ce40, file "f.py", line 1> LOAD_CONST 'casefold' MAKE_FUNCTION STORE_NAME casefold LOAD_CONST None RETURN_VALUE LOAD_FAST tag LOAD_METHOD casefold CALL_METHOD RETURN_VALUE
def casefold(tag: str): return tag.casefold()
data/mkdocs_material-9.5.10/material/plugins/tags/__init__.py
72
18
405,009
LOAD_CONST '0.4.1' STORE_NAME version LOAD_CONST 'True' STORE_NAME isrelease LOAD_CONST None RETURN_VALUE
version = "0.4.1" isrelease = "True"
data/feather-format-0.4.1/feather/version.py
27
18
436,318
LOAD_CONST "Subpackage containing all of pip's command line interface related code\n" STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Subpackage containing all of pip's command line interface related code """
data/pipenv-2023.12.1/pipenv/patched/pip/_internal/cli/__init__.py
29
18
402,371
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME oauthlib STORE_NAME oauthlib LOAD_NAME oauthlib LOAD_METHOD set_debug LOAD_CONST True CALL_METHOD POP_TOP LOAD_CONST None RETURN_VALUE
import oauthlib oauthlib.set_debug(True)
data/oauthlib-3.2.2/tests/__init__.py
40
18
214,995
LOAD_CONST None LOAD_CONST ('stream',) BUILD_CONST_KEY_MAP LOAD_CONST <code object __init__ at 0x7faa75305a50, file "f.py", line 1> LOAD_CONST '__init__' MAKE_FUNCTION STORE_NAME __init__ LOAD_CONST None RETURN_VALUE LOAD_CONST None RETURN_VALUE
def __init__(self, *args, stream=None): pass
data/uncompyle6-3.9.0/test/simple_source/bug35/02_fn_varargs.py
70
18
442,144
LOAD_CONST '\nProxy configuration.\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('ProxyConfiguration',) IMPORT_NAME configuration IMPORT_FROM ProxyConfiguration STORE_NAME ProxyConfiguration POP_TOP LOAD_CONST None RETURN_VALUE
""" Proxy configuration. """ from .configuration import ProxyConfiguration
data/qiskit-ibm-runtime-0.20.0/qiskit_ibm_runtime/proxies/__init__.py
46
18
363,206
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 'Hello World!' STORE_NAME hello LOAD_CONST None RETURN_VALUE
from __future__ import annotations hello = "Hello World!"
data/poetry_core-1.9.0/tests/fixtures/script-files/sample_script.py
42
18
307,030
LOAD_NAME dir LOAD_NAME app CALL_FUNCTION STORE_NAME out LOAD_NAME out LOAD_METHOD sort CALL_METHOD POP_TOP LOAD_NAME print LOAD_NAME out CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
out = dir(app) out.sort() print(out)
data/cmd2-2.4.3/tests/pyscript/pyscript_dir.py
38
18
292,926
LOAD_CONST "Experimental Modin's functionality related to unidist execution engine." STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Experimental Modin's functionality related to unidist execution engine."""
data/modin-0.27.0/modin/experimental/core/execution/unidist/__init__.py
28
18
165,746
LOAD_CONST 0 LOAD_CONST ('dbtPluginError',) IMPORT_NAME dbt.exceptions IMPORT_FROM dbtPluginError STORE_NAME dbtPluginError POP_TOP LOAD_CONST None RETURN_VALUE
from dbt.exceptions import dbtPluginError # noqa
data/dbt-core-1.7.8/dbt/plugins/exceptions.py
39
18
172,533
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 0 LOAD_CONST None IMPORT_NAME chardet STORE_NAME chardet LOAD_NAME print LOAD_NAME os LOAD_ATTR name CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
import os import chardet print(os.name)
data/pdm-2.12.3/tests/fixtures/projects/demo-failure/demo.py
50
18
354,263
LOAD_CONST None LOAD_CONST ('stream',) BUILD_CONST_KEY_MAP LOAD_CONST <code object __init__ at 0x7fab4106c540, file "f.py", line 1> LOAD_CONST '__init__' MAKE_FUNCTION STORE_NAME __init__ LOAD_CONST None RETURN_VALUE LOAD_CONST None RETURN_VALUE
def __init__(self, *args, stream=None): pass
data/xdis-6.0.5/test/simple_source/bug35/02_fn_varargs.py
70
18
85,434
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _common IMPORT_STAR LOAD_CONST None RETURN_VALUE
from ._common import * # noqa: F403
data/TatSu-5.11.3/tatsu/util/__init__.py
21
18
352,663
LOAD_NAME start_lineno LOAD_NAME node DUP_TOP ROT_THREE COMPARE_OP <= POP_JUMP_IF_FALSE LOAD_NAME end_lineno COMPARE_OP <= POP_JUMP_IF_FALSE JUMP_FORWARD to 24 POP_TOP JUMP_FORWARD to 24 LOAD_CONST None RETURN_VALUE
if start_lineno <= node <= end_lineno: pass
data/executing-2.0.1/tests/small_samples/9a30338a97c5bd67283cb31910c04624714cbf6c19f1382af18efccd443abff9.py
49
18
331,142
LOAD_CONST 1 LOAD_CONST ('FacialExpressionRecognition',) IMPORT_NAME facial_expression_recognition IMPORT_FROM FacialExpressionRecognition STORE_NAME FacialExpressionRecognition POP_TOP LOAD_CONST None RETURN_VALUE
from .facial_expression_recognition import FacialExpressionRecognition
data/modelscope-1.12.0/modelscope/models/cv/facial_expression_recognition/fer/__init__.py
46
18
314,553
LOAD_CONST False STORE_NAME _QT_FORCE_QT5_BINDING LOAD_CONST None RETURN_VALUE
_QT_FORCE_QT5_BINDING = False
data/matplotlib-3.8.3/lib/matplotlib/backends/__init__.py
24
18
130,252
LOAD_CONST '38' STORE_NAME version LOAD_CONST (38,) STORE_NAME version_tuple LOAD_CONST None RETURN_VALUE
version = "38" version_tuple = (38,)
data/tabcmd-2.0.13/tabcmd/execution/_version.py
27
18
106,573
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 0 LOAD_CONST None IMPORT_NAME chardet STORE_NAME chardet LOAD_NAME print LOAD_NAME os LOAD_ATTR name CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
import os import chardet print(os.name)
data/pdm-2.12.3/tests/fixtures/projects/demo-prerelease/demo.py
50
18
354,257
LOAD_CONST 1 LOAD_CONST ('RunLoader',) IMPORT_NAME loader IMPORT_FROM RunLoader STORE_NAME RunLoader POP_TOP LOAD_CONST 'RunLoader' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from .loader import RunLoader __all__ = ["RunLoader"]
data/torch_tb_profiler-0.4.3/torch_tb_profiler/profiler/__init__.py
43
18
334,213
LOAD_CONST 'Package containing specific losses (transducer, stoi ...)\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Package containing specific losses (transducer, stoi ...) """
data/speechbrain-0.5.16/speechbrain/nnet/loss/__init__.py
28
18
55,633
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME collections STORE_NAME collections LOAD_CONST 1 LOAD_NAME collections LOAD_ATTR namedtuple STORE_ATTR __hijack LOAD_CONST None RETURN_VALUE
import collections collections.namedtuple.__hijack = 1
data/horovod-0.28.1/horovod/spark/common/_namedtuple_fix.py
37
18
374,053
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 0 LOAD_CONST None IMPORT_NAME chardet STORE_NAME chardet LOAD_NAME print LOAD_NAME os LOAD_ATTR name CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
import os import chardet print(os.name)
data/pdm-2.12.3/tests/fixtures/projects/demo/demo.py
50
18
354,254
LOAD_CONST 1 LOAD_CONST ('GmpGetProtocolVersionTestCase',) IMPORT_NAME test_get_protocol_version IMPORT_FROM GmpGetProtocolVersionTestCase STORE_NAME GmpGetProtocolVersionTestCase POP_TOP LOAD_CONST None RETURN_VALUE
from .test_get_protocol_version import GmpGetProtocolVersionTestCase
data/python_gvm-24.1.0/tests/protocols/gmpv225/system/versions/__init__.py
47
18
371,954
LOAD_CONST 1 LOAD_CONST ('GmpGetProtocolVersionTestCase',) IMPORT_NAME test_get_protocol_version IMPORT_FROM GmpGetProtocolVersionTestCase STORE_NAME GmpGetProtocolVersionTestCase POP_TOP LOAD_CONST None RETURN_VALUE
from .test_get_protocol_version import GmpGetProtocolVersionTestCase
data/python_gvm-24.1.0/tests/protocols/gmpv224/system/versions/__init__.py
47
18
371,576
LOAD_CONST 1 LOAD_CONST ('profile_macs',) IMPORT_NAME profile IMPORT_FROM profile_macs STORE_NAME profile_macs POP_TOP LOAD_CONST 1 LOAD_CONST ('__version__',) IMPORT_NAME version IMPORT_FROM __version__ STORE_NAME __version__ POP_TOP LOAD_CONST None RETURN_VALUE
from .profile import profile_macs from .version import __version__
data/torchprofile-0.0.4/torchprofile/__init__.py
63
18
80,541
LOAD_CONST 'Experimental functionality related to Ray execution engine and optimized for specific storage formats.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Experimental functionality related to Ray execution engine and optimized for specific storage formats."""
data/modin-0.27.0/modin/experimental/core/execution/ray/implementations/__init__.py
28
18
165,721
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME A STORE_NAME A LOAD_CONST 0 LOAD_CONST None IMPORT_NAME a STORE_NAME a LOAD_CONST 0 LOAD_CONST None IMPORT_NAME B STORE_NAME B LOAD_CONST None RETURN_VALUE
import A import a import B # I100
data/flake8-import-order-0.18.2/tests/test_cases/wrong_import_order_cryptography.py
46
18
433,802
LOAD_CONST '2023.10.11' STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
__version__ = "2023.10.11"
data/pycnite-2023.10.11/pycnite/__version__.py
24
18
187,494
LOAD_CONST 1 LOAD_CONST ('GmpGetProtocolVersionTestCase',) IMPORT_NAME test_get_protocol_version IMPORT_FROM GmpGetProtocolVersionTestCase STORE_NAME GmpGetProtocolVersionTestCase POP_TOP LOAD_CONST None RETURN_VALUE
from .test_get_protocol_version import GmpGetProtocolVersionTestCase
data/python_gvm-24.1.0/tests/protocols/gmpv214/system/versions/__init__.py
47
18
371,483
LOAD_CONST 'Merger exceptions.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('MergeException',) IMPORT_NAME mergeexception IMPORT_FROM MergeException STORE_NAME MergeException POP_TOP LOAD_CONST None RETURN_VALUE
"""Merger exceptions.""" from .mergeexception import MergeException
data/yamlpath-3.8.2/yamlpath/merger/exceptions/__init__.py
47
18
121,398
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 0 LOAD_CONST None IMPORT_NAME chardet STORE_NAME chardet LOAD_NAME print LOAD_NAME os LOAD_ATTR name CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
import os import chardet print(os.name)
data/pdm-2.12.3/tests/fixtures/projects/demo-failure-no-dep/demo.py
50
18
354,241
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from setuptools import setup setup() # Editable installs.
data/djangorestframework-api-key-3.0.0/setup.py
35
18
217,760
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME rootpath STORE_NAME rootpath LOAD_NAME rootpath LOAD_METHOD append CALL_METHOD POP_TOP LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME collections IMPORT_STAR LOAD_CONST None RETURN_VALUE
import rootpath rootpath.append() from collections import *
data/attributedict-0.3.0/attributedict/__init__.py
48
18
224,767
LOAD_CONST '2022.10.27' STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
__version__ = "2022.10.27"
data/sip-6.8.3/sipbuild/generator/parser/ply/__init__.py
24
18
28,568
LOAD_CONST 'Const for DialogFlow.' STORE_NAME __doc__ LOAD_CONST 'dialogflow' STORE_NAME DOMAIN LOAD_CONST None RETURN_VALUE
"""Const for DialogFlow.""" DOMAIN = "dialogflow"
data/homeassistant-2024.2.2/homeassistant/components/dialogflow/const.py
30
18
297,187
LOAD_CONST 0 LOAD_CONST ('sqlfmt',) IMPORT_NAME sqlfmt.cli IMPORT_FROM sqlfmt STORE_NAME sqlfmt POP_TOP LOAD_NAME sqlfmt CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from sqlfmt.cli import sqlfmt sqlfmt()
data/shandy_sqlfmt-0.21.2/src/sqlfmt/__main__.py
46
18
308,099
LOAD_CONST 'Defines a common directory shared across ML model and dataset wrappers.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Defines a common directory shared across ML model and dataset wrappers."""
data/ml_wrappers-0.5.4/ml_wrappers/common/__init__.py
28
18
243,694
LOAD_CONST 'Streaming simulation for throughput, network downloads, and shuffle quality.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Streaming simulation for throughput, network downloads, and shuffle quality."""
data/mosaicml-streaming-0.7.4/simulation/__init__.py
28
18
292,787
LOAD_CONST 0 LOAD_CONST ('Queue',) IMPORT_NAME queue IMPORT_FROM Queue STORE_NAME Queue POP_TOP LOAD_CONST ('Queue',) STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from queue import Queue __all__ = ("Queue",)
data/dependency-injector-4.41.0/tests/unit/samples/wiring/queuemodule.py
40
18
271,597
LOAD_CONST 0 LOAD_CONST ('ReferenceEvaluator',) IMPORT_NAME onnx.reference.reference_evaluator IMPORT_FROM ReferenceEvaluator STORE_NAME ReferenceEvaluator POP_TOP LOAD_CONST None RETURN_VALUE
from onnx.reference.reference_evaluator import ReferenceEvaluator
data/onnxoptimizer-0.3.13/third_party/onnx/onnx/reference/__init__.py
44
18
85,556
LOAD_CONST 0 LOAD_CONST ('TestCase',) IMPORT_NAME keras_core.src.testing.test_case IMPORT_FROM TestCase STORE_NAME TestCase POP_TOP LOAD_CONST None RETURN_VALUE
from keras_core.src.testing.test_case import TestCase
data/keras-core-0.1.7/keras_core/src/testing/__init__.py
39
18
385,884
LOAD_CONST 1 LOAD_CONST ('CreateGroupRequest',) IMPORT_NAME GroupsModel IMPORT_FROM CreateGroupRequest STORE_NAME CreateGroupRequest POP_TOP LOAD_CONST 1 LOAD_CONST ('GroupClient',) IMPORT_NAME GroupClient IMPORT_FROM GroupClient STORE_NAME GroupClient POP_TOP LOAD_CONST None RETURN_VALUE
from .GroupsModel import CreateGroupRequest from .GroupClient import GroupClient
data/pydomo-0.3.0.10/pydomo/groups/__init__.py
60
18
356,221
LOAD_CONST '7.1' STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
__version__ = "7.1" # VERSION_STRING
data/coremltools-7.1/coremltools/version.py
17
18
446,997
LOAD_CONST 1 LOAD_CONST ('Details',) IMPORT_NAME _typing IMPORT_FROM Details STORE_NAME Details POP_TOP LOAD_CONST 'Details' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from ._typing import Details __all__ = ["Details"]
data/backoff-2.2.1/backoff/types.py
41
18
444,196
LOAD_CONST 'Module for the caches.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST None RETURN_VALUE
"""Module for the caches.""" from __future__ import annotations
data/hahomematic-2024.2.4/hahomematic/caches/__init__.py
46
18
356,477
LOAD_CONST 'This package contains different tools for working with TPM 2.0.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""This package contains different tools for working with TPM 2.0."""
data/edk2-pytool-library-0.21.3/edk2toollib/tpm/__init__.py
28
18
98,832
LOAD_CONST ('Definition',) STORE_NAME __all__ LOAD_CONST 1 LOAD_CONST ('Definition',) IMPORT_NAME _events IMPORT_FROM Definition STORE_NAME Definition POP_TOP LOAD_CONST None RETURN_VALUE
__all__ = ("Definition",) from ._events import Definition
data/refinitiv-data-1.6.0/refinitiv/data/content/custom_instruments/events.py
39
18
195,823
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from setuptools import setup setup() # Editable installs.
data/asgi-lifespan-2.1.0/setup.py
35
18
205,278
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup LOAD_CONST 'rasterstats' LOAD_CONST ('name',) CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from setuptools import setup setup(name="rasterstats")
data/rasterstats-0.19.0/setup.py
48
18
204,674
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 0 LOAD_CONST None IMPORT_NAME chardet STORE_NAME chardet LOAD_NAME print LOAD_NAME os LOAD_ATTR name CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
import os import chardet print(os.name)
data/pdm-2.12.3/tests/fixtures/projects/demo-#-with-hash/demo.py
50
18
354,239
LOAD_CONST 1 LOAD_CONST ('main',) IMPORT_NAME aws_assume_role_lib IMPORT_FROM main STORE_NAME main POP_TOP LOAD_NAME main CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from .aws_assume_role_lib import main main()
data/aws-assume-role-lib-2.10.0/aws_assume_role_lib/__main__.py
42
18
302,441
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME paver.tasks STORE_NAME paver LOAD_NAME paver LOAD_ATTR tasks LOAD_METHOD main CALL_METHOD POP_TOP LOAD_CONST None RETURN_VALUE
import paver.tasks paver.tasks.main()
data/Paver-1.3.4/paver/__main__.py
38
18
305,092
LOAD_CONST 1 LOAD_CONST ('RAG',) IMPORT_NAME rag IMPORT_FROM RAG STORE_NAME RAG POP_TOP LOAD_CONST 'RAG' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from .rag import RAG __all__ = ["RAG"]
data/clarifai-10.1.0/clarifai/rag/__init__.py
44
18
22,730
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME rules IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME businesstimedelta IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .rules import * from .businesstimedelta import *
data/businesstimedelta-1.0.1/businesstimedelta/__init__.py
41
18
80,840
LOAD_CONST ('Definition',) STORE_NAME __all__ LOAD_CONST 1 LOAD_CONST ('Definition',) IMPORT_NAME _definition IMPORT_FROM Definition STORE_NAME Definition POP_TOP LOAD_CONST None RETURN_VALUE
__all__ = ("Definition",) from ._definition import Definition
data/refinitiv-data-1.6.0/refinitiv/data/content/news/online_reports/hierarchy/__init__.py
39
18
195,753
LOAD_CONST ('Definition',) STORE_NAME __all__ LOAD_CONST 1 LOAD_CONST ('Definition',) IMPORT_NAME _definition IMPORT_FROM Definition STORE_NAME Definition POP_TOP LOAD_CONST None RETURN_VALUE
__all__ = ("Definition",) from ._definition import Definition
data/refinitiv-data-1.6.0/refinitiv/data/content/news/images/__init__.py
39
18
195,757
LOAD_CONST '\nContains the logic to go to/from various data types.\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" Contains the logic to go to/from various data types. """
data/arcgis-2.2.0.2/arcgis/features/geo/_io/__init__.py
28
18
216,021
LOAD_CONST 'This package contains parsers for variable EDK2 files and objects.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""This package contains parsers for variable EDK2 files and objects."""
data/edk2-pytool-library-0.21.3/edk2toollib/uefi/edk2/parsers/__init__.py
28
18
98,801
LOAD_CONST 'Module contains the loaded config schema.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME defs IMPORT_STAR LOAD_CONST None RETURN_VALUE
"""Module contains the loaded config schema.""" from .defs import *
data/dataprep-0.4.5/dataprep/connector/schema/__init__.py
37
18
199,335
LOAD_CONST ' DIRAC.ResourceStatusSystem.PolicySystem.Actions package\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" DIRAC.ResourceStatusSystem.PolicySystem.Actions package """
data/DIRAC-8.0.38/src/DIRAC/ResourceStatusSystem/PolicySystem/Actions/__init__.py
29
18
429,759
LOAD_CONST ('Definition',) STORE_NAME __all__ LOAD_CONST 1 LOAD_CONST ('Definition',) IMPORT_NAME _search IMPORT_FROM Definition STORE_NAME Definition POP_TOP LOAD_CONST None RETURN_VALUE
__all__ = ("Definition",) from ._search import Definition
data/refinitiv-data-1.6.0/refinitiv/data/content/custom_instruments/search.py
39
18
195,814
LOAD_CONST 1 LOAD_CONST ('ValueGuidedRLPipeline',) IMPORT_NAME value_guided_sampling IMPORT_FROM ValueGuidedRLPipeline STORE_NAME ValueGuidedRLPipeline POP_TOP LOAD_CONST None RETURN_VALUE
from .value_guided_sampling import ValueGuidedRLPipeline
data/diffusers-0.26.3/src/diffusers/experimental/rl/__init__.py
47
18
395,782
LOAD_CONST 1 LOAD_CONST ('core', 'dynamic_plugins', 'sql_lab', 'user_attributes') IMPORT_NAME IMPORT_FROM core STORE_NAME core IMPORT_FROM dynamic_plugins STORE_NAME dynamic_plugins IMPORT_FROM sql_lab STORE_NAME sql_lab IMPORT_FROM user_attributes STORE_NAME user_attributes POP_TOP LOAD_CONST None RETURN_VALUE
from . import core, dynamic_plugins, sql_lab, user_attributes
data/apache-superset-3.1.1/superset/models/__init__.py
69
18
393,185
LOAD_CONST 2 LOAD_CONST ('Module',) IMPORT_NAME module IMPORT_FROM Module STORE_NAME Module POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object GP at 0x7fab4277e270, file "f.py", line 4> LOAD_CONST 'GP' MAKE_FUNCTION LOAD_CONST 'GP' LOAD_NAME Module CALL_FUNCTION STORE_NAME GP LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'GP' STORE_NAME __qualname__ LOAD_CONST None RETURN_VALUE
from ..module import Module class GP(Module): pass
data/gpytorch-1.11/gpytorch/models/gp.py
109
18
236,007
LOAD_CONST '\nModule containing tests for xblock-lti-consumer\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" Module containing tests for xblock-lti-consumer """
data/lti-consumer-xblock-9.8.3/lti_consumer/tests/__init__.py
29
18
311,923
LOAD_CONST ('botocore ~= 1.0',) STORE_NAME _instruments LOAD_CONST None RETURN_VALUE
_instruments = ("botocore ~= 1.0",)
data/opentelemetry_instrumentation_botocore-0.43b0/src/opentelemetry/instrumentation/botocore/package.py
24
18
173,218
LOAD_CONST 3 LOAD_CONST ('*',) IMPORT_NAME base.checks.win.winpdh_base IMPORT_STAR LOAD_CONST None RETURN_VALUE
from ...base.checks.win.winpdh_base import *
data/datadog_checks_base-36.1.0/datadog_checks/checks/win/winpdh_base.py
31
18
442,770
LOAD_CONST 4 LOAD_CONST ('*',) IMPORT_NAME base.checks.win.wmi.sampler IMPORT_STAR LOAD_CONST None RETURN_VALUE
from ....base.checks.win.wmi.sampler import *
data/datadog_checks_base-36.1.0/datadog_checks/checks/win/wmi/sampler.py
31
18
442,771
LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME jaxlib.mlir.dialects.math IMPORT_STAR LOAD_CONST None RETURN_VALUE
from jaxlib.mlir.dialects.math import *
data/jax-0.4.24/jax/extend/mlir/dialects/math.py
32
18
329,001
LOAD_CONST 0 LOAD_CONST ('absolute_import',) IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import POP_TOP LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME mozfile IMPORT_STAR LOAD_CONST None RETURN_VALUE
from __future__ import absolute_import from .mozfile import *
data/mozfile-3.0.0/mozfile/__init__.py
53
18
397,687
LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME jaxlib.mlir.dialects.vector IMPORT_STAR LOAD_CONST None RETURN_VALUE
from jaxlib.mlir.dialects.vector import *
data/jax-0.4.24/jax/extend/mlir/dialects/vector.py
32
18
328,999
LOAD_CONST 0 LOAD_CONST ('ReferenceEvaluator',) IMPORT_NAME onnx.reference.reference_evaluator IMPORT_FROM ReferenceEvaluator STORE_NAME ReferenceEvaluator POP_TOP LOAD_CONST None RETURN_VALUE
from onnx.reference.reference_evaluator import ReferenceEvaluator
data/onnx-1.15.0/onnx/reference/__init__.py
44
18
111,054
LOAD_BUILD_CLASS LOAD_CONST <code object DistributionBasedH2OTrainFramePreparation at 0x7faa75826540, file "f.py", line 1> LOAD_CONST 'DistributionBasedH2OTrainFramePreparation' MAKE_FUNCTION LOAD_CONST 'DistributionBasedH2OTrainFramePreparation' CALL_FUNCTION STORE_NAME DistributionBasedH2OTrainFramePreparation LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'DistributionBasedH2OTrainFramePreparation' STORE_NAME __qualname__ LOAD_CONST None RETURN_VALUE
class DistributionBasedH2OTrainFramePreparation: pass
data/h2o_pysparkling_3.1-3.44.0.3.post1/ai/h2o/sparkling/ml/algos/DistributionBasedH2OTrainFramePreparation.py
134
18
27,251
LOAD_CONST 0 LOAD_CONST ('load_op',) IMPORT_NAME onnx.reference.ops._op_list IMPORT_FROM load_op STORE_NAME load_op POP_TOP LOAD_CONST None RETURN_VALUE
from onnx.reference.ops._op_list import load_op
data/onnx-1.15.0/onnx/reference/ops/__init__.py
42
18
111,233
LOAD_CONST 1 LOAD_CONST ('ConfigManager',) IMPORT_NAME manager IMPORT_FROM ConfigManager STORE_NAME ConfigManager POP_TOP LOAD_CONST 'ConfigManager' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from .manager import ConfigManager __all__ = ["ConfigManager"]
data/jupyter_server-2.12.5/jupyter_server/services/config/__init__.py
43
18
433,342
LOAD_CONST "Subpackage containing all of pip's command line interface related code\n" STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Subpackage containing all of pip's command line interface related code """
data/pyLDAvis-3.4.1/pyLDAvis/lib/python3.11/site-packages/pip/_internal/cli/__init__.py
29
18
230,872
LOAD_CONST '\nThe management of salt command line utilities are stored in here\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" The management of salt command line utilities are stored in here """
data/salt-3006.6/salt/cli/__init__.py
29
18
97,463
LOAD_CONST '\npyomo.contrib.sensitivity_toolbox tests\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" pyomo.contrib.sensitivity_toolbox tests """
data/Pyomo-6.7.0/pyomo/contrib/sensitivity_toolbox/tests/__init__.py
29
18
23,521
LOAD_CONST 3 LOAD_CONST ('*',) IMPORT_NAME base.checks.prometheus.base_check IMPORT_STAR LOAD_CONST None RETURN_VALUE
from ...base.checks.prometheus.base_check import *
data/datadog_checks_base-36.1.0/datadog_checks/checks/prometheus/base_check.py
31
18
442,775
LOAD_CONST 'Utilities which are usable by the cli, api or rules.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Utilities which are usable by the cli, api or rules."""
data/sqlfluff-2.3.5/src/sqlfluff/utils/__init__.py
28
18
351,288
LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME jaxlib.mlir.dialects.func IMPORT_STAR LOAD_CONST None RETURN_VALUE
from jaxlib.mlir.dialects.func import *
data/jax-0.4.24/jax/extend/mlir/dialects/func.py
32
18
328,997
LOAD_NAME name POP_JUMP_IF_FALSE LOAD_CONST 1 STORE_NAME env JUMP_FORWARD to 14 LOAD_CONST 2 STORE_NAME env LOAD_CONST None RETURN_VALUE
if name: env = 1 else: env = 2
data/jedi-0.19.1/test/completion/import_tree/flow_import.py
32
18
420,977
LOAD_CONST ' First module ' STORE_NAME __doc__ LOAD_CONST <code object func1 at 0x7f8b20113810, file "f.py", line 4> LOAD_CONST 'func1' MAKE_FUNCTION STORE_NAME func1 LOAD_CONST None RETURN_VALUE LOAD_CONST 1 RETURN_VALUE
""" First module """ def func1(): return 1
data/delocate-0.10.7/wheel_makers/fakepkg_rpath/fakepkg/module1.py
70
18
400,429
LOAD_CONST 'Python unit tests for jupyterlab_code_formatter.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Python unit tests for jupyterlab_code_formatter."""
data/jupyterlab_code_formatter-2.2.1/jupyterlab_code_formatter/tests/__init__.py
28
18
110,622
LOAD_CONST '2006-2009, Author' STORE_NAME copyright LOAD_CONST None RETURN_VALUE
copyright = "2006-2009, Author"
data/sphinx-7.2.6/tests/roots/test-correct-year/conf.py
23
18
381,081
LOAD_CONST ' First module ' STORE_NAME __doc__ LOAD_CONST <code object func1 at 0x7f8af1683660, file "f.py", line 4> LOAD_CONST 'func1' MAKE_FUNCTION STORE_NAME func1 LOAD_CONST None RETURN_VALUE LOAD_CONST 1 RETURN_VALUE
""" First module """ def func1(): return 1
data/delocate-0.10.7/wheel_makers/fakepkg1/fakepkg1/module1.py
69
18
400,425
LOAD_CONST 'Modules for slicing and mapping between the raw and templated SQL.' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""Modules for slicing and mapping between the raw and templated SQL."""
data/sqlfluff-2.3.5/src/sqlfluff/core/templaters/slicers/__init__.py
28
18
351,412