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 '\nInclude YAML files within YAML\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME constructor IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME readers IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('__version__', '__version_tuple__') IMPORT_NAME version IMPORT_FROM __version__ STORE_NAME __ve...
""" Include YAML files within YAML """ from .constructor import * from .readers import * from .version import __version__, __version_tuple__
data/pyyaml-include-1.3.2/src/yamlinclude/__init__.py
110
45
182,747
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME data.all IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME optimizer IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME callback.core IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME learner IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME metrics IMPO...
from .data.all import * from .optimizer import * from .callback.core import * from .learner import * from .metrics import * from .interpret import *
data/fastai-2.7.14/fastai/basics.py
106
45
172,274
LOAD_CONST 0 LOAD_CONST ('LocalAIEmbeddings',) IMPORT_NAME langchain_community.embeddings.localai IMPORT_FROM LocalAIEmbeddings STORE_NAME LocalAIEmbeddings POP_TOP LOAD_CONST 'LocalAIEmbeddings' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from langchain_community.embeddings.localai import ( LocalAIEmbeddings, ) __all__ = [ "LocalAIEmbeddings", ]
data/langchain-0.1.8/langchain/embeddings/localai.py
68
45
368,886
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/eventhubs/aaz/latest/eventhubs/namespace/schema_registry/__init__.py
108
45
374,811
LOAD_CONST 'cheaper_busyness' STORE_NAME NAME BUILD_LIST STORE_NAME CFLAGS BUILD_LIST STORE_NAME LDFLAGS BUILD_LIST STORE_NAME LIBS LOAD_CONST 'cheaper_busyness' BUILD_LIST STORE_NAME GCC_LIST LOAD_CONST None RETURN_VALUE
NAME = "cheaper_busyness" CFLAGS = [] LDFLAGS = [] LIBS = [] GCC_LIST = ["cheaper_busyness"]
data/uwsgi-2.0.24/plugins/cheaper_busyness/uwsgiplugin.py
62
45
398,317
LOAD_CONST 1 LOAD_CONST ('convert',) IMPORT_NAME convert IMPORT_FROM convert STORE_NAME convert POP_TOP LOAD_CONST 1 LOAD_CONST ('describe',) IMPORT_NAME describe IMPORT_FROM describe STORE_NAME describe POP_TOP LOAD_CONST 1 LOAD_CONST ('extract',) IMPORT_NAME extract IMPORT_FROM extract STORE_NAME extract POP_TOP L...
from .convert import convert from .describe import describe from .extract import extract from .index import index from .list import list from .transform import transform from .validate import validate
data/frictionless-5.16.1/frictionless/actions/__init__.py
160
45
41,671
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/express_route/peering/connection/__init__.py
108
45
377,876
LOAD_CONST 0 LOAD_CONST ('Differ',) IMPORT_NAME difflib IMPORT_FROM Differ STORE_NAME Differ POP_TOP LOAD_CONST <code object compare at 0x7fa90e62ba50, file "f.py", line 4> LOAD_CONST 'compare' MAKE_FUNCTION STORE_NAME compare LOAD_CONST None RETURN_VALUE LOAD_GLOBAL Differ CALL_FUNCTION STORE_FAST differ LOAD_GLOBA...
from difflib import Differ def compare(first, second): differ = Differ() return list(differ.compare(first.splitlines(), second.splitlines()))
data/fastdiff-0.3.0/fastdiff/_base.py
116
45
128,791
LOAD_CONST '\nDefines engines for processing requests/responses to/from Redmine.\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('BaseEngine',) IMPORT_NAME base IMPORT_FROM BaseEngine STORE_NAME BaseEngine POP_TOP LOAD_CONST 1 LOAD_CONST ('SyncEngine',) IMPORT_NAME sync IMPORT_FROM SyncEngine STORE_NAME SyncEngine POP...
""" Defines engines for processing requests/responses to/from Redmine. """ from .base import BaseEngine from .sync import SyncEngine DefaultEngine = SyncEngine
data/python-redmine-2.4.0/redminelib/engines/__init__.py
93
45
316,414
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME abstracts IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME buckets IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME clocks IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME exceptions IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('Limiter',) IMPORT_NAME limiter IMP...
from .abstracts import * from .buckets import * from .clocks import * from .exceptions import * from .limiter import Limiter from .utils import *
data/pyrate_limiter-3.2.1/pyrate_limiter/__init__.py
115
45
120,735
LOAD_CONST 0 LOAD_CONST ('TestCase',) IMPORT_NAME PyObjCTools.TestSupport IMPORT_FROM TestCase STORE_NAME TestCase POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME MailKit STORE_NAME MailKit LOAD_BUILD_CLASS LOAD_CONST <code object TestMEAddressAnnotation at 0x7fab4299c4b0, file "f.py", line 5> LOAD_CONST 'TestMEAddr...
from PyObjCTools.TestSupport import TestCase import MailKit class TestMEAddressAnnotation(TestCase): def test_classes(self): MailKit.MEAddressAnnotation
data/pyobjc-framework-MailKit-10.1/PyObjCTest/test_meaddressannotation.py
219
45
94,103
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/eventhubs/aaz/latest/eventhubs/namespace/authorization_rule/__init__.py
108
45
374,782
LOAD_CONST 0 LOAD_CONST ('print_function', 'absolute_import', 'division') IMPORT_NAME __future__ IMPORT_FROM print_function STORE_NAME print_function IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM division STORE_NAME division POP_TOP LOAD_CONST 0 LOAD_CONST ('TestTypes',) IMPORT_NAME util.system.ty...
from __future__ import print_function, absolute_import, division from util.system.types_ut import TestTypes __all__ = [ "TestTypes", ]
data/catboost-1.2.2/catboost_all_src/util/system/ut_cython/test_system.py
103
45
176,436
LOAD_CONST 'Provides types used internally' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('IPv4Address', 'IPv6Address') IMPORT_NAME ipaddress IMPORT_FROM IPv4Address STORE_NAME IPv4Address IMPORT_FROM IPv6Address STORE_NAME IPv6Address POP_TOP LOAD_CONST 0 LOAD_CONST ('Union',) IMPORT_NAME typing IMPORT_FROM Union STOR...
"""Provides types used internally""" from ipaddress import IPv4Address, IPv6Address from typing import Union IPAddress = Union[str, IPv6Address, IPv4Address]
data/geoip2-4.8.0/geoip2/types.py
113
45
242,563
LOAD_CONST '\nThe *pathspec.patterns* package contains the pattern matching\nimplementations.\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('gitwildmatch',) IMPORT_NAME IMPORT_FROM gitwildmatch STORE_NAME gitwildmatch POP_TOP LOAD_CONST 1 LOAD_CONST ('GitWildMatchPattern',) IMPORT_NAME gitwildmatch IMPORT_FROM GitWi...
""" The *pathspec.patterns* package contains the pattern matching implementations. """ from . import gitwildmatch from .gitwildmatch import GitWildMatchPattern
data/pathspec-0.12.1/pathspec/patterns/__init__.py
99
45
442,614
LOAD_BUILD_CLASS LOAD_CONST <code object Five9Exception at 0x7fab800366f0, file "f.py", line 1> LOAD_CONST 'Five9Exception' MAKE_FUNCTION LOAD_CONST 'Five9Exception' LOAD_NAME Exception CALL_FUNCTION STORE_NAME Five9Exception LOAD_BUILD_CLASS LOAD_CONST <code object ValidationError at 0x7fab800365d0, file "f.py", line...
class Five9Exception(Exception): """Base Five9 Exceptions.""" class ValidationError(Five9Exception): """Indicated an error validating user supplied data."""
data/five9-0.0.3b192/five9/exceptions.py
225
45
175,955
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _add IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _remove IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOA...
from .__cmd_group import * from ._add import * from ._list import * from ._remove import * from ._show import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/watcher/connection_monitor/test_configuration/__init__.py
108
45
377,753
LOAD_CONST 0 LOAD_CONST ('HttpResponse',) IMPORT_NAME django.http IMPORT_FROM HttpResponse STORE_NAME HttpResponse POP_TOP LOAD_CONST 0 LOAD_CONST ('path',) IMPORT_NAME django.urls IMPORT_FROM path STORE_NAME path POP_TOP LOAD_NAME path LOAD_CONST '' LOAD_CONST <code object <lambda> at 0x7f8af0da6420, file "f.py", li...
from django.http import HttpResponse from django.urls import path urlpatterns = [ path("", lambda request: HttpResponse("root is here")), ]
data/Django-5.0.2/tests/middleware/cond_get_urls.py
132
45
326,336
LOAD_CONST 0 LOAD_CONST ('cfg',) IMPORT_NAME oslo_config IMPORT_FROM cfg STORE_NAME cfg POP_TOP LOAD_NAME cfg LOAD_ATTR CONF STORE_NAME CONF LOAD_NAME cfg LOAD_METHOD StrOpt LOAD_CONST 'fblaa' CALL_METHOD STORE_NAME opt LOAD_NAME CONF LOAD_METHOD register_opt LOAD_NAME opt CALL_METHOD POP_TOP LOAD_CONST None RETURN_...
from oslo_config import cfg CONF = cfg.CONF opt = cfg.StrOpt("fblaa") CONF.register_opt(opt)
data/oslo.config-9.3.0/oslo_config/tests/testmods/fblaa_opt.py
82
45
443,828
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME dates IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME fourier IMPORT_STAR LOAD_CONST <code object <listcomp> at 0x7f8e2fc1b300, file "f.py", line 4> LOAD_CONST '<listcomp>' MAKE_FUNCTION LOAD_NAME dir CALL_FUNCTION GET_ITER CALL_FUNCTION STORE_NAME __all__ LOAD_CONST ...
from .dates import * from .fourier import * __all__ = [s for s in dir() if not (s.startswith("_") or s == "base")]
data/pmdarima-2.0.4/pmdarima/preprocessing/exog/__init__.py
151
45
404,251
LOAD_CONST <code object test_foo at 0x7faad43c0c00, file "f.py", line 1> LOAD_CONST 'test_foo' MAKE_FUNCTION STORE_NAME test_foo LOAD_CONST None RETURN_VALUE LOAD_FAST dummy_fixture LOAD_CONST 2 COMPARE_OP == POP_JUMP_IF_TRUE LOAD_GLOBAL AssertionError RAISE_VARARGS LOAD_CONST None RETURN_VALUE
def test_foo(dummy_fixture): """Before the fix this test would not even start because a conftest loading error was appearing""" assert dummy_fixture == 2
data/pytest-cases-3.8.2/tests/cases/issues/issue_196/test_issue_196.py
81
45
356,776
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME api IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME data_types IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .api import * # noqa: F401,F403 from .data_types import * # noqa: F401,F403
data/stone-3.3.1/stone/ir/__init__.py
38
45
216,784
LOAD_CONST 1 LOAD_CONST ('InputMessageContent',) IMPORT_NAME input_message_content IMPORT_FROM InputMessageContent STORE_NAME InputMessageContent POP_TOP LOAD_CONST 1 LOAD_CONST ('InputTextMessageContent',) IMPORT_NAME input_text_message_content IMPORT_FROM InputTextMessageContent STORE_NAME InputTextMessageContent PO...
from .input_message_content import InputMessageContent from .input_text_message_content import InputTextMessageContent __all__ = ["InputMessageContent", "InputTextMessageContent"]
data/Pyrogram-2.0.106/pyrogram/types/input_message_content/__init__.py
96
45
273,062
LOAD_CONST 0 LOAD_CONST ('Spider',) IMPORT_NAME scrapy.spiders IMPORT_FROM Spider STORE_NAME Spider POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Spider0 at 0x7f8ab62f51e0, file "f.py", line 4> LOAD_CONST 'Spider0' MAKE_FUNCTION LOAD_CONST 'Spider0' LOAD_NAME Spider CALL_FUNCTION STORE_NAME Spider0 LOAD_CONST None ...
from scrapy.spiders import Spider class Spider0(Spider): allowed_domains = ["scrapy1.org", "scrapy3.org"]
data/Scrapy-2.11.1/tests/test_spiderloader/test_spiders/spider0.py
155
45
332,379
LOAD_CONST 0 LOAD_CONST ('ChatBaichuan',) IMPORT_NAME langchain_community.chat_models.baichuan IMPORT_FROM ChatBaichuan STORE_NAME ChatBaichuan POP_TOP LOAD_CONST 'ChatBaichuan' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from langchain_community.chat_models.baichuan import ( ChatBaichuan, ) __all__ = [ "ChatBaichuan", ]
data/langchain-0.1.8/langchain/chat_models/baichuan.py
66
45
368,841
LOAD_CONST 'Sample datatypes used for testing.\n' STORE_NAME __doc__ LOAD_CONST 'reStructuredText' STORE_NAME __docformat__ LOAD_CONST <code object data at 0x7f8af16831e0, file "f.py", line 7> LOAD_CONST 'data' MAKE_FUNCTION STORE_NAME data LOAD_CONST None RETURN_VALUE LOAD_CONST '| %s |' LOAD_FAST value BINARY_MODU...
"""Sample datatypes used for testing. """ __docformat__ = "reStructuredText" def data(value): return "| %s |" % value
data/ZConfig-4.0/src/ZConfig/tests/zipsource/foo/sample/datatypes.py
97
45
399,822
LOAD_BUILD_CLASS LOAD_CONST <code object GmpGetProtocolVersionTestCase at 0x7fab416c65d0, file "f.py", line 1> LOAD_CONST 'GmpGetProtocolVersionTestCase' MAKE_FUNCTION LOAD_CONST 'GmpGetProtocolVersionTestCase' CALL_FUNCTION STORE_NAME GmpGetProtocolVersionTestCase LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE...
class GmpGetProtocolVersionTestCase: def test_protocol_version(self): self.assertEqual(self.gmp.get_protocol_version(), (22, 5))
data/python_gvm-24.1.0/tests/protocols/gmpv225/system/versions/test_get_protocol_version.py
212
45
371,953
LOAD_CONST 0 LOAD_CONST ('TypeVar',) IMPORT_NAME typing IMPORT_FROM TypeVar STORE_NAME TypeVar POP_TOP LOAD_CONST 0 LOAD_CONST ('Model',) IMPORT_NAME django.db.models IMPORT_FROM Model STORE_NAME Model POP_TOP LOAD_NAME TypeVar LOAD_CONST 'M' LOAD_NAME Model LOAD_CONST ('bound',) CALL_FUNCTION STORE_NAME M LOAD_NAME...
from typing import TypeVar from django.db.models import Model M = TypeVar("M", bound=Model) NewM = TypeVar("NewM", bound=Model)
data/model_bakery-1.17.0/model_bakery/_types.py
106
45
88,982
LOAD_CONST 0 LOAD_CONST ('pyfunc',) IMPORT_NAME mlflow IMPORT_FROM pyfunc STORE_NAME pyfunc POP_TOP LOAD_CONST 0 LOAD_CONST ('scoring_server',) IMPORT_NAME mlflow.pyfunc IMPORT_FROM scoring_server STORE_NAME scoring_server POP_TOP LOAD_NAME scoring_server LOAD_METHOD init LOAD_NAME pyfunc LOAD_METHOD load_model LOAD_...
from mlflow import pyfunc from mlflow.pyfunc import scoring_server app = scoring_server.init(pyfunc.load_model("/opt/ml/model/"))
data/mlflow-skinny-2.10.2/mlflow/models/container/scoring_server/wsgi.py
100
45
291,672
LOAD_CONST 'Constants for the iaqualink component.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('timedelta',) IMPORT_NAME datetime IMPORT_FROM timedelta STORE_NAME timedelta POP_TOP LOAD_CONST 'iaqualink' STORE_NAME DOMAIN LOAD_NAME timedelta LOAD_CONST 15 LOAD_CONST ('seconds',) CALL_FUNCTION STORE_NAME UPDATE_INTE...
"""Constants for the iaqualink component.""" from datetime import timedelta DOMAIN = "iaqualink" UPDATE_INTERVAL = timedelta(seconds=15)
data/homeassistant-2024.2.2/homeassistant/components/iaqualink/const.py
87
45
295,720
LOAD_CONST 0 LOAD_CONST ('db',) IMPORT_NAME south.db IMPORT_FROM db STORE_NAME db POP_TOP LOAD_CONST 0 LOAD_CONST ('models',) IMPORT_NAME django.db IMPORT_FROM models STORE_NAME models POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Migration at 0x7fab40da14b0, file "f.py", line 5> LOAD_CONST 'Migration' MAKE_FUNCTI...
from south.db import db from django.db import models class Migration: def forwards(self): pass def backwards(self): pass
data/South-1.0.2/south/tests/brokenapp/migrations/0004_higher.py
241
45
392,253
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 0 LOAD_CONST ('main',) IMPORT_NAME blacken_docs IMPORT_FROM main STORE_NAME main POP_TOP LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_NAME SystemExit LOAD...
from __future__ import annotations from blacken_docs import main if __name__ == "__main__": # pragma: no cover raise SystemExit(main())
data/blacken_docs-1.16.0/src/blacken_docs/__main__.py
88
45
164,585
LOAD_BUILD_CLASS LOAD_CONST <code object ReplyError at 0x7fab701ac780, file "f.py", line 1> LOAD_CONST 'ReplyError' MAKE_FUNCTION LOAD_CONST 'ReplyError' LOAD_NAME Exception CALL_FUNCTION STORE_NAME ReplyError LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'ReplyError' STORE_NAME __qu...
class ReplyError(Exception): def __init__(self, message, error_code=None): super().__init__(message) self.error_code = error_code
data/python-socks-2.4.4/python_socks/_protocols/errors.py
205
45
191,090
LOAD_CONST 0 LOAD_CONST ('_traceback',) IMPORT_NAME ddtrace.profiling IMPORT_FROM _traceback STORE_NAME _traceback POP_TOP LOAD_CONST <code object test_traceback at 0x7fab800da9c0, file "f.py", line 4> LOAD_CONST 'test_traceback' MAKE_FUNCTION STORE_NAME test_traceback LOAD_CONST None RETURN_VALUE LOAD_GLOBAL _traceb...
from ddtrace.profiling import _traceback def test_traceback(): assert _traceback.format_exception(Exception("hello")) == "Exception: hello"
data/ddtrace-2.6.3/tests/profiling/test_traceback.py
137
45
269,559
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/eventhubs/aaz/latest/eventhubs/namespace/application_group/__init__.py
108
45
374,801
LOAD_CONST 0 LOAD_CONST ('HostedNeptuneBackendApiClient',) IMPORT_NAME neptune.legacy.internal.api_clients IMPORT_FROM HostedNeptuneBackendApiClient STORE_NAME HostedNeptuneBackendApiClient POP_TOP LOAD_NAME HostedNeptuneBackendApiClient STORE_NAME HostedNeptuneBackend LOAD_CONST None RETURN_VALUE
from neptune.legacy.internal.api_clients import HostedNeptuneBackendApiClient HostedNeptuneBackend = HostedNeptuneBackendApiClient
data/neptune-1.9.1/src/neptune/legacy/internal/backends/hosted_neptune_backend.py
83
45
117,247
LOAD_CONST 0 LOAD_CONST ('OpenAIEmbeddings',) IMPORT_NAME langchain_community.embeddings.openai IMPORT_FROM OpenAIEmbeddings STORE_NAME OpenAIEmbeddings POP_TOP LOAD_CONST 'OpenAIEmbeddings' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from langchain_community.embeddings.openai import ( OpenAIEmbeddings, ) __all__ = [ "OpenAIEmbeddings", ]
data/langchain-0.1.8/langchain/embeddings/openai.py
68
45
368,859
LOAD_CONST 0 LOAD_CONST ('CodeSegmenter',) IMPORT_NAME langchain_community.document_loaders.parsers.language.code_segmenter IMPORT_FROM CodeSegmenter STORE_NAME CodeSegmenter POP_TOP LOAD_CONST 'CodeSegmenter' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from langchain_community.document_loaders.parsers.language.code_segmenter import ( CodeSegmenter, ) __all__ = ["CodeSegmenter"]
data/langchain-0.1.8/langchain/document_loaders/parsers/language/code_segmenter.py
67
45
368,642
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME graphene STORE_NAME graphene LOAD_BUILD_CLASS LOAD_CONST <code object GrapheneCursor at 0x7fab8203a6f0, file "f.py", line 4> LOAD_CONST 'GrapheneCursor' MAKE_FUNCTION LOAD_CONST 'GrapheneCursor' LOAD_NAME graphene LOAD_ATTR Int LOAD_NAME graphene LOAD_ATTR Scalar CALL_FUNCTION ...
import graphene class GrapheneCursor(graphene.Int, graphene.Scalar): class Meta: name = "Cursor"
data/dagster-graphql-1.6.5/dagster_graphql/schema/paging.py
237
45
105,368
LOAD_CONST 2 LOAD_CONST ('_utilities',) IMPORT_NAME IMPORT_FROM _utilities STORE_NAME _utilities POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME typing STORE_NAME typing LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME connection IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME get_connection IMPORT_STAR LOAD_CONS...
from .. import _utilities import typing from .connection import * from .get_connection import * from .host import * from ._inputs import * from . import outputs
data/pulumi_aws-6.22.2/pulumi_aws/codestarconnections/__init__.py
135
45
226,231
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup LOAD_CONST 'package-a' LOAD_CONST 'foo' BUILD_LIST LOAD_CONST '0.1.0' LOAD_CONST 'flask' BUILD_LIST LOAD_CONST ('name', 'py_modules', 'version', 'install_requires') CALL_FUNCTION POP_TOP LOAD_CONST None...
from setuptools import setup setup(name="package-a", py_modules=["foo"], version="0.1.0", install_requires=["flask"])
data/pdm-2.12.3/tests/fixtures/projects/demo-parent-package/package-a/setup.py
85
45
354,245
LOAD_CONST 0 LOAD_CONST ('Environment',) IMPORT_NAME conan.tools.env.environment IMPORT_FROM Environment STORE_NAME Environment POP_TOP LOAD_CONST 0 LOAD_CONST ('VirtualBuildEnv',) IMPORT_NAME conan.tools.env.virtualbuildenv IMPORT_FROM VirtualBuildEnv STORE_NAME VirtualBuildEnv POP_TOP LOAD_CONST 0 LOAD_CONST ('Virt...
from conan.tools.env.environment import Environment from conan.tools.env.virtualbuildenv import VirtualBuildEnv from conan.tools.env.virtualrunenv import VirtualRunEnv
data/conan-2.1.0/conan/tools/env/__init__.py
107
45
242,247
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 0 LOAD_CONST None IMPORT_NAME shutil STORE_NAME shutil LOAD_CONST 'CI' LOAD_NAME os LOAD_ATTR environ COMPARE_OP in POP_JUMP_IF_TRUE LOAD_NAME shutil LOAD_METHOD which LOAD_CONST 'pkg-config' CALL_METHOD POP_JUMP_IF_FALSE LOAD_NAME print LOAD_CONST...
import os import shutil if "CI" in os.environ or shutil.which("pkg-config"): print("yes") else: print("no")
data/numpy-1.26.4/vendored-meson/meson/test cases/osx/2 library versions/require_pkgconfig.py
102
45
363,667
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 ('Vault',) IMPORT_NAME api IMPORT_FROM Vault STORE_NAME Vault POP_TOP LOAD_CONST 1 LOAD_CONST ('VaultLibABC', 'make_secrets') IMPORT_NAME parsing IMPORT_FROM Vault...
from __future__ import absolute_import from .api import Vault # noqa from .parsing import VaultLibABC, make_secrets # noqa
data/ansible-vault-2.1.0/ansible_vault/__init__.py
115
45
436,048
LOAD_CONST 'This module provides convenient tracing wrappers for popular libraries.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('wrap_openai',) IMPORT_NAME langsmith.wrappers._openai IMPORT_FROM wrap_openai STORE_NAME wrap_openai POP_TOP LOAD_CONST 'wrap_openai' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_V...
"""This module provides convenient tracing wrappers for popular libraries.""" from langsmith.wrappers._openai import wrap_openai __all__ = ["wrap_openai"]
data/langsmith-0.1.5/langsmith/wrappers/__init__.py
81
45
332,949
LOAD_CONST 0 LOAD_CONST ('YOLOv5',) IMPORT_NAME yolov5.helpers IMPORT_FROM YOLOv5 STORE_NAME YOLOv5 POP_TOP LOAD_CONST 0 LOAD_CONST ('load_model',) IMPORT_NAME yolov5.helpers IMPORT_FROM load_model STORE_NAME load POP_TOP LOAD_CONST '7.0.13' STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
from yolov5.helpers import YOLOv5 from yolov5.helpers import load_model as load __version__ = "7.0.13"
data/yolov5-7.0.13/yolov5/__init__.py
92
45
122,275
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_NAME setup LOAD_CONST 'emoji-country-flag' BUILD_LIST LOAD_CONST ('name', 'requires') CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from setuptools import setup if __name__ == "__main__": setup( name="emoji-country-flag", requires=[], )
data/emoji-country-flag-1.3.2/setup.py
77
45
27,587
LOAD_CONST 'Exceptions for lambda event source mapping machinery.' STORE_NAME __doc__ LOAD_BUILD_CLASS LOAD_CONST <code object FunctionNotFoundError at 0x7fab70306b70, file "f.py", line 4> LOAD_CONST 'FunctionNotFoundError' MAKE_FUNCTION LOAD_CONST 'FunctionNotFoundError' LOAD_NAME Exception CALL_FUNCTION STORE_NAME F...
"""Exceptions for lambda event source mapping machinery.""" class FunctionNotFoundError(Exception): """Indicates that a function that is part of an existing event source listener does not exist."""
data/localstack-core-3.1.0/localstack/services/lambda_/event_source_listeners/exceptions.py
143
45
225,645
LOAD_CONST 'tuntap' STORE_NAME NAME BUILD_LIST STORE_NAME CFLAGS BUILD_LIST STORE_NAME LDFLAGS BUILD_LIST STORE_NAME LIBS LOAD_CONST 'common' LOAD_CONST 'firewall' LOAD_CONST 'tuntap' BUILD_LIST STORE_NAME GCC_LIST LOAD_CONST None RETURN_VALUE
NAME = "tuntap" CFLAGS = [] LDFLAGS = [] LIBS = [] GCC_LIST = ["common", "firewall", "tuntap"]
data/uwsgi-2.0.24/plugins/tuntap/uwsgiplugin.py
67
45
398,289
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR...
from .__cmd_group import * from ._create import * from ._delete import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/search/aaz/latest/search/service/__init__.py
108
45
376,322
LOAD_CONST 'Mock boeblingen backend' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('FakeBoeblingenV2',) IMPORT_NAME fake_boeblingen IMPORT_FROM FakeBoeblingenV2 STORE_NAME FakeBoeblingenV2 POP_TOP LOAD_CONST 1 LOAD_CONST ('FakeBoeblingen',) IMPORT_NAME fake_boeblingen IMPORT_FROM FakeBoeblingen STORE_NAME FakeBoeblinge...
"""Mock boeblingen backend""" from .fake_boeblingen import FakeBoeblingenV2 from .fake_boeblingen import FakeBoeblingen
data/qiskit-ibm-runtime-0.20.0/qiskit_ibm_runtime/fake_provider/backends/boeblingen/__init__.py
110
45
363,284
LOAD_CONST 0 LOAD_CONST ('_LoggerConnector',) IMPORT_NAME lightning.pytorch.trainer.connectors.logger_connector.logger_connector IMPORT_FROM _LoggerConnector STORE_NAME _LoggerConnector POP_TOP LOAD_CONST None RETURN_VALUE
from lightning.pytorch.trainer.connectors.logger_connector.logger_connector import ( _LoggerConnector, ) # noqa: F401
data/lightning-2.2.0.post0/src/lightning/pytorch/trainer/connectors/logger_connector/__init__.py
55
45
121,723
LOAD_CONST 0 LOAD_CONST ('GooglePointFieldWidget', 'GooglePointFieldInlineWidget', 'GoogleStaticMapWidget', 'GoogleStaticOverlayMapWidget') IMPORT_NAME mapwidgets.widgets IMPORT_FROM GooglePointFieldWidget STORE_NAME GooglePointFieldWidget IMPORT_FROM GooglePointFieldInlineWidget STORE_NAME GooglePointFieldInlineWidget...
from mapwidgets.widgets import ( GooglePointFieldWidget, GooglePointFieldInlineWidget, GoogleStaticMapWidget, GoogleStaticOverlayMapWidget, )
data/django-map-widgets-0.4.2/tests/testapp/widgets/__init__.py
105
45
386,171
LOAD_CONST 'cms.test_utils.project.app_with_two_cms_config_classes.apps.TwoCMSAppClassesConfig' STORE_NAME default_app_config LOAD_CONST None RETURN_VALUE
default_app_config = ( "cms.test_utils.project.app_with_two_cms_config_classes.apps.TwoCMSAppClassesConfig" )
data/django-cms-4.1.0/cms/test_utils/project/app_with_two_cms_config_classes/__init__.py
46
45
86,970
LOAD_CONST 'curl_cron' STORE_NAME NAME BUILD_LIST STORE_NAME CFLAGS BUILD_LIST STORE_NAME LDFLAGS LOAD_CONST '-lcurl' BUILD_LIST STORE_NAME LIBS LOAD_CONST 'curl_cron' BUILD_LIST STORE_NAME GCC_LIST LOAD_CONST None RETURN_VALUE
NAME = "curl_cron" CFLAGS = [] LDFLAGS = [] LIBS = ["-lcurl"] GCC_LIST = ["curl_cron"]
data/pyuwsgi-2.0.23.post0/plugins/curl_cron/uwsgiplugin.py
64
45
294,071
LOAD_CONST 0 LOAD_CONST ('Dummy',) IMPORT_NAME linebot.v3.webhooks.api.dummy IMPORT_FROM Dummy STORE_NAME Dummy POP_TOP LOAD_CONST 0 LOAD_CONST ('AsyncDummy',) IMPORT_NAME linebot.v3.webhooks.api.async_dummy IMPORT_FROM AsyncDummy STORE_NAME AsyncDummy POP_TOP LOAD_CONST None RETURN_VALUE
from linebot.v3.webhooks.api.dummy import Dummy from linebot.v3.webhooks.api.async_dummy import AsyncDummy
data/line-bot-sdk-3.9.0/linebot/v3/webhooks/api/__init__.py
87
45
49,069
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/eventhubs/aaz/profile_2019_03_01_hybrid/eventhubs/namespace/authorization_rule/__init__.py
108
45
374,723
LOAD_CONST '\nGoogle drive XBlocks\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('GoogleDocumentBlock',) IMPORT_NAME google_docs IMPORT_FROM GoogleDocumentBlock STORE_NAME GoogleDocumentBlock POP_TOP LOAD_CONST 1 LOAD_CONST ('GoogleCalendarBlock',) IMPORT_NAME google_calendar IMPORT_FROM GoogleCalendarBlock STORE_NA...
""" Google drive XBlocks """ from .google_docs import GoogleDocumentBlock from .google_calendar import GoogleCalendarBlock __version__ = "0.6.1"
data/xblock-google-drive-0.6.1/google_drive/__init__.py
97
45
120,749
LOAD_CONST 'graylog2' STORE_NAME NAME BUILD_LIST STORE_NAME CFLAGS BUILD_LIST STORE_NAME LDFLAGS LOAD_CONST '-lz' BUILD_LIST STORE_NAME LIBS LOAD_CONST 'graylog2_plugin' BUILD_LIST STORE_NAME GCC_LIST LOAD_CONST None RETURN_VALUE
NAME = "graylog2" CFLAGS = [] LDFLAGS = [] LIBS = ["-lz"] GCC_LIST = ["graylog2_plugin"]
data/pyuwsgi-2.0.23.post0/plugins/graylog2/uwsgiplugin.py
64
45
294,078
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_NAME os LOAD_ATTR path LOAD_METHOD dirname LOAD_NAME __file__ CALL_METHOD LOAD_NAME sys LOAD_ATTR _MEIPASS COMPARE_OP == POP_JUMP_IF_TRUE LOAD_GLOBAL AssertionError RAISE_VARARGS LOAD_NAME os LO...
import sys import os assert os.path.dirname(__file__) == sys._MEIPASS assert os.path.basename(__file__) == "pyi_filename.py"
data/pyinstaller-6.4.0/tests/functional/scripts/pyi_filename.py
111
45
184,890
LOAD_NAME str LOAD_NAME int LOAD_CONST ('name', 'age') BUILD_CONST_KEY_MAP LOAD_CONST <code object get_name_with_age at 0x7fab5434b810, file "f.py", line 1> LOAD_CONST 'get_name_with_age' MAKE_FUNCTION STORE_NAME get_name_with_age LOAD_CONST None RETURN_VALUE LOAD_FAST name LOAD_CONST ' is this old: ' BINARY_ADD LOAD_...
def get_name_with_age(name: str, age: int): name_with_age = name + " is this old: " + age return name_with_age
data/fastapi-0.109.2/docs_src/python_types/tutorial003.py
117
45
142,349
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/dns/zone/__init__.py
108
45
378,323
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2017_03_09_profile/network/lb/address_pool/__init__.py
108
45
377,603
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/monitor/aaz/latest/monitor/log_analytics/workspace/saved_search/__init__.py
108
45
374,983
LOAD_CONST 'Base IO classes optimized for cuDF on Ray execution.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('cuDFOnRayIO',) IMPORT_NAME io IMPORT_FROM cuDFOnRayIO STORE_NAME cuDFOnRayIO POP_TOP LOAD_CONST 'cuDFOnRayIO' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Base IO classes optimized for cuDF on Ray execution.""" from .io import cuDFOnRayIO __all__ = [ "cuDFOnRayIO", ]
data/modin-0.27.0/modin/core/execution/ray/implementations/cudf_on_ray/io/__init__.py
79
45
165,616
LOAD_CONST 0 LOAD_CONST ('task', 'hosts', 'roles') IMPORT_NAME fabric.api IMPORT_FROM task STORE_NAME task IMPORT_FROM hosts STORE_NAME hosts IMPORT_FROM roles STORE_NAME roles POP_TOP LOAD_NAME hosts LOAD_CONST 'whatever' CALL_FUNCTION LOAD_NAME task LOAD_CONST <code object foo at 0x7f8e2f9caed0, file "f.py", line 4...
from fabric.api import task, hosts, roles @hosts("whatever") @task def foo(): pass @task def caller(): pass
data/Fabric3-1.14.post1/tests/support/decorator_order.py
172
45
11,600
LOAD_CONST 'Vertica Airflow connection -> dbt profile mappings' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('VerticaUserPasswordProfileMapping',) IMPORT_NAME user_pass IMPORT_FROM VerticaUserPasswordProfileMapping STORE_NAME VerticaUserPasswordProfileMapping POP_TOP LOAD_CONST 'VerticaUserPasswordProfileMapping' BUIL...
"Vertica Airflow connection -> dbt profile mappings" from .user_pass import VerticaUserPasswordProfileMapping __all__ = ["VerticaUserPasswordProfileMapping"]
data/astronomer_cosmos-1.3.2/cosmos/profiles/vertica/__init__.py
85
45
116,048
LOAD_CONST 'Mock jakarta backend' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('FakeJakartaV2',) IMPORT_NAME fake_jakarta IMPORT_FROM FakeJakartaV2 STORE_NAME FakeJakartaV2 POP_TOP LOAD_CONST 1 LOAD_CONST ('FakeJakarta',) IMPORT_NAME fake_jakarta IMPORT_FROM FakeJakarta STORE_NAME FakeJakarta POP_TOP LOAD_CONST None R...
"""Mock jakarta backend""" from .fake_jakarta import FakeJakartaV2 from .fake_jakarta import FakeJakarta
data/qiskit-terra-0.46.0/qiskit/providers/fake_provider/backends/jakarta/__init__.py
110
45
430,994
LOAD_CONST 'Command-line utilities.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST None IMPORT_NAME lazy_loader STORE_NAME lazy LOAD_NAME lazy LOAD_METHOD attach_stub LOAD_NAME __name__ LOAD_NAME __file__ CALL_METHOD UNPACK_SEQUENCE STORE_NAME __getattr__ STORE_NAME __dir__ STORE_NAME __all__ LOAD_CONST None RETURN_VALU...
"""Command-line utilities.""" import lazy_loader as lazy (__getattr__, __dir__, __all__) = lazy.attach_stub(__name__, __file__)
data/mne-1.6.1/mne/commands/__init__.py
75
45
125,910
LOAD_CONST 0 LOAD_CONST ('compat',) IMPORT_NAME PyInstaller IMPORT_FROM compat STORE_NAME compat POP_TOP BUILD_LIST STORE_NAME excludedimports LOAD_NAME compat LOAD_ATTR is_win POP_JUMP_IF_TRUE LOAD_NAME excludedimports LOAD_CONST '_pyi_rth_utils._win32' BUILD_LIST INPLACE_ADD STORE_NAME excludedimports LOAD_CONST N...
from PyInstaller import compat excludedimports = [] if not compat.is_win: excludedimports += ["_pyi_rth_utils._win32"]
data/pyinstaller-6.4.0/PyInstaller/hooks/hook-_pyi_rth_utils.py
77
45
185,291
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME gevent STORE_NAME gevent LOAD_CONST <code object f at 0x7fab000e48a0, file "f.py", line 4> LOAD_CONST 'f' MAKE_FUNCTION STORE_NAME f LOAD_NAME gevent LOAD_METHOD spawn LOAD_NAME f CALL_METHOD STORE_NAME g LOAD_NAME g LOAD_METHOD get CALL_METHOD POP_TOP LOAD_CONST None RETURN_...
import gevent def f(): __import__("_imports_at_top_level") g = gevent.spawn(f) g.get()
data/gevent-24.2.1/src/gevent/tests/_imports_imports_at_top_level.py
117
45
447,995
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _add IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _remove IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOA...
from .__cmd_group import * from ._add import * from ._list import * from ._remove import * from ._show import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/private_link/ip_config/__init__.py
108
45
378,406
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/waf_policy/custom_rule/__init__.py
108
45
378,547
LOAD_CONST 2 LOAD_CONST ('_utilities',) IMPORT_NAME IMPORT_FROM _utilities STORE_NAME _utilities POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME typing STORE_NAME typing LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME data_integration IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME get_event_integration IMPORT_ST...
from .. import _utilities import typing from .data_integration import * from .get_event_integration import * from ._inputs import * from . import outputs
data/pulumi_aws-6.22.2/pulumi_aws/appintegrations/__init__.py
125
45
227,196
LOAD_CONST 1 LOAD_CONST ('RobustStatisticsSegmenter', 'EMSegmentCommandLine', 'BRAINSROIAuto') IMPORT_NAME specialized IMPORT_FROM RobustStatisticsSegmenter STORE_NAME RobustStatisticsSegmenter IMPORT_FROM EMSegmentCommandLine STORE_NAME EMSegmentCommandLine IMPORT_FROM BRAINSROIAuto STORE_NAME BRAINSROIAuto POP_TOP L...
from .specialized import RobustStatisticsSegmenter, EMSegmentCommandLine, BRAINSROIAuto from .simpleregiongrowingsegmentation import SimpleRegionGrowingSegmentation
data/nipype-1.8.6/nipype/interfaces/slicer/segmentation/__init__.py
134
45
139,535
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _add IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _remove IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOA...
from .__cmd_group import * from ._add import * from ._list import * from ._remove import * from ._show import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/private_link/__init__.py
108
45
378,399
LOAD_CONST 'colormap' LOAD_CONST 'cursor' LOAD_CONST 'drawable' LOAD_CONST 'fontable' LOAD_CONST 'icccm' LOAD_CONST 'resource' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
__all__ = [ "colormap", "cursor", "drawable", "fontable", "icccm", "resource", ]
data/python-xlib-0.33/Xlib/xobject/__init__.py
53
45
116,416
LOAD_CONST '\nboto3.__init__ stub.\n' STORE_NAME __doc__ SETUP_EXCEPT to 18 LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME mypy_boto3.boto3_init_gen IMPORT_STAR POP_BLOCK JUMP_FORWARD to 38 DUP_TOP LOAD_NAME ImportError COMPARE_OP exception match POP_JUMP_IF_FALSE POP_TOP POP_TOP POP_TOP POP_EXCEPT JUMP_FORWARD to 38 E...
""" boto3.__init__ stub. """ try: from mypy_boto3.boto3_init_gen import * except ImportError: pass
data/mypy-boto3-1.34.46/mypy_boto3/boto3_init.py
97
45
346,096
LOAD_CONST 'Client exceptions.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('ClientError',) IMPORT_NAME tentaclio.clients.exceptions IMPORT_FROM ClientError STORE_NAME ClientError POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object S3Error at 0x7fadb5811c00, file "f.py", line 6> LOAD_CONST 'S3Error' MAKE_FUNCTION LOAD_C...
"""Client exceptions.""" from tentaclio.clients.exceptions import ClientError class S3Error(ClientError): """Exception encountered over a S3 client connection."""
data/tentaclio-s3-0.0.3/src/tentaclio_s3/clients/exceptions.py
161
45
380,504
LOAD_CONST 0 LOAD_CONST ('CometCallbackHandler',) IMPORT_NAME langchain_community.callbacks.comet_ml_callback IMPORT_FROM CometCallbackHandler STORE_NAME CometCallbackHandler POP_TOP LOAD_CONST 'CometCallbackHandler' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from langchain_community.callbacks.comet_ml_callback import ( CometCallbackHandler, ) __all__ = [ "CometCallbackHandler", ]
data/langchain-0.1.8/langchain/callbacks/comet_ml_callback.py
64
45
368,303
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/eventhubs/aaz/profile_2019_03_01_hybrid/eventhubs/eventhub/authorization_rule/__init__.py
108
45
374,710
LOAD_CONST 0 LOAD_CONST ('PipelinePromptTemplate', '_get_inputs') IMPORT_NAME langchain_core.prompts.pipeline IMPORT_FROM PipelinePromptTemplate STORE_NAME PipelinePromptTemplate IMPORT_FROM _get_inputs STORE_NAME _get_inputs POP_TOP LOAD_CONST 'PipelinePromptTemplate' LOAD_CONST '_get_inputs' BUILD_LIST STORE_NAME __...
from langchain_core.prompts.pipeline import PipelinePromptTemplate, _get_inputs __all__ = ["PipelinePromptTemplate", "_get_inputs"]
data/langchain-0.1.8/langchain/prompts/pipeline.py
92
45
368,734
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup LOAD_CONST 'write_to' LOAD_NAME os LOAD_ATTR path LOAD_METHOD join LOAD_CONST 'pytest_remotedata' LOAD_CONST 'version.py' CALL_METHOD BUILD_MAP...
import os from setuptools import setup setup(use_scm_version={"write_to": os.path.join("pytest_remotedata", "version.py")})
data/pytest-remotedata-0.4.1/setup.py
97
45
15,783
LOAD_CONST 'mongrel2' STORE_NAME NAME BUILD_LIST STORE_NAME CFLAGS BUILD_LIST STORE_NAME LDFLAGS LOAD_CONST '-lzmq' BUILD_LIST STORE_NAME LIBS LOAD_CONST 'mongrel2' BUILD_LIST STORE_NAME GCC_LIST LOAD_CONST None RETURN_VALUE
NAME = "mongrel2" CFLAGS = [] LDFLAGS = [] LIBS = ["-lzmq"] GCC_LIST = ["mongrel2"]
data/uwsgi-2.0.24/plugins/mongrel2/uwsgiplugin.py
64
45
398,262
LOAD_CONST 1 LOAD_CONST ('DisabledStrategy',) IMPORT_NAME base IMPORT_FROM DisabledStrategy STORE_NAME DisabledStrategy POP_TOP LOAD_CONST 1 LOAD_CONST ('load_strategy',) IMPORT_NAME base IMPORT_FROM load_strategy STORE_NAME load_strategy POP_TOP LOAD_CONST 1 LOAD_CONST ('Strategy',) IMPORT_NAME base IMPORT_FROM Stra...
from .base import DisabledStrategy from .base import load_strategy from .base import Strategy __all__ = ("load_strategy", "Strategy", "DisabledStrategy")
data/Collectfast-2.2.0/collectfast/strategies/__init__.py
109
45
166,715
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_CONST 0 LOAD_CONST ('main',) IMPORT_NAME poetry.console.appl...
from __future__ import annotations import sys if __name__ == "__main__": from poetry.console.application import main sys.exit(main())
data/poetry-1.7.1/src/poetry/__main__.py
105
45
331,409
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 'None' LOAD_CONST ('return',) BUILD_CONST_KEY_MAP LOAD_CONST <code object main at 0x7f8b2000bd20, file "f.py", line 4> LOAD_CONST 'main' MAKE_FUNCTION STORE_NAME main LOAD_NAME __name__ LO...
from __future__ import annotations def main() -> None: raise SystemExit(42) if __name__ == "__main__": main()
data/poetry-1.7.1/tests/fixtures/scripts/scripts/exit_code.py
132
45
331,404
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 ('GenericArtifact',) IMPORT_NAME generic_artifact IMPORT_FROM GenericArtifact STORE_NAME GenericArtifact POP_TOP LOAD_CONST 'GenericArtifact' LOAD_NAME GenericArti...
from __future__ import absolute_import from .generic_artifact import GenericArtifact generic_artifacts_content_type_mapping = {"GenericArtifact": GenericArtifact}
data/oci-2.122.0/src/oci/generic_artifacts_content/models/__init__.py
95
45
181,744
LOAD_CONST 'Functions for statistical analysis.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST None IMPORT_NAME lazy_loader STORE_NAME lazy LOAD_NAME lazy LOAD_METHOD attach_stub LOAD_NAME __name__ LOAD_NAME __file__ CALL_METHOD UNPACK_SEQUENCE STORE_NAME __getattr__ STORE_NAME __dir__ STORE_NAME __all__ LOAD_CONST None...
"""Functions for statistical analysis.""" import lazy_loader as lazy (__getattr__, __dir__, __all__) = lazy.attach_stub(__name__, __file__)
data/mne-1.6.1/mne/stats/__init__.py
75
45
126,091
LOAD_CONST './mask-rcnn_r50_fpn_1x_coco.py' STORE_NAME _base_ LOAD_NAME dict LOAD_CONST 'AmpOptimWrapper' LOAD_CONST ('type',) CALL_FUNCTION STORE_NAME optim_wrapper LOAD_CONST None RETURN_VALUE
_base_ = "./mask-rcnn_r50_fpn_1x_coco.py" optim_wrapper = dict(type="AmpOptimWrapper")
data/mmdet-3.3.0/mmdet/.mim/configs/mask_rcnn/mask-rcnn_r50_fpn_amp-1x_coco.py
59
45
151,274
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import *
data/azure-cli-2.57.0/azure/cli/command_modules/monitor/aaz/latest/monitor/log_analytics/query_pack/__init__.py
108
45
374,926
LOAD_CONST 'Base IO classes optimized for pandas on Python execution.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('PandasOnPythonIO',) IMPORT_NAME io IMPORT_FROM PandasOnPythonIO STORE_NAME PandasOnPythonIO POP_TOP LOAD_CONST 'PandasOnPythonIO' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Base IO classes optimized for pandas on Python execution.""" from .io import PandasOnPythonIO __all__ = [ "PandasOnPythonIO", ]
data/modin-0.27.0/modin/core/execution/python/implementations/pandas_on_python/io/__init__.py
79
45
165,596
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR ...
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/lb/address_pool/__init__.py
108
45
378,723
LOAD_CONST 'Mock guadalupe backend' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('FakeGuadalupeV2',) IMPORT_NAME fake_guadalupe IMPORT_FROM FakeGuadalupeV2 STORE_NAME FakeGuadalupeV2 POP_TOP LOAD_CONST 1 LOAD_CONST ('FakeGuadalupe',) IMPORT_NAME fake_guadalupe IMPORT_FROM FakeGuadalupe STORE_NAME FakeGuadalupe POP_TOP...
"""Mock guadalupe backend""" from .fake_guadalupe import FakeGuadalupeV2 from .fake_guadalupe import FakeGuadalupe
data/qiskit-terra-0.46.0/qiskit/providers/fake_provider/backends/guadalupe/__init__.py
110
45
430,995
LOAD_CONST 0 LOAD_CONST ('print_function', 'absolute_import', 'division') IMPORT_NAME __future__ IMPORT_FROM print_function STORE_NAME print_function IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM division STORE_NAME division POP_TOP LOAD_CONST 0 LOAD_CONST ('TestPath',) IMPORT_NAME util.folder.pat...
from __future__ import print_function, absolute_import, division from util.folder.path_ut import TestPath __all__ = [ "TestPath", ]
data/catboost-1.2.2/catboost_all_src/util/folder/ut_cython/test_folder.py
103
45
176,435
LOAD_CONST 0 LOAD_CONST ('defaultdict',) IMPORT_NAME collections IMPORT_FROM defaultdict STORE_NAME defaultdict POP_TOP LOAD_NAME dict CALL_FUNCTION STORE_NAME NAME_TO_PROCESSOR_CLASS BUILD_LIST STORE_NAME PIPELINE_NAMES LOAD_NAME defaultdict LOAD_NAME dict CALL_FUNCTION STORE_NAME PROCESSOR_VARIANTS LOAD_CONST None...
from collections import defaultdict NAME_TO_PROCESSOR_CLASS = dict() PIPELINE_NAMES = [] PROCESSOR_VARIANTS = defaultdict(dict)
data/stanza-1.7.0/stanza/pipeline/registry.py
77
45
167,985
LOAD_CONST 'Version File.' STORE_NAME __doc__ LOAD_CONST (2, 6, 0, 'dev0') STORE_NAME VERSION_INFO LOAD_CONST '.' LOAD_METHOD join LOAD_NAME map LOAD_NAME str LOAD_NAME VERSION_INFO CALL_FUNCTION CALL_METHOD STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
"""Version File.""" VERSION_INFO = (2, 6, 0, "dev0") __version__ = ".".join(map(str, VERSION_INFO))
data/spyder-5.5.1/external-deps/spyder-kernels/spyder_kernels/_version.py
69
45
370,217
LOAD_CONST 'bencode.py - encoder + decode exceptions.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('BencodeDecodeError',) IMPORT_NAME bencodepy.exceptions IMPORT_FROM BencodeDecodeError STORE_NAME BencodeDecodeError POP_TOP LOAD_CONST ('BencodeDecodeError',) STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""bencode.py - encoder + decode exceptions.""" from bencodepy.exceptions import BencodeDecodeError __all__ = ("BencodeDecodeError",)
data/bencode.py-4.0.0/bencode/exceptions.py
81
45
444,801
LOAD_CONST '\nThis file is needed as 1.6 only finds tests in files labelled test_*,\nand ignores tests/__init__.py.\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME south.tests IMPORT_STAR LOAD_CONST None RETURN_VALUE
""" This file is needed as 1.6 only finds tests in files labelled test_*, and ignores tests/__init__.py. """ from south.tests import *
data/South-1.0.2/south/test_shim.py
65
45
392,223
LOAD_CONST 0 LOAD_CONST ('Any',) IMPORT_NAME typing IMPORT_FROM Any STORE_NAME Any POP_TOP LOAD_NAME Any LOAD_NAME Any LOAD_CONST ('data', 'return') BUILD_CONST_KEY_MAP LOAD_CONST <code object identity at 0x7fab42ba9c90, file "f.py", line 4> LOAD_CONST 'identity' MAKE_FUNCTION STORE_NAME identity LOAD_CONST None RETUR...
from typing import Any def identity(data: Any) -> Any: """ Performs the identity/trivial transform of mapping data to itself. """ return data
data/formulaic-1.0.1/formulaic/transforms/identity.py
90
45
94,300