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 (2, 10, 70) STORE_NAME version LOAD_CONST '2.10.70' STORE_NAME version_string LOAD_CONST '2023.11.29' STORE_NAME release_date LOAD_CONST None RETURN_VALUE
version = (2, 10, 70) version_string = "2.10.70" release_date = "2023.11.29"
data/construct-2.10.70/construct/version.py
58
46
80,960
LOAD_CONST 0 LOAD_CONST ('export_netlist', 'kdb_vlsir') IMPORT_NAME gplugins.vlsir.export_netlist IMPORT_FROM export_netlist STORE_NAME export_netlist IMPORT_FROM kdb_vlsir STORE_NAME kdb_vlsir POP_TOP LOAD_CONST 'export_netlist' LOAD_CONST 'kdb_vlsir' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from gplugins.vlsir.export_netlist import export_netlist, kdb_vlsir __all__ = ["export_netlist", "kdb_vlsir"]
data/gplugins-0.9.13/gplugins/vlsir/__init__.py
94
46
211,504
LOAD_CONST <code object includeme at 0x7faa51f69e40, file "f.py", line 1> LOAD_CONST 'includeme' MAKE_FUNCTION STORE_NAME includeme LOAD_CONST None RETURN_VALUE LOAD_FAST config LOAD_ATTR add_static_view LOAD_CONST 'static' LOAD_CONST 'static' LOAD_CONST 3600 LOAD_CONST ('cache_max_age',) CALL_FUNCTION POP_TOP LOAD_F...
def includeme(config): config.add_static_view("static", "static", cache_max_age=3600) config.add_route("home", "/")
data/pyramid-2.0.2/docs/narr/myproject/myproject/routes.py
119
46
20,033
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object BookingType at 0x7fab70027420, file "f.py", line 4> LOAD_CONST 'BookingType' MAKE_FUNCTION LOAD_CONST 'BookingType' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION STORE_NAME BookingType LOAD...
from enum import Enum class BookingType(str, Enum): Unknown = ("unknown",) Standard = ("standard",) Reserved = ("reserved",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/booking_type.py
156
46
260,146
LOAD_CONST 'Hardware module.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 1 LOAD_CONST ('get_static_device_info',) IMPORT_NAME deebot IMPORT_FROM get_static_device_info STORE_NAME get_static_device_info POP_TOP L...
"""Hardware module.""" from __future__ import annotations from .deebot import get_static_device_info __all__ = ["get_static_device_info"]
data/deebot-client-5.2.1/deebot_client/hardware/__init__.py
105
46
357,700
LOAD_CONST 'Init file.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('PDFPlumberReader',) IMPORT_NAME llama_hub.file.pdf_plumber.base IMPORT_FROM PDFPlumberReader STORE_NAME PDFPlumberReader POP_TOP LOAD_CONST 'PDFPlumberReader' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Init file.""" from llama_hub.file.pdf_plumber.base import ( PDFPlumberReader, ) __all__ = ["PDFPlumberReader"]
data/llama_hub-0.0.79.post1/llama_hub/file/pdf_plumber/__init__.py
76
46
359,278
LOAD_CONST 0 LOAD_CONST ('VideoApp',) IMPORT_NAME project IMPORT_FROM VideoApp STORE_NAME VideoApp POP_TOP LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_CONST 0 LOAD_CONST ('Video',) IMPORT_NAME kivy.core.video IMPORT_FROM Video STORE_NAME Video POP_TOP LOAD_NAME Video LOAD_CONST None...
from project import VideoApp if __name__ == "__main__": from kivy.core.video import Video assert Video is not None VideoApp().run()
data/Kivy-2.3.0/kivy/tests/pyinstaller/video_widget/main.py
109
46
47,510
LOAD_CONST 0 LOAD_CONST ('call_command',) IMPORT_NAME django.core.management IMPORT_FROM call_command STORE_NAME call_command POP_TOP LOAD_CONST <code object test_unset_multipleprimaryemails at 0x7f8e2fec3ae0, file "f.py", line 4> LOAD_CONST 'test_unset_multipleprimaryemails' MAKE_FUNCTION STORE_NAME test_unset_multip...
from django.core.management import call_command def test_unset_multipleprimaryemails(db): call_command("account_unsetmultipleprimaryemails")
data/django-allauth-0.61.1/allauth/account/tests/test_commands.py
134
46
336,711
LOAD_CONST 1 LOAD_CONST ('BatchControllerAsyncClient',) IMPORT_NAME async_client IMPORT_FROM BatchControllerAsyncClient STORE_NAME BatchControllerAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('BatchControllerClient',) IMPORT_NAME client IMPORT_FROM BatchControllerClient STORE_NAME BatchControllerClient POP_TOP LOAD_CO...
from .async_client import BatchControllerAsyncClient from .client import BatchControllerClient __all__ = ( "BatchControllerClient", "BatchControllerAsyncClient", )
data/google-cloud-dataproc-5.9.1/google/cloud/dataproc_v1/services/batch_controller/__init__.py
88
46
229,691
LOAD_CONST 'The `validators` module is a backport module from V1.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('getattr_migration',) IMPORT_NAME _migration IMPORT_FROM getattr_migration STORE_NAME getattr_migration POP_TOP LOAD_NAME getattr_migration LOAD_NAME __name__ CALL_FUNCTION STORE_NAME __getattr__ LOAD_CONST ...
"""The `validators` module is a backport module from V1.""" from ._migration import getattr_migration __getattr__ = getattr_migration(__name__)
data/pydantic-2.6.1/pydantic/validators.py
85
46
271,003
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME yellowbrick STORE_NAME yb LOAD_CONST 0 LOAD_CONST None IMPORT_NAME matplotlib.pyplot IMPORT_FROM pyplot STORE_NAME plt POP_TOP LOAD_NAME yb LOAD_METHOD anscombe CALL_METHOD STORE_NAME g LOAD_NAME plt LOAD_METHOD savefig LOAD_CONST 'images/anscombe.png' CALL_METHOD POP_TOP LOA...
import yellowbrick as yb import matplotlib.pyplot as plt g = yb.anscombe() plt.savefig("images/anscombe.png")
data/yellowbrick-1.5/docs/api/anscombe.py
87
46
156,340
LOAD_CONST 3 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 Event IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME EventList IMPORT_STAR LOAD_CONST 1 LOAD_C...
from ... import _utilities import typing from .Event import * from .EventList import * from .EventPatch import * from ._inputs import * from . import outputs
data/pulumi_kubernetes-4.7.1/pulumi_kubernetes/events/v1/__init__.py
136
46
124,317
LOAD_CONST (None,) LOAD_NAME str LOAD_CONST None BINARY_OR LOAD_CONST ('name',) BUILD_CONST_KEY_MAP LOAD_CONST <code object say_hi at 0x7fab5434b270, file "f.py", line 1> LOAD_CONST 'say_hi' MAKE_FUNCTION STORE_NAME say_hi LOAD_CONST None RETURN_VALUE LOAD_FAST name LOAD_CONST None COMPARE_OP is not POP_JUMP_IF_FALSE ...
def say_hi(name: str | None = None): if name is not None: print(f"Hey {name}!") else: print("Hello World")
data/fastapi-0.109.2/docs_src/python_types/tutorial009_py310.py
136
46
142,337
LOAD_CONST '\nEnum for determining type of architectures for Lambda Function.\n' STORE_NAME __doc__ LOAD_CONST 'x86_64' STORE_NAME X86_64 LOAD_CONST 'arm64' STORE_NAME ARM64 LOAD_CONST None RETURN_VALUE
""" Enum for determining type of architectures for Lambda Function. """ X86_64 = "x86_64" ARM64 = "arm64"
data/aws_lambda_builders-1.45.0/aws_lambda_builders/architecture.py
61
46
423,988
LOAD_CONST 0 LOAD_CONST ('absolute_import', 'print_function', 'division') IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM print_function STORE_NAME print_function IMPORT_FROM division STORE_NAME division POP_TOP SETUP_EXCEPT to 42 LOAD_CONST 0 LOAD_CONST ('main', 'TheanoNoseT...
from __future__ import absolute_import, print_function, division try: from theano.tests.main import main, TheanoNoseTester except ImportError: pass
data/Theano-1.0.5/theano/tests/__init__.py
153
46
417,231
LOAD_CONST 1 LOAD_CONST ('ClusterControllerAsyncClient',) IMPORT_NAME async_client IMPORT_FROM ClusterControllerAsyncClient STORE_NAME ClusterControllerAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('ClusterControllerClient',) IMPORT_NAME client IMPORT_FROM ClusterControllerClient STORE_NAME ClusterControllerClient POP_...
from .async_client import ClusterControllerAsyncClient from .client import ClusterControllerClient __all__ = ( "ClusterControllerClient", "ClusterControllerAsyncClient", )
data/google-cloud-dataproc-5.9.1/google/cloud/dataproc_v1/services/cluster_controller/__init__.py
88
46
229,700
LOAD_BUILD_CLASS LOAD_CONST <code object AbstractParser at 0x7fab82049b70, file "f.py", line 1> LOAD_CONST 'AbstractParser' MAKE_FUNCTION LOAD_CONST 'AbstractParser' LOAD_NAME object CALL_FUNCTION STORE_NAME AbstractParser LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'AbstractParser...
class AbstractParser(object): def reset(self): raise NotImplementedError() def parse(self, data, **kwargs): raise NotImplementedError()
data/pysmi-0.3.4/pysmi/parser/base.py
217
46
155,024
LOAD_CONST 0 LOAD_CONST ('ModelResource',) IMPORT_NAME tastypie.resources IMPORT_FROM ModelResource STORE_NAME ModelResource POP_TOP LOAD_CONST 2 LOAD_CONST ('User',) IMPORT_NAME models IMPORT_FROM User STORE_NAME User POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object UserResource at 0x7fab4106c660, file "f.py", line ...
from tastypie.resources import ModelResource from ..models import User class UserResource(ModelResource): class Meta: object_class = User.objects.all()
data/django-tastypie-0.14.6/docs/code/myapp/api/resources.py
242
46
88,942
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME distutils.core IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup LOAD_CONST 'blob' LOAD_CONST '0.16' LOAD_CONST 'blob' LOAD_CONST 'blob.pyecm' BUILD_LIST LOAD_CONST ('name', 'version', 'packages') CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from distutils.core import setup setup( name="blob", version="0.16", packages=["blob", "blob.pyecm"], )
data/blob-0.16/setup.py
80
46
286,232
LOAD_CONST ('os', 'work_request_log_entry', 'list') LOAD_CONST 'os' LOAD_CONST 'work-request-log-entry' LOAD_CONST 'list' BUILD_LIST BUILD_MAP STORE_NAME MOVED_COMMANDS LOAD_CONST None RETURN_VALUE
MOVED_COMMANDS = { ("os", "work_request_log_entry", "list"): ["os", "work-request-log-entry", "list"] }
data/oci-cli-3.37.10/services/object_storage/tests/extend_test_objectstorage.py
56
46
218,431
LOAD_CONST 0 LOAD_CONST ('template',) IMPORT_NAME django IMPORT_FROM template STORE_NAME template POP_TOP LOAD_NAME template LOAD_METHOD Library CALL_METHOD STORE_NAME register LOAD_NAME register LOAD_ATTR simple_tag LOAD_CONST <code object dummy_tag_appconfig at 0x7fae2f397660, file "f.py", line 6> LOAD_CONST 'dummy...
from django import template register = template.Library() @register.simple_tag def dummy_tag_appconfig(): return "dummy_tag_appconfig"
data/django-extensions-3.2.3/tests/testapp_with_appconfig/templatetags/dummy_tags_appconfig.py
124
46
300,210
LOAD_CONST 0 LOAD_CONST ('Annotated',) IMPORT_NAME typing_extensions IMPORT_FROM Annotated STORE_NAME Annotated POP_TOP LOAD_NAME Annotated LOAD_NAME str LOAD_CONST 'this is just metadata' BUILD_TUPLE BINARY_SUBSCR LOAD_NAME str LOAD_CONST ('name', 'return') BUILD_CONST_KEY_MAP LOAD_CONST <code object say_hello at 0x7...
from typing_extensions import Annotated def say_hello(name: Annotated[str, "this is just metadata"]) -> str: return f"Hello {name}"
data/fastapi-0.109.2/docs_src/python_types/tutorial013.py
131
46
142,335
LOAD_CONST 0 LOAD_CONST ('migrations',) IMPORT_NAME django.db IMPORT_FROM migrations STORE_NAME migrations POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Migration at 0x7f8e2fec3270, file "f.py", line 4> LOAD_CONST 'Migration' MAKE_FUNCTION LOAD_CONST 'Migration' LOAD_NAME migrations LOAD_ATTR Migration CALL_FUNCTIO...
from django.db import migrations class Migration(migrations.Migration): operations = [migrations.RunPython(migrations.RunPython.noop)]
data/Django-5.0.2/tests/migrations/test_migrations_squashed_erroneous/1_auto.py
153
46
325,810
LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME apache_beam.coders.coders IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME apache_beam.coders.row_coder IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('registry',) IMPORT_NAME apache_beam.coders.typecoders IMPORT_FROM registry STORE_NAME registry POP_TOP LOAD_CONST None RETURN_V...
from apache_beam.coders.coders import * from apache_beam.coders.row_coder import * from apache_beam.coders.typecoders import registry
data/apache-beam-2.54.0/apache_beam/coders/__init__.py
89
46
381,645
LOAD_CONST 0 LOAD_CONST ('SingleStoreDBChatMessageHistory',) IMPORT_NAME langchain_community.chat_message_histories.singlestoredb IMPORT_FROM SingleStoreDBChatMessageHistory STORE_NAME SingleStoreDBChatMessageHistory POP_TOP LOAD_CONST 'SingleStoreDBChatMessageHistory' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RET...
from langchain_community.chat_message_histories.singlestoredb import ( SingleStoreDBChatMessageHistory, ) __all__ = ["SingleStoreDBChatMessageHistory"]
data/langchain-0.1.8/langchain/memory/chat_message_histories/singlestoredb.py
74
46
368,802
LOAD_CONST 'All functionality concerned with presentation to the user.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('get_report_structure',) IMPORT_NAME pandas_profiling.report.structure.report IMPORT_FROM get_report_structure STORE_NAME get_report_structure POP_TOP LOAD_CONST 'get_report_structure' BUILD_LIST STORE_...
"""All functionality concerned with presentation to the user.""" from pandas_profiling.report.structure.report import get_report_structure __all__ = ["get_report_structure"]
data/pandas-profiling-3.6.6/src/pandas_profiling/report/__init__.py
84
46
305,440
LOAD_CONST 1 LOAD_CONST ('TraceServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM TraceServiceAsyncClient STORE_NAME TraceServiceAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('TraceServiceClient',) IMPORT_NAME client IMPORT_FROM TraceServiceClient STORE_NAME TraceServiceClient POP_TOP LOAD_CONST ('TraceService...
from .async_client import TraceServiceAsyncClient from .client import TraceServiceClient __all__ = ( "TraceServiceClient", "TraceServiceAsyncClient", )
data/google-cloud-trace-1.13.1/google/cloud/trace_v1/services/trace_service/__init__.py
88
46
191,452
LOAD_CONST 0 LOAD_CONST ('LicenseField',) IMPORT_NAME spdx_tools.spdx3.model.licensing.license_field IMPORT_FROM LicenseField STORE_NAME LicenseField POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object NoAssertionLicense at 0x7fab8214d930, file "f.py", line 4> LOAD_CONST 'NoAssertionLicense' MAKE_FUNCTION LOAD_CONST 'NoA...
from spdx_tools.spdx3.model.licensing.license_field import LicenseField class NoAssertionLicense(LicenseField): def __init__(self): pass
data/spdx-tools-0.8.2/src/spdx_tools/spdx3/model/licensing/no_assertion_license.py
201
46
285,944
LOAD_CONST 'All functionality concerned with presentation to the user.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('get_report_structure',) IMPORT_NAME ydata_profiling.report.structure.report IMPORT_FROM get_report_structure STORE_NAME get_report_structure POP_TOP LOAD_CONST 'get_report_structure' BUILD_LIST STORE_N...
"""All functionality concerned with presentation to the user.""" from ydata_profiling.report.structure.report import get_report_structure __all__ = ["get_report_structure"]
data/ydata-profiling-4.6.4/src/ydata_profiling/report/__init__.py
84
46
190,076
LOAD_CONST 0 LOAD_CONST ('LangChainException',) IMPORT_NAME langchain_core.exceptions IMPORT_FROM LangChainException STORE_NAME LangChainException POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object InvalidKeyException at 0x7fab82345d20, file "f.py", line 4> LOAD_CONST 'InvalidKeyException' MAKE_FUNCTION LOAD_CONST 'Inva...
from langchain_core.exceptions import LangChainException class InvalidKeyException(LangChainException): """Raised when a key is invalid; e.g., uses incorrect characters."""
data/langchain_community-0.0.21/langchain_community/storage/exceptions.py
158
46
14,768
LOAD_CONST 'rlu_locomotion dataset.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('RluLocomotion',) IMPORT_NAME tensorflow_datasets.rl_unplugged.rlu_locomotion.rlu_locomotion IMPORT_FROM RluLocomotion STORE_NAME RluLocomotion POP_TOP LOAD_CONST None RETURN_VALUE
"""rlu_locomotion dataset.""" from tensorflow_datasets.rl_unplugged.rlu_locomotion.rlu_locomotion import RluLocomotion
data/tfds-nightly-4.9.4.dev202402210044/tensorflow_datasets/rl_unplugged/rlu_locomotion/__init__.py
80
46
238,143
LOAD_CONST 1 LOAD_CONST ('SpannerClient',) IMPORT_NAME client IMPORT_FROM SpannerClient STORE_NAME SpannerClient POP_TOP LOAD_CONST 1 LOAD_CONST ('SpannerAsyncClient',) IMPORT_NAME async_client IMPORT_FROM SpannerAsyncClient STORE_NAME SpannerAsyncClient POP_TOP LOAD_CONST ('SpannerClient', 'SpannerAsyncClient') STOR...
from .client import SpannerClient from .async_client import SpannerAsyncClient __all__ = ( "SpannerClient", "SpannerAsyncClient", )
data/google-cloud-spanner-3.42.0/google/cloud/spanner_v1/services/spanner/__init__.py
88
46
184,271
LOAD_BUILD_CLASS LOAD_CONST <code object MonkeyTypeError at 0x7fa6d93a9b70, file "f.py", line 1> LOAD_CONST 'MonkeyTypeError' MAKE_FUNCTION LOAD_CONST 'MonkeyTypeError' LOAD_NAME Exception CALL_FUNCTION STORE_NAME MonkeyTypeError LOAD_BUILD_CLASS LOAD_CONST <code object NameLookupError at 0x7fa6d93a91e0, file "f.py", ...
class MonkeyTypeError(Exception): pass class NameLookupError(MonkeyTypeError): pass class InvalidTypeError(MonkeyTypeError): pass
data/MonkeyType-23.3.0/monkeytype/exceptions.py
299
46
52,726
LOAD_CONST 0 LOAD_CONST ('ApiForget',) IMPORT_NAME onelogin.paths.api_1_events_types.get IMPORT_FROM ApiForget STORE_NAME ApiForget POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Api1EventsTypes at 0x7f8e2ff5eb70, file "f.py", line 4> LOAD_CONST 'Api1EventsTypes' MAKE_FUNCTION LOAD_CONST 'Api1EventsTypes' LOAD_NAME...
from onelogin.paths.api_1_events_types.get import ApiForget class Api1EventsTypes( ApiForget, ): pass
data/onelogin-3.1.6/onelogin/apis/paths/api_1_events_types.py
152
46
397,287
LOAD_CONST 0 LOAD_CONST ('ParamDict', 'IndexedOrderedDict') IMPORT_NAME triad.collections.dict IMPORT_FROM ParamDict STORE_NAME ParamDict IMPORT_FROM IndexedOrderedDict STORE_NAME IndexedOrderedDict POP_TOP LOAD_CONST 0 LOAD_CONST ('Schema',) IMPORT_NAME triad.collections.schema IMPORT_FROM Schema STORE_NAME Schema PO...
from triad.collections.dict import ParamDict, IndexedOrderedDict from triad.collections.schema import Schema from triad.collections.fs import FileSystem
data/triad-0.9.5/triad/collections/__init__.py
124
46
51,483
LOAD_CONST 'Run a subprocess in a pseudo terminal' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('PtyProcess', 'PtyProcessUnicode', 'PtyProcessError') IMPORT_NAME ptyprocess IMPORT_FROM PtyProcess STORE_NAME PtyProcess IMPORT_FROM PtyProcessUnicode STORE_NAME PtyProcessUnicode IMPORT_FROM PtyProcessError STORE_NAME PtyP...
"""Run a subprocess in a pseudo terminal""" from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError __version__ = "0.7.0"
data/ptyprocess-0.7.0/ptyprocess/__init__.py
105
46
317,073
LOAD_CONST <code object includeme at 0x7faa51f69db0, file "f.py", line 1> LOAD_CONST 'includeme' MAKE_FUNCTION STORE_NAME includeme LOAD_CONST None RETURN_VALUE LOAD_FAST config LOAD_ATTR add_static_view LOAD_CONST 'static' LOAD_CONST 'static' LOAD_CONST 3600 LOAD_CONST ('cache_max_age',) CALL_FUNCTION POP_TOP LOAD_F...
def includeme(config): config.add_static_view("static", "static", cache_max_age=3600) config.add_route("home", "/")
data/pyramid-2.0.2/docs/quick_tour/sqla_demo/sqla_demo/routes.py
118
46
20,016
LOAD_CONST 1 LOAD_CONST ('BlockingInProcessKernelClient',) IMPORT_NAME blocking IMPORT_FROM BlockingInProcessKernelClient STORE_NAME BlockingInProcessKernelClient POP_TOP LOAD_CONST 1 LOAD_CONST ('InProcessChannel', 'InProcessHBChannel') IMPORT_NAME channels IMPORT_FROM InProcessChannel STORE_NAME InProcessChannel IMP...
from .blocking import BlockingInProcessKernelClient from .channels import InProcessChannel, InProcessHBChannel from .client import InProcessKernelClient from .manager import InProcessKernelManager
data/ipykernel-6.29.2/ipykernel/inprocess/__init__.py
151
46
343,656
LOAD_CONST 0 LOAD_CONST ('migrations',) IMPORT_NAME django.db IMPORT_FROM migrations STORE_NAME migrations POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Migration at 0x7f8e2fec3420, file "f.py", line 4> LOAD_CONST 'Migration' MAKE_FUNCTION LOAD_CONST 'Migration' LOAD_NAME migrations LOAD_ATTR Migration CALL_FUNCTIO...
from django.db import migrations class Migration(migrations.Migration): operations = [migrations.RunPython(migrations.RunPython.noop)]
data/Django-5.0.2/tests/migrations/test_migrations_squashed_complex/1_auto.py
153
46
325,727
LOAD_CONST 1 LOAD_CONST ('EnvironmentsAsyncClient',) IMPORT_NAME async_client IMPORT_FROM EnvironmentsAsyncClient STORE_NAME EnvironmentsAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('EnvironmentsClient',) IMPORT_NAME client IMPORT_FROM EnvironmentsClient STORE_NAME EnvironmentsClient POP_TOP LOAD_CONST ('Environments...
from .async_client import EnvironmentsAsyncClient from .client import EnvironmentsClient __all__ = ( "EnvironmentsClient", "EnvironmentsAsyncClient", )
data/google-cloud-orchestration-airflow-1.11.1/google/cloud/orchestration/airflow/service_v1/services/environments/__init__.py
88
46
87,373
LOAD_CONST <code object includeme at 0x7faa51f69780, file "f.py", line 1> LOAD_CONST 'includeme' MAKE_FUNCTION STORE_NAME includeme LOAD_CONST None RETURN_VALUE LOAD_FAST config LOAD_ATTR add_static_view LOAD_CONST 'static' LOAD_CONST 'static' LOAD_CONST 3600 LOAD_CONST ('cache_max_age',) CALL_FUNCTION POP_TOP LOAD_F...
def includeme(config): config.add_static_view("static", "static", cache_max_age=3600) config.add_route("home", "/")
data/pyramid-2.0.2/docs/quick_tour/sessions/hello_world/routes.py
119
46
19,991
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 cluster IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME get_cluster IMPORT_STAR LOAD_CONST 1 LO...
from .. import _utilities import typing from .cluster import * from .get_cluster import * from .hsm import * from ._inputs import * from . import outputs
data/pulumi_aws-6.22.2/pulumi_aws/cloudhsmv2/__init__.py
136
46
226,622
LOAD_CONST 1 LOAD_CONST ('SingleTreeCateInterpreter', 'SingleTreePolicyInterpreter') IMPORT_NAME _interpreters IMPORT_FROM SingleTreeCateInterpreter STORE_NAME SingleTreeCateInterpreter IMPORT_FROM SingleTreePolicyInterpreter STORE_NAME SingleTreePolicyInterpreter POP_TOP LOAD_CONST 'SingleTreeCateInterpreter' LOAD_CO...
from ._interpreters import SingleTreeCateInterpreter, SingleTreePolicyInterpreter __all__ = ["SingleTreeCateInterpreter", "SingleTreePolicyInterpreter"]
data/econml-0.15.0/econml/cate_interpreter/__init__.py
99
46
237,000
LOAD_CONST 'dolphin_number_word dataset.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('UnnaturalInstructions',) IMPORT_NAME tensorflow_datasets.text.unnatural_instructions.unnatural_instructions IMPORT_FROM UnnaturalInstructions STORE_NAME UnnaturalInstructions POP_TOP LOAD_CONST None RETURN_VALUE
"""dolphin_number_word dataset.""" from tensorflow_datasets.text.unnatural_instructions.unnatural_instructions import ( UnnaturalInstructions, )
data/tfds-nightly-4.9.4.dev202402210044/tensorflow_datasets/text/unnatural_instructions/__init__.py
72
46
211,216
LOAD_CONST 'Functional operator package.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('bro',) IMPORT_NAME bro IMPORT_FROM bro STORE_NAME bro POP_TOP LOAD_CONST 1 LOAD_CONST ('gini',) IMPORT_NAME gini IMPORT_FROM gini STORE_NAME gini POP_TOP LOAD_CONST 'bro' LOAD_CONST 'gini' BUILD_LIST DUP_TOP STORE_NAME __all__ ST...
r"""Functional operator package.""" from .bro import bro from .gini import gini __all__ = classes = [ "bro", "gini", ]
data/torch_geometric-2.5.0/torch_geometric/nn/functional/__init__.py
91
46
7,556
LOAD_CONST 0 LOAD_CONST ('absolute_import',) IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy.random IMPORT_FROM random STORE_NAME npr POP_TOP LOAD_CONST 1 LOAD_CONST ('wrap_namespace',) IMPORT_NAME numpy_wrapper IMPORT_FROM wrap_name...
from __future__ import absolute_import import numpy.random as npr from .numpy_wrapper import wrap_namespace wrap_namespace(npr.__dict__, globals())
data/autograd-1.6.2/autograd/numpy/random.py
114
46
173,103
LOAD_CONST 0 LOAD_CONST ('TensorflowDatasetLoader',) IMPORT_NAME langchain_community.document_loaders.tensorflow_datasets IMPORT_FROM TensorflowDatasetLoader STORE_NAME TensorflowDatasetLoader POP_TOP LOAD_CONST 'TensorflowDatasetLoader' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from langchain_community.document_loaders.tensorflow_datasets import ( TensorflowDatasetLoader, ) __all__ = ["TensorflowDatasetLoader"]
data/langchain-0.1.8/langchain/document_loaders/tensorflow_datasets.py
74
46
368,492
LOAD_CONST "Print 'Hello world' to the terminal.\n\nThis is a simple test script using a hashbang line\nand a PEP263 encoding line.\n" STORE_NAME __doc__ LOAD_NAME print LOAD_CONST 'Hello world' CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
"""Print 'Hello world' to the terminal. This is a simple test script using a hashbang line and a PEP263 encoding line. """ print("Hello world")
data/flake8-rst-docstrings-0.3.0/tests/test_cases/hello_world.py
65
46
287,652
LOAD_CONST 1 LOAD_CONST ('FeatureFlag',) IMPORT_NAME feature_flag IMPORT_FROM FeatureFlag STORE_NAME FeatureFlag POP_TOP LOAD_CONST 1 LOAD_CONST ('FeatureFlagPatch',) IMPORT_NAME feature_flag_patch IMPORT_FROM FeatureFlagPatch STORE_NAME FeatureFlagPatch POP_TOP LOAD_CONST 'FeatureFlag' LOAD_CONST 'FeatureFlagPatch'...
from .feature_flag import FeatureFlag from .feature_flag_patch import FeatureFlagPatch __all__ = [ "FeatureFlag", "FeatureFlagPatch", ]
data/vsts-0.1.25/vsts/feature_availability/v4_1/models/__init__.py
89
46
67,357
LOAD_CONST 1 LOAD_CONST ('TraceServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM TraceServiceAsyncClient STORE_NAME TraceServiceAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('TraceServiceClient',) IMPORT_NAME client IMPORT_FROM TraceServiceClient STORE_NAME TraceServiceClient POP_TOP LOAD_CONST ('TraceService...
from .async_client import TraceServiceAsyncClient from .client import TraceServiceClient __all__ = ( "TraceServiceClient", "TraceServiceAsyncClient", )
data/google-cloud-trace-1.13.1/google/cloud/trace_v2/services/trace_service/__init__.py
88
46
191,466
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 0x7fab4299c810, file "f.py", line 5> LOAD_CONST 'TestMEAddr...
from PyObjCTools.TestSupport import TestCase import MailKit class TestMEAddressAnnotation(TestCase): def test_classes(self): MailKit.MEEmailAddress
data/pyobjc-framework-MailKit-10.1/PyObjCTest/test_meemailaddress.py
220
46
94,102
LOAD_CONST 0 LOAD_CONST ('Any',) IMPORT_NAME typing IMPORT_FROM Any STORE_NAME Any POP_TOP LOAD_CONST 0 LOAD_CONST ('Callable',) IMPORT_NAME typing IMPORT_FROM Callable STORE_NAME Callable POP_TOP LOAD_CONST 0 LOAD_CONST ('Dict',) IMPORT_NAME typing IMPORT_FROM Dict STORE_NAME Dict POP_TOP LOAD_NAME Callable LOAD_NA...
from typing import Any from typing import Callable from typing import Dict FormatValidator = Callable[[Any], bool] FormatValidatorsDict = Dict[str, FormatValidator]
data/openapi_core-0.19.0/openapi_core/validation/schemas/datatypes.py
120
46
271,224
LOAD_CONST 0 LOAD_CONST ('_LoggerConnector',) IMPORT_NAME pytorch_lightning.trainer.connectors.logger_connector.logger_connector IMPORT_FROM _LoggerConnector STORE_NAME _LoggerConnector POP_TOP LOAD_CONST None RETURN_VALUE
from pytorch_lightning.trainer.connectors.logger_connector.logger_connector import ( _LoggerConnector, ) # noqa: F401
data/pytorch-lightning-2.2.0.post0/src/pytorch_lightning/trainer/connectors/logger_connector/__init__.py
56
46
420,025
LOAD_CONST 0 LOAD_CONST ('migrations',) IMPORT_NAME django.db IMPORT_FROM migrations STORE_NAME migrations POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Migration at 0x7f8e2fec3300, file "f.py", line 4> LOAD_CONST 'Migration' MAKE_FUNCTION LOAD_CONST 'Migration' LOAD_NAME migrations LOAD_ATTR Migration CALL_FUNCTIO...
from django.db import migrations class Migration(migrations.Migration): operations = [migrations.RunPython(migrations.RunPython.noop)]
data/Django-5.0.2/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/1_auto.py
153
46
325,829
LOAD_CONST 1 LOAD_CONST ('MetadataServiceClient',) IMPORT_NAME client IMPORT_FROM MetadataServiceClient STORE_NAME MetadataServiceClient POP_TOP LOAD_CONST 1 LOAD_CONST ('MetadataServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM MetadataServiceAsyncClient STORE_NAME MetadataServiceAsyncClient POP_TOP LOAD_CO...
from .client import MetadataServiceClient from .async_client import MetadataServiceAsyncClient __all__ = ( "MetadataServiceClient", "MetadataServiceAsyncClient", )
data/google-cloud-aiplatform-1.42.1/google/cloud/aiplatform_v1/services/metadata_service/__init__.py
88
46
14,559
LOAD_CONST <code object includeme at 0x7faa51f69a50, file "f.py", line 1> LOAD_CONST 'includeme' MAKE_FUNCTION STORE_NAME includeme LOAD_CONST None RETURN_VALUE LOAD_FAST config LOAD_ATTR add_static_view LOAD_CONST 'static' LOAD_CONST 'static' LOAD_CONST 3600 LOAD_CONST ('cache_max_age',) CALL_FUNCTION POP_TOP LOAD_F...
def includeme(config): config.add_static_view("static", "static", cache_max_age=3600) config.add_route("home", "/")
data/pyramid-2.0.2/docs/quick_tour/logging/hello_world/routes.py
119
46
19,977
LOAD_CONST 'Connectome Workbench is a visualization for neuroimaging data, esp. derived from HCP data.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('MetricResample',) IMPORT_NAME metric IMPORT_FROM MetricResample STORE_NAME MetricResample POP_TOP LOAD_CONST 1 LOAD_CONST ('CiftiSmooth',) IMPORT_NAME cifti IMPORT_FROM ...
"""Connectome Workbench is a visualization for neuroimaging data, esp. derived from HCP data.""" from .metric import MetricResample from .cifti import CiftiSmooth
data/nipype-1.8.6/nipype/interfaces/workbench/__init__.py
102
46
138,679
LOAD_CONST 1 LOAD_CONST ('CursorServiceClient',) IMPORT_NAME client IMPORT_FROM CursorServiceClient STORE_NAME CursorServiceClient POP_TOP LOAD_CONST 1 LOAD_CONST ('CursorServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM CursorServiceAsyncClient STORE_NAME CursorServiceAsyncClient POP_TOP LOAD_CONST ('Cursor...
from .client import CursorServiceClient from .async_client import CursorServiceAsyncClient __all__ = ( "CursorServiceClient", "CursorServiceAsyncClient", )
data/google-cloud-pubsublite-1.9.0/google/cloud/pubsublite_v1/services/cursor_service/__init__.py
88
46
249,776
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_CONST 0 LOAD_CONST ('_mysql',) IMPORT_NAME MySQLdb IMPORT_FROM _mysql STORE_NAME _mysql POP_TOP LOAD_CONST <code object test_result_type at 0x7fab702af810, file "f.py", line 5> LOAD_CONST 'test_result_type' MAKE_FUNCTION STORE_NAME test_result_typ...
import pytest from MySQLdb import _mysql def test_result_type(): with pytest.raises(TypeError): _mysql.result(b"xyz")
data/mysqlclient-2.2.4/tests/test__mysql.py
157
46
435,145
LOAD_CONST '23.6.21.0' DUP_TOP STORE_NAME __version__ STORE_NAME version LOAD_CONST (23, 6, 21, 0) DUP_TOP STORE_NAME __version_tuple__ STORE_NAME version_tuple LOAD_CONST None RETURN_VALUE
__version__ = version = "23.6.21.0" __version_tuple__ = version_tuple = (23, 6, 21, 0)
data/prance-23.6.21.0/prance/_version.py
61
46
418,991
LOAD_BUILD_CLASS LOAD_CONST <code object PinsError at 0x7faa750be780, file "f.py", line 1> LOAD_CONST 'PinsError' MAKE_FUNCTION LOAD_CONST 'PinsError' LOAD_NAME Exception CALL_FUNCTION STORE_NAME PinsError LOAD_BUILD_CLASS LOAD_CONST <code object PinsVersionError at 0x7faaac203540, file "f.py", line 5> LOAD_CONST 'Pin...
class PinsError(Exception): pass class PinsVersionError(PinsError): pass class PinsInsecureReadError(PinsError): pass
data/pins-0.8.4/pins/errors.py
304
46
446,892
LOAD_CONST 'DO NOT EDIT.\n\nThis file was autogenerated. Do not edit it by hand,\nsince your modifications would be overwritten.\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('saving',) IMPORT_NAME keras.legacy IMPORT_FROM saving STORE_NAME saving POP_TOP LOAD_CONST None RETURN_VALUE
"""DO NOT EDIT. This file was autogenerated. Do not edit it by hand, since your modifications would be overwritten. """ from keras.legacy import saving
data/keras-nightly-3.1.0.dev2024022103/keras/_tf_keras/keras/legacy/__init__.py
74
46
285,337
LOAD_CONST 1 LOAD_CONST ('AdminServiceClient',) IMPORT_NAME client IMPORT_FROM AdminServiceClient STORE_NAME AdminServiceClient POP_TOP LOAD_CONST 1 LOAD_CONST ('AdminServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM AdminServiceAsyncClient STORE_NAME AdminServiceAsyncClient POP_TOP LOAD_CONST ('AdminService...
from .client import AdminServiceClient from .async_client import AdminServiceAsyncClient __all__ = ( "AdminServiceClient", "AdminServiceAsyncClient", )
data/google-cloud-pubsublite-1.9.0/google/cloud/pubsublite_v1/services/admin_service/__init__.py
88
46
249,805
LOAD_CONST 1 LOAD_CONST ('decode',) IMPORT_NAME IMPORT_FROM decode STORE_NAME decode POP_TOP LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME core IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('Crepe',) IMPORT_NAME model IMPORT_FROM Crepe STORE_NAME Crepe POP_TOP LOAD_CONST 1 LOAD_CONST ('convert',) IMPORT_NAME IMPORT_FROM convert...
from . import decode from .core import * from .model import Crepe from . import convert from . import filter from . import load from . import loudness from . import threshold
data/torchcrepe-0.0.22/torchcrepe/__init__.py
178
46
400,331
LOAD_CONST 'Init file.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('PDFMinerReader',) IMPORT_NAME llama_hub.file.pdf_miner.base IMPORT_FROM PDFMinerReader STORE_NAME PDFMinerReader POP_TOP LOAD_CONST 'PDFMinerReader' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Init file.""" from llama_hub.file.pdf_miner.base import ( PDFMinerReader, ) __all__ = ["PDFMinerReader"]
data/llama_hub-0.0.79.post1/llama_hub/file/pdf_miner/__init__.py
76
46
359,286
LOAD_CONST 0 LOAD_CONST ('BaseFix',) IMPORT_NAME fissix.fixer_base IMPORT_FROM BaseFix STORE_NAME BaseFix POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object FixLast at 0x7fab64195930, file "f.py", line 4> LOAD_CONST 'FixLast' MAKE_FUNCTION LOAD_CONST 'FixLast' LOAD_NAME BaseFix CALL_FUNCTION STORE_NAME FixLast LOAD_CONS...
from fissix.fixer_base import BaseFix class FixLast(BaseFix): run_order = 10 def match(self, node): return False
data/fissix-21.11.13/fissix/tests/data/fixers/myfixes/fix_last.py
187
46
417,096
LOAD_CONST <code object includeme at 0x7faa51f69810, file "f.py", line 1> LOAD_CONST 'includeme' MAKE_FUNCTION STORE_NAME includeme LOAD_CONST None RETURN_VALUE LOAD_FAST config LOAD_ATTR add_static_view LOAD_CONST 'static' LOAD_CONST 'static' LOAD_CONST 3600 LOAD_CONST ('cache_max_age',) CALL_FUNCTION POP_TOP LOAD_F...
def includeme(config): config.add_static_view("static", "static", cache_max_age=3600) config.add_route("home", "/")
data/pyramid-2.0.2/docs/quick_tour/package/hello_world/routes.py
119
46
20,004
LOAD_CONST 0 LOAD_CONST ('cuda',) IMPORT_NAME numba IMPORT_FROM cuda STORE_NAME cuda POP_TOP LOAD_NAME cuda LOAD_ATTR jit LOAD_CONST True LOAD_CONST ('device',) CALL_FUNCTION LOAD_CONST <code object cuda_module_in_device_function at 0x7fab800688a0, file "f.py", line 4> LOAD_CONST 'cuda_module_in_device_function' MAKE_...
from numba import cuda @cuda.jit(device=True) def cuda_module_in_device_function(): return cuda.threadIdx.x
data/numba-0.59.0/numba/cuda/tests/cudasim/support.py
136
46
134,297
LOAD_CONST 1 LOAD_CONST ('PermissionServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM PermissionServiceAsyncClient STORE_NAME PermissionServiceAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('PermissionServiceClient',) IMPORT_NAME client IMPORT_FROM PermissionServiceClient STORE_NAME PermissionServiceClient POP_...
from .async_client import PermissionServiceAsyncClient from .client import PermissionServiceClient __all__ = ( "PermissionServiceClient", "PermissionServiceAsyncClient", )
data/google-ai-generativelanguage-0.5.2/google/ai/generativelanguage_v1beta/services/permission_service/__init__.py
88
46
402,955
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME warnings STORE_NAME warnings LOAD_CONST 0 LOAD_CONST ('NeighborList',) IMPORT_NAME ase.neighborlist IMPORT_FROM NeighborList STORE_NAME NeighborList POP_TOP LOAD_CONST 'NeighborList' BUILD_LIST STORE_NAME __all__ LOAD_NAME warnings LOAD_METHOD warn LOAD_CONST 'Moved to ase.ne...
import warnings from ase.neighborlist import NeighborList __all__ = ["NeighborList"] warnings.warn("Moved to ase.neighborlist")
data/ase-3.22.1/ase/calculators/neighborlist.py
94
46
45,765
LOAD_CONST <code object f at 0x7faa5da5f810, file "f.py", line 1> LOAD_CONST 'f' MAKE_FUNCTION STORE_NAME f LOAD_CONST <code object g at 0x7faa754c69c0, file "f.py", line 5> LOAD_CONST 'g' MAKE_FUNCTION STORE_NAME g LOAD_CONST <code object version at 0x7fab82345b70, file "f.py", line 9> LOAD_CONST 'version' MAKE_FUNC...
def f(): return "pypi" def g(arg): return str(arg)[::-1] def version(): return "0.2"
data/databricks-0.2/databricks/__init__.py
177
46
27,173
LOAD_CONST 0 LOAD_CONST ('BaseFix',) IMPORT_NAME fissix.fixer_base IMPORT_FROM BaseFix STORE_NAME BaseFix POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object FixPreorder at 0x7fab641950c0, file "f.py", line 4> LOAD_CONST 'FixPreorder' MAKE_FUNCTION LOAD_CONST 'FixPreorder' LOAD_NAME BaseFix CALL_FUNCTION STORE_NAME FixPr...
from fissix.fixer_base import BaseFix class FixPreorder(BaseFix): order = "pre" def match(self, node): return False
data/fissix-21.11.13/fissix/tests/data/fixers/myfixes/fix_preorder.py
191
46
417,094
LOAD_CONST 0 LOAD_CONST ('Callback',) IMPORT_NAME smac.callback.callback IMPORT_FROM Callback STORE_NAME Callback POP_TOP LOAD_CONST 0 LOAD_CONST ('MetadataCallback',) IMPORT_NAME smac.callback.metadata_callback IMPORT_FROM MetadataCallback STORE_NAME MetadataCallback POP_TOP LOAD_CONST 'Callback' LOAD_CONST 'Metada...
from smac.callback.callback import Callback from smac.callback.metadata_callback import MetadataCallback __all__ = [ "Callback", "MetadataCallback", ]
data/smac-2.0.2/smac/callback/__init__.py
87
46
436,536
LOAD_CONST 0 LOAD_CONST ('EMA',) IMPORT_NAME ema_pytorch.ema_pytorch IMPORT_FROM EMA STORE_NAME EMA POP_TOP LOAD_CONST 0 LOAD_CONST ('KarrasEMA', 'PostHocEMA') IMPORT_NAME ema_pytorch.post_hoc_ema IMPORT_FROM KarrasEMA STORE_NAME KarrasEMA IMPORT_FROM PostHocEMA STORE_NAME PostHocEMA POP_TOP LOAD_CONST None RETURN_VAL...
from ema_pytorch.ema_pytorch import EMA from ema_pytorch.post_hoc_ema import KarrasEMA, PostHocEMA
data/ema-pytorch-0.4.2/ema_pytorch/__init__.py
106
46
98,740
LOAD_CONST 'Init file.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('AzStorageBlobReader',) IMPORT_NAME llama_hub.azstorage_blob.base IMPORT_FROM AzStorageBlobReader STORE_NAME AzStorageBlobReader POP_TOP LOAD_CONST 'AzStorageBlobReader' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Init file.""" from llama_hub.azstorage_blob.base import ( AzStorageBlobReader, ) __all__ = ["AzStorageBlobReader"]
data/llama_hub-0.0.79.post1/llama_hub/azstorage_blob/__init__.py
78
46
359,179
LOAD_CONST <code object 为什么呢 at 0x7fab5434bae0, file "f.py", line 1> LOAD_CONST '为什么呢' MAKE_FUNCTION STORE_NAME 为什么呢 LOAD_CONST None RETURN_VALUE LOAD_GLOBAL print LOAD_CONST '这里有个测试here is a test in a chinese module with a chinese file name with a chinese function name' CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_V...
def 为什么呢(): print( "这里有个测试" "here is a test in a chinese module with a chinese file name with a chinese function name" )
data/Nuitka-2.0.3/tests/programs/chinese_names38/测试/这边.py
93
46
148,296
LOAD_CONST 0 LOAD_CONST ('timer',) IMPORT_NAME nameko.timer IMPORT_FROM timer STORE_NAME timer POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Service at 0x7fab8002f300, file "f.py", line 4> LOAD_CONST 'Service' MAKE_FUNCTION LOAD_CONST 'Service' CALL_FUNCTION STORE_NAME Service LOAD_CONST None RETURN_VALUE LOAD_NAM...
from nameko.timer import timer class Service: name = "service" @timer(interval=1) def ping(self): print("pong")
data/nameko-2.14.1/docs/examples/timer.py
198
46
43,624
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 0 LOAD_CONST ('_RedirectSubpackage',) IMPORT_NAME numba.core.utils IMPORT_FROM _RedirectSubpackage STORE_NAME _RedirectSubpackage POP_TOP LOAD_NAME _RedirectSubpackage LOAD_NAME locals CALL_FUNCTION LOAD_CONST 'numba.core.types' CALL_FUNCTION LOAD...
import sys from numba.core.utils import _RedirectSubpackage sys.modules[__name__] = _RedirectSubpackage(locals(), "numba.core.types")
data/numba-0.59.0/numba/types/__init__.py
95
46
134,678
LOAD_CONST 1 LOAD_CONST ('Adapter',) IMPORT_NAME adapter IMPORT_FROM Adapter STORE_NAME Adapter POP_TOP LOAD_CONST 1 LOAD_CONST ('Loader',) IMPORT_NAME loader IMPORT_FROM Loader STORE_NAME Loader POP_TOP LOAD_CONST 1 LOAD_CONST ('Mapper',) IMPORT_NAME mapper IMPORT_FROM Mapper STORE_NAME Mapper POP_TOP LOAD_CONST 1 ...
from .adapter import Adapter from .loader import Loader from .mapper import Mapper from .parser import Parser from .plugin import Plugin from .system import System, system
data/frictionless-5.16.1/frictionless/system/__init__.py
155
46
41,962
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME exceptions IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME notify IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME rpc IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME serializer IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME server IMPORT_STAR ...
from .exceptions import * from .notify import * from .rpc import * from .serializer import * from .server import * from .target import * from .transport import *
data/oslo.messaging-14.6.0/oslo_messaging/__init__.py
118
46
373,754
LOAD_CONST 'This module contains everything related to split.io exceptions' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('TimeoutException',) IMPORT_NAME splitio.client.factory IMPORT_FROM TimeoutException STORE_NAME TimeoutException POP_TOP LOAD_CONST 0 LOAD_CONST ('SentinelConfigurationException',) IMPORT_NAME split...
"""This module contains everything related to split.io exceptions""" from splitio.client.factory import TimeoutException from splitio.storage.adapters.redis import SentinelConfigurationException
data/splitio_client-9.6.1/splitio/exceptions.py
100
46
10,266
SETUP_LOOP to 20 LOAD_NAME items GET_ITER FOR_ITER to 18 STORE_NAME K LOAD_NAME V POP_JUMP_IF_FALSE JUMP_ABSOLUTE JUMP_ABSOLUTE POP_BLOCK SETUP_LOOP to 58 LOAD_NAME items GET_ITER FOR_ITER to 56 UNPACK_SEQUENCE STORE_NAME K STORE_NAME V LOAD_NAME V LOAD_CONST '' COMPARE_OP == POP_JUMP_IF_FALSE JUMP_ABSOLUTE LOAD_...
for K in items: if V: continue for K, V in items: if V == "": continue if K not in attrs: continue
data/xdis-6.0.5/test/simple_source/stmts/07_for_if_continue.py
100
46
85,392
LOAD_CONST '\n@author: David Diaz Vico\n@license: MIT\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('LinearRegression',) IMPORT_NAME sklearn.linear_model IMPORT_FROM LinearRegression STORE_NAME LinearRegression POP_TOP LOAD_NAME LinearRegression STORE_NAME LinearRegressionCustom LOAD_CONST None RETURN_VALUE
""" @author: David Diaz Vico @license: MIT """ from sklearn.linear_model import LinearRegression LinearRegressionCustom = LinearRegression
data/scikit-datasets-0.2.4/skdatasets/tests/utils/linear_model.py
81
46
110,361
LOAD_CONST 'Base IO classes optimized for pandas on unidist execution.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('PandasOnUnidistIO',) IMPORT_NAME io IMPORT_FROM PandasOnUnidistIO STORE_NAME PandasOnUnidistIO POP_TOP LOAD_CONST 'PandasOnUnidistIO' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Base IO classes optimized for pandas on unidist execution.""" from .io import PandasOnUnidistIO __all__ = ["PandasOnUnidistIO"]
data/modin-0.27.0/modin/core/execution/unidist/implementations/pandas_on_unidist/io/__init__.py
89
46
165,656
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 Number at 0x7f8af0ec84b0, file "f.py", line 4> LOAD_CONST 'Number' MAKE_FUNCTION LOAD_CONST 'Number' LOAD_NAME models LOAD_ATTR Model CALL_FUNCTION STORE_NAME Number LOAD_CONS...
from django.db import models class Number(models.Model): num = models.IntegerField() def __str__(self): return str(self.num)
data/Django-5.0.2/tests/xor_lookups/models.py
189
46
325,342
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup LOAD_CONST 'pbr' BUILD_LIST LOAD_CONST 'requests>=1.1' BUILD_LIST LOAD_CONST True LOAD_CONST ('setup_requires', 'install_requires', 'pbr') CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from setuptools import setup setup( setup_requires=["pbr"], install_requires=["requests>=1.1"], pbr=True, )
data/requests-unixsocket-0.3.0/setup.py
79
46
118,931
LOAD_CONST 1 LOAD_CONST ('MetadataServiceClient',) IMPORT_NAME client IMPORT_FROM MetadataServiceClient STORE_NAME MetadataServiceClient POP_TOP LOAD_CONST 1 LOAD_CONST ('MetadataServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM MetadataServiceAsyncClient STORE_NAME MetadataServiceAsyncClient POP_TOP LOAD_CO...
from .client import MetadataServiceClient from .async_client import MetadataServiceAsyncClient __all__ = ( "MetadataServiceClient", "MetadataServiceAsyncClient", )
data/google-cloud-aiplatform-1.42.1/google/cloud/aiplatform_v1beta1/services/metadata_service/__init__.py
88
46
14,272
LOAD_BUILD_CLASS LOAD_CONST <code object SaveReturnvalueError at 0x7fab82375b70, file "f.py", line 1> LOAD_CONST 'SaveReturnvalueError' MAKE_FUNCTION LOAD_CONST 'SaveReturnvalueError' LOAD_NAME Exception CALL_FUNCTION STORE_NAME SaveReturnvalueError LOAD_BUILD_CLASS LOAD_CONST <code object DerivingArgsError at 0x7fab8...
class SaveReturnvalueError(Exception): """Failed to save the return-value of a disk-cached function.""" pass class DerivingArgsError(Exception): pass
data/magicinvoke-2.4.6/magicinvoke/exceptions.py
224
46
390,335
LOAD_CONST 1 LOAD_CONST ('PermissionServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM PermissionServiceAsyncClient STORE_NAME PermissionServiceAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('PermissionServiceClient',) IMPORT_NAME client IMPORT_FROM PermissionServiceClient STORE_NAME PermissionServiceClient POP_...
from .async_client import PermissionServiceAsyncClient from .client import PermissionServiceClient __all__ = ( "PermissionServiceClient", "PermissionServiceAsyncClient", )
data/google-ai-generativelanguage-0.5.2/google/ai/generativelanguage_v1beta3/services/permission_service/__init__.py
88
46
403,033
LOAD_CONST '\nEnum for determining type of architectures for Lambda Function.\n' STORE_NAME __doc__ LOAD_CONST 'arm64' STORE_NAME ARM64 LOAD_CONST 'x86_64' STORE_NAME X86_64 LOAD_CONST None RETURN_VALUE
""" Enum for determining type of architectures for Lambda Function. """ ARM64 = "arm64" X86_64 = "x86_64"
data/aws-sam-translator-1.85.0/samtranslator/model/architecture.py
61
46
216,966
LOAD_CONST 'Async UDP push server acting as a fake miio device to handle event notifications from\nother devices.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('EventInfo',) IMPORT_NAME eventinfo IMPORT_FROM EventInfo STORE_NAME EventInfo POP_TOP LOAD_CONST 1 LOAD_CONST ('PushServer', 'PushServerCallback') IMPORT_NAME...
"""Async UDP push server acting as a fake miio device to handle event notifications from other devices.""" from .eventinfo import EventInfo from .server import PushServer, PushServerCallback
data/python-miio-0.5.12/miio/push_server/__init__.py
106
46
24,521
LOAD_CONST ('PdfiumError',) STORE_NAME __all__ LOAD_BUILD_CLASS LOAD_CONST <code object PdfiumError at 0x7fab41f129c0, file "f.py", line 4> LOAD_CONST 'PdfiumError' MAKE_FUNCTION LOAD_CONST 'PdfiumError' LOAD_NAME RuntimeError CALL_FUNCTION STORE_NAME PdfiumError LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_...
__all__ = ("PdfiumError",) class PdfiumError(RuntimeError): """An exception from the PDFium library, detected by function return code.""" pass
data/pypdfium2-4.27.0/src/pypdfium2/_helpers/misc.py
141
46
92,471
LOAD_CONST 0 LOAD_CONST ('WandbCallbackHandler',) IMPORT_NAME langchain_community.callbacks.wandb_callback IMPORT_FROM WandbCallbackHandler STORE_NAME WandbCallbackHandler POP_TOP LOAD_CONST 'WandbCallbackHandler' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from langchain_community.callbacks.wandb_callback import ( WandbCallbackHandler, ) __all__ = [ "WandbCallbackHandler", ]
data/langchain-0.1.8/langchain/callbacks/wandb_callback.py
67
46
368,305
LOAD_CONST 'Generated API for package: tensorflow_examples.lite.model_maker.core.optimization.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME tensorflow_examples.lite.model_maker.core.optimization IMPORT_STAR LOAD_CONST None RETURN_VALUE
"""Generated API for package: tensorflow_examples.lite.model_maker.core.optimization.""" from tensorflow_examples.lite.model_maker.core.optimization import *
data/tflite-model-maker-0.4.3/src/tflite_model_maker/python/core/optimization/__init__.py
66
46
401,296
LOAD_CONST 0 LOAD_CONST ('absolute_import', 'division', 'print_function') IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM division STORE_NAME division IMPORT_FROM print_function STORE_NAME print_function POP_TOP LOAD_NAME type STORE_NAME __metaclass__ LOAD_CONST <code object ...
from __future__ import absolute_import, division, print_function __metaclass__ = type def importme(): return "successfully imported from testns.testcoll"
data/ansible-core-2.16.3/test/integration/targets/module_utils/collections/ansible_collections/testns/testcoll/plugins/module_utils/legit.py
129
46
437,366
LOAD_CONST '\nPlotter API for pulse drawer.\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('Mpl2DPlotter',) IMPORT_NAME qiskit.visualization.pulse_v2.plotters.matplotlib IMPORT_FROM Mpl2DPlotter STORE_NAME Mpl2DPlotter POP_TOP LOAD_CONST None RETURN_VALUE
""" Plotter API for pulse drawer. """ from qiskit.visualization.pulse_v2.plotters.matplotlib import Mpl2DPlotter
data/qiskit-terra-0.46.0/qiskit/visualization/pulse_v2/plotters/__init__.py
84
46
430,225
LOAD_CONST 0 LOAD_CONST ('Literal',) IMPORT_NAME typing IMPORT_FROM Literal STORE_NAME Literal POP_TOP LOAD_NAME Literal LOAD_CONST ('solid', 'double', 'dotted', 'dashed', 'wavy') BINARY_SUBSCR STORE_NAME TextDecorationStyle LOAD_CONST None RETURN_VALUE
from typing import Literal TextDecorationStyle = Literal[ "solid", "double", "dotted", "dashed", "wavy", ]
data/nicegui-1.4.15/nicegui/tailwind_types/text_decoration_style.py
61
46
223,434
LOAD_CONST '~/.python-translate.cfg' STORE_NAME CONFIG_FILE_PATH LOAD_CONST 'mymemory' STORE_NAME DEFAULT_PROVIDER LOAD_CONST 'autodetect' STORE_NAME TRANSLATION_FROM_DEFAULT LOAD_CONST None RETURN_VALUE
CONFIG_FILE_PATH = "~/.python-translate.cfg" DEFAULT_PROVIDER = "mymemory" TRANSLATION_FROM_DEFAULT = "autodetect"
data/translate-3.6.1/translate/constants.py
59
46
290,671
LOAD_CONST ' Imports from mode solver plugin. ' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('ModeSolver', 'ModeSolverData') IMPORT_NAME mode_solver IMPORT_FROM ModeSolver STORE_NAME ModeSolver IMPORT_FROM ModeSolverData STORE_NAME ModeSolverData POP_TOP LOAD_CONST 'ModeSolver' LOAD_CONST 'ModeSolverData' BUILD_LIST S...
""" Imports from mode solver plugin. """ from .mode_solver import ModeSolver, ModeSolverData __all__ = ["ModeSolver", "ModeSolverData"]
data/tidy3d-2.5.2/tidy3d/plugins/mode/__init__.py
93
46
206,271
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pypdfium2._library_scope STORE_NAME pypdfium2 LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pypdfium2.version IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pypdfium2._helpers IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('raw', 'internal') IMPORT_NAME pypdfium2 IMPORT_FROM raw S...
import pypdfium2._library_scope from pypdfium2.version import * from pypdfium2._helpers import * from pypdfium2 import raw, internal
data/pypdfium2-4.27.0/src/pypdfium2/__init__.py
109
46
92,460