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 '\nhedwig\n~~~~~~~~\n'
STORE_NAME __doc__
LOAD_CONST '9.3.1'
STORE_NAME VERSION
LOAD_CONST None
RETURN_VALUE | """
hedwig
~~~~~~~~
"""
VERSION = "9.3.1"
| data/authedwig-9.3.1/hedwig/__init__.py | 37 | 21 | 214,445 |
LOAD_CONST 1
LOAD_CONST ('ZonesClient',)
IMPORT_NAME client
IMPORT_FROM ZonesClient
STORE_NAME ZonesClient
POP_TOP
LOAD_CONST ('ZonesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import ZonesClient
__all__ = ("ZonesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/zones/__init__.py | 46 | 21 | 164,224 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST <code object who at 0x7fab000a6b70, file "f.py", line 4>
LOAD_CONST 'who'
MAKE_FUNCTION
STORE_NAME who
LOAD_CONST None
RETURN_VALUE
LOAD_CONST 'world'
RETURN_VALUE | from __future__ import annotations
def who():
return "world"
| data/scikit_build-0.17.6/tests/samples/issue-274-support-one-package-without-package-dir/hello/__init__.py | 82 | 21 | 198,929 |
LOAD_CONST 'Flags for logging control.'
STORE_NAME __doc__
LOAD_CONST True
STORE_NAME INTERACTIVE_LOGGING_DEFAULT
LOAD_CONST None
RETURN_VALUE | """Flags for logging control."""
INTERACTIVE_LOGGING_DEFAULT = True
| data/tf_keras-nightly-2.17.0.dev2024022110/tf_keras/src/utils/keras_logging.py | 34 | 21 | 164,852 |
LOAD_CONST 1
LOAD_CONST ('FPNF',)
IMPORT_NAME fpn
IMPORT_FROM FPNF
STORE_NAME FPNF
POP_TOP
LOAD_CONST 'FPNF'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .fpn import FPNF
__all__ = ["FPNF"]
| data/modelscope-1.12.0/modelscope/models/cv/object_detection/mmdet_ms/necks/__init__.py | 48 | 21 | 314,541 |
LOAD_CONST 0
LOAD_CONST ('mock',)
IMPORT_NAME unittest
IMPORT_FROM mock
STORE_NAME mock
POP_TOP
LOAD_NAME mock
LOAD_METHOD Mock
CALL_METHOD
STORE_NAME OAuth20Authentication
LOAD_CONST None
RETURN_VALUE | from unittest import mock
OAuth20Authentication = mock.Mock()
| data/django-tastypie-0.14.6/docs/code/authentication.py | 44 | 21 | 88,935 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _universe_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._universe_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/esg/universe.py | 42 | 21 | 195,876 |
LOAD_CONST 'd/m/Y CUSTOM'
STORE_NAME CUSTOM_DAY_FORMAT
LOAD_CONST None
RETURN_VALUE | CUSTOM_DAY_FORMAT = "d/m/Y CUSTOM"
| data/Django-5.0.2/tests/i18n/other/locale/fr/formats.py | 27 | 21 | 325,225 |
LOAD_CONST 1
LOAD_CONST ('Fastfood',)
IMPORT_NAME _fastfood
IMPORT_FROM Fastfood
STORE_NAME Fastfood
POP_TOP
LOAD_CONST 'Fastfood'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from ._fastfood import Fastfood
__all__ = ["Fastfood"]
| data/scikit-learn-extra-0.3.0/sklearn_extra/kernel_approximation/__init__.py | 45 | 21 | 307,471 |
LOAD_CONST 0
LOAD_CONST ('*',)
IMPORT_NAME jaxlib.mlir.dialects.sparse_tensor
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from jaxlib.mlir.dialects.sparse_tensor import *
| data/jax-0.4.24/jax/extend/mlir/dialects/sparse_tensor.py | 35 | 21 | 329,003 |
LOAD_CONST ' Package defining neural netword models (CRDNN, Xvectors ...)\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """ Package defining neural netword models (CRDNN, Xvectors ...)
"""
| data/speechbrain-0.5.16/speechbrain/lobes/models/__init__.py | 31 | 21 | 55,548 |
LOAD_CONST 'Constants for the eafm component.'
STORE_NAME __doc__
LOAD_CONST 'eafm'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the eafm component."""
DOMAIN = "eafm"
| data/homeassistant-2024.2.2/homeassistant/components/eafm/const.py | 33 | 21 | 298,868 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _interim_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._interim_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/estimates/view_summary/interim.py | 42 | 21 | 195,794 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _annual_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._annual_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/estimates/view_summary/annual.py | 42 | 21 | 195,792 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME _build_image_api
IMPORT_STAR
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME _container_builder
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from ._build_image_api import *
from ._container_builder import *
| data/kfp-2.7.0/kfp/deprecated/containers/__init__.py | 44 | 21 | 13,049 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _interim_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._interim_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/estimates/view_summary_kpi/interim.py | 42 | 21 | 195,783 |
LOAD_CONST 'Pyreverse.extensions.'
STORE_NAME __doc__
LOAD_CONST '$Id $'
STORE_NAME __revision__
LOAD_CONST None
RETURN_VALUE | """Pyreverse.extensions."""
__revision__ = "$Id $"
| data/pylint-3.0.3/pylint/pyreverse/__init__.py | 33 | 21 | 310,606 |
LOAD_CONST 'Constants for the Rabbit Air integration.'
STORE_NAME __doc__
LOAD_CONST 'rabbitair'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the Rabbit Air integration."""
DOMAIN = "rabbitair"
| data/homeassistant-2024.2.2/homeassistant/components/rabbitair/const.py | 33 | 21 | 297,081 |
LOAD_CONST 'setup.py.'
STORE_NAME __doc__
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME setuptools
STORE_NAME setuptools
LOAD_NAME setuptools
LOAD_METHOD setup
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | r"""setup.py."""
import setuptools
setuptools.setup()
| data/fpyutils-4.0.1/setup.py | 45 | 21 | 321,460 |
LOAD_CONST 'DataSet'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST 0
LOAD_CONST ('*',)
IMPORT_NAME fixture.dataset.dataset
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | __all__ = ["DataSet"]
from fixture.dataset.dataset import *
| data/fixture-1.5.11/fixture/dataset/__init__.py | 39 | 21 | 204,761 |
LOAD_CONST 'The jsonseq package.'
STORE_NAME __doc__
LOAD_CONST '1.0.0'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | """The jsonseq package."""
__version__ = "1.0.0"
| data/jsonseq-1.0.0/jsonseq/__init__.py | 33 | 21 | 62,917 |
LOAD_CONST 0
LOAD_CONST ('plot_acorr',)
IMPORT_NAME var_plots
IMPORT_FROM plot_acorr
STORE_NAME plot_acorr
POP_TOP
LOAD_NAME plot_acorr
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from var_plots import plot_acorr
plot_acorr()
| data/statsmodels-0.14.1/docs/source/plots/var_plot_acorr.py | 53 | 21 | 201,797 |
LOAD_CONST 'Bosch quirks.'
STORE_NAME __doc__
LOAD_CONST 'Bosch'
STORE_NAME BOSCH
LOAD_CONST None
RETURN_VALUE | """Bosch quirks."""
BOSCH = "Bosch"
| data/zha-quirks-0.0.111/zhaquirks/bosch/__init__.py | 33 | 21 | 423,348 |
LOAD_CONST 'Constants for the Vulcan integration.'
STORE_NAME __doc__
LOAD_CONST 'vulcan'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the Vulcan integration."""
DOMAIN = "vulcan"
| data/homeassistant-2024.2.2/homeassistant/components/vulcan/const.py | 33 | 21 | 297,652 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _annual_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._annual_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/estimates/view_actuals_kpi/annual.py | 42 | 21 | 195,772 |
LOAD_CONST 1
LOAD_CONST ('Marshal',)
IMPORT_NAME marshal
IMPORT_FROM Marshal
STORE_NAME Marshal
POP_TOP
LOAD_CONST ('Marshal',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .marshal import Marshal
__all__ = ("Marshal",)
| data/proto-plus-1.23.0/proto/marshal/__init__.py | 43 | 21 | 163,219 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST 0
LOAD_CONST ('setup',)
IMPORT_NAME setuptools
IMPORT_FROM setup
STORE_NAME setup
POP_TOP
LOAD_NAME setup
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
from setuptools import setup
setup()
| data/poetry-1.7.1/tests/utils/fixtures/setups/with-setup-cfg-attr/setup.py | 62 | 21 | 331,305 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST 0
LOAD_CONST ('setup',)
IMPORT_NAME setuptools
IMPORT_FROM setup
STORE_NAME setup
POP_TOP
LOAD_NAME setup
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
from setuptools import setup
setup()
| data/poetry-1.7.1/tests/utils/fixtures/setups/minimal/setup.py | 62 | 21 | 331,301 |
LOAD_CONST <code object salute at 0x7f8ab77c3030, file "f.py", line 1>
LOAD_CONST 'salute'
MAKE_FUNCTION
STORE_NAME salute
LOAD_CONST None
RETURN_VALUE
LOAD_GLOBAL print
LOAD_CONST 'salute from '
LOAD_GLOBAL __name__
FORMAT_VALUE
BUILD_STRING
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | def salute():
print(f"salute from {__name__}")
| data/azure-ai-ml-1.13.0/tests/test_configs/components/additional_includes/src1/library1/utils/salute.py | 79 | 21 | 424,225 |
LOAD_CONST 'Options module.'
STORE_NAME __doc__
LOAD_CONST 0
LOAD_CONST ('Namespace',)
IMPORT_NAME argparse
IMPORT_FROM Namespace
STORE_NAME Namespace
POP_TOP
LOAD_NAME Namespace
CALL_FUNCTION
STORE_NAME config
LOAD_CONST None
RETURN_VALUE | """Options module."""
from argparse import Namespace
config = Namespace()
| data/pyppeteer-2.0.0/pyppeteer/options.py | 51 | 21 | 434,708 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST 0
LOAD_CONST ('setup',)
IMPORT_NAME setuptools
IMPORT_FROM setup
STORE_NAME setup
POP_TOP
LOAD_NAME setup
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
from setuptools import setup
setup()
| data/poetry-1.7.1/tests/utils/fixtures/setups/with-setup-cfg/setup.py | 62 | 21 | 331,299 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _interim_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._interim_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/estimates/view_actuals_kpi/interim.py | 42 | 21 | 195,773 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _annual_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._annual_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/estimates/view_actuals/annual.py | 42 | 21 | 195,777 |
LOAD_CONST 'databand_airflow_monitor'
STORE_NAME MONITOR_DAG_NAME
LOAD_CONST None
RETURN_VALUE | MONITOR_DAG_NAME = "databand_airflow_monitor"
| data/dbnd-airflow-1.0.21.5/src/dbnd_airflow/raw_constants.py | 28 | 21 | 366,509 |
LOAD_CONST 'Constants for the Mopeka integration.'
STORE_NAME __doc__
LOAD_CONST 'mopeka'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the Mopeka integration."""
DOMAIN = "mopeka"
| data/homeassistant-2024.2.2/homeassistant/components/mopeka/const.py | 33 | 21 | 298,728 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _holdings_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._holdings_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/ownership/fund/holdings.py | 42 | 21 | 195,872 |
LOAD_CONST 0
LOAD_CONST ('Signal',)
IMPORT_NAME django.dispatch
IMPORT_FROM Signal
STORE_NAME Signal
POP_TOP
LOAD_NAME Signal
CALL_FUNCTION
STORE_NAME init_new_page
LOAD_CONST None
RETURN_VALUE | from django.dispatch import Signal
init_new_page = Signal()
| data/wagtail-6.0.1/wagtail/admin/signals.py | 46 | 21 | 200,225 |
LOAD_CONST 1
LOAD_CONST ('NodeTypesClient',)
IMPORT_NAME client
IMPORT_FROM NodeTypesClient
STORE_NAME NodeTypesClient
POP_TOP
LOAD_CONST ('NodeTypesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import NodeTypesClient
__all__ = ("NodeTypesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/node_types/__init__.py | 46 | 21 | 164,373 |
LOAD_CONST 0
LOAD_CONST ('Api',)
IMPORT_NAME tastypie.api
IMPORT_FROM Api
STORE_NAME Api
POP_TOP
LOAD_NAME Api
CALL_FUNCTION
STORE_NAME my_api
LOAD_CONST None
RETURN_VALUE | from tastypie.api import Api
my_api = Api()
| data/django-tastypie-0.14.6/docs/code/myapp/urls.py | 44 | 21 | 88,940 |
LOAD_CONST <code object salute at 0x7f8ab7985030, file "f.py", line 1>
LOAD_CONST 'salute'
MAKE_FUNCTION
STORE_NAME salute
LOAD_CONST None
RETURN_VALUE
LOAD_GLOBAL print
LOAD_CONST 'salute from '
LOAD_GLOBAL __name__
FORMAT_VALUE
BUILD_STRING
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | def salute():
print(f"salute from {__name__}")
| data/azure-ai-ml-1.13.0/tests/test_configs/internal/additional_includes/src1/library1/utils/salute.py | 79 | 21 | 424,270 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _interim_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._interim_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/estimates/view_actuals/interim.py | 42 | 21 | 195,778 |
LOAD_CONST 'Quantized versions of GluonCV models.'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME quantized
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | """Quantized versions of GluonCV models."""
from .quantized import *
| data/gluoncv-0.10.5.post0/gluoncv/model_zoo/quantized/__init__.py | 40 | 21 | 207,543 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST 0
LOAD_CONST ('setup',)
IMPORT_NAME setuptools
IMPORT_FROM setup
STORE_NAME setup
POP_TOP
LOAD_NAME setup
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
from setuptools import setup
setup()
| data/poetry-1.7.1/tests/utils/fixtures/setups/with-setup-cfg-minimal/setup.py | 62 | 21 | 331,309 |
LOAD_CONST 'Pretrained models'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME interfaces
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | """Pretrained models"""
from .interfaces import * # noqa
| data/speechbrain-0.5.16/speechbrain/pretrained/__init__.py | 34 | 21 | 55,490 |
LOAD_CONST (3,)
LOAD_CONST <code object _trim_arity at 0x7f8a3d6191e0, file "f.py", line 1>
LOAD_CONST '_trim_arity'
MAKE_FUNCTION
STORE_NAME _trim_arity
LOAD_CONST None
RETURN_VALUE
DELETE_FAST tb
LOAD_CONST None
RETURN_VALUE | def _trim_arity(func, max_limit=3):
del tb
| data/executing-2.0.1/tests/small_samples/e5c099c5f3fe5e4a9cda029696aed3a678be6909cc5e2a78491fd9f54e88200f.py | 71 | 21 | 331,180 |
LOAD_CONST 'Constants for the Qingping integration.'
STORE_NAME __doc__
LOAD_CONST 'qingping'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the Qingping integration."""
DOMAIN = "qingping"
| data/homeassistant-2024.2.2/homeassistant/components/qingping/const.py | 33 | 21 | 298,646 |
LOAD_CONST 1
LOAD_CONST ('NodeGroupsClient',)
IMPORT_NAME client
IMPORT_FROM NodeGroupsClient
STORE_NAME NodeGroupsClient
POP_TOP
LOAD_CONST ('NodeGroupsClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import NodeGroupsClient
__all__ = ("NodeGroupsClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/node_groups/__init__.py | 46 | 21 | 164,171 |
LOAD_CONST 1
LOAD_CONST ('File', 'LocalStorage')
IMPORT_NAME file
IMPORT_FROM File
STORE_NAME File
IMPORT_FROM LocalStorage
STORE_NAME LocalStorage
POP_TOP
LOAD_CONST 1
LOAD_CONST ('dump', 'dumps', 'load')
IMPORT_NAME io
IMPORT_FROM dump
STORE_NAME dump
IMPORT_FROM dumps
STORE_NAME dumps
IMPORT_FROM load
STORE_NAME load
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .file import File, LocalStorage
from .io import dump, dumps, load
| data/modelscope-1.12.0/modelscope/fileio/__init__.py | 79 | 21 | 315,532 |
LOAD_CONST 'Constants for the AirTouch4 integration.'
STORE_NAME __doc__
LOAD_CONST 'airtouch4'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the AirTouch4 integration."""
DOMAIN = "airtouch4"
| data/homeassistant-2024.2.2/homeassistant/components/airtouch4/const.py | 33 | 21 | 298,804 |
LOAD_CONST 'Constants for the Image Upload integration.'
STORE_NAME __doc__
LOAD_CONST 'image_upload'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the Image Upload integration."""
DOMAIN = "image_upload"
| data/homeassistant-2024.2.2/homeassistant/components/image_upload/const.py | 33 | 21 | 298,516 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME gdstk
IMPORT_STAR
LOAD_CONST 1
LOAD_CONST ('__version__',)
IMPORT_NAME gdstk
IMPORT_FROM __version__
STORE_NAME __version__
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .gdstk import *
from .gdstk import __version__
| data/gdstk-0.9.50/gdstk/__init__.py | 54 | 21 | 328,571 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME kitti_dataset
IMPORT_STAR
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME kitti_utils
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from .kitti_dataset import *
from .kitti_utils import *
| data/gluoncv-0.10.5.post0/gluoncv/data/kitti/__init__.py | 44 | 21 | 207,333 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _holdings_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._holdings_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/ownership/investor/holdings.py | 42 | 21 | 195,840 |
LOAD_CONST 0
LOAD_CONST ('*',)
IMPORT_NAME pyxb.bundles.reqif.raw.ReqIF
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from pyxb.bundles.reqif.raw.ReqIF import *
| data/PyXB-1.2.6/pyxb/bundles/reqif/ReqIF.py | 35 | 21 | 91,132 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST 'pytester'
BUILD_LIST
STORE_NAME pytest_plugins
LOAD_CONST None
RETURN_VALUE | from __future__ import annotations
pytest_plugins = ["pytester"]
| data/pytest_print-1.0.0/tests/conftest.py | 47 | 21 | 94,454 |
LOAD_CONST 0
LOAD_CONST ('load_op',)
IMPORT_NAME onnx.reference.ops.experimental._op_list
IMPORT_FROM load_op
STORE_NAME load_op
POP_TOP
LOAD_CONST None
RETURN_VALUE | from onnx.reference.ops.experimental._op_list import load_op
| data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/experimental/__init__.py | 45 | 21 | 309,685 |
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
STORE_NAME PACKAGE_PATH
LOAD_CONST None
RETURN_VALUE | import os
PACKAGE_PATH = os.path.dirname(__file__)
| data/dbt-synapse-1.4.0/dbt/include/synapse/__init__.py | 43 | 21 | 92,488 |
LOAD_CONST 0
LOAD_CONST ('task',)
IMPORT_NAME invoke
IMPORT_FROM task
STORE_NAME task
POP_TOP
LOAD_NAME task
LOAD_CONST <code object mytask at 0x7fab641798a0, file "f.py", line 4>
LOAD_CONST 'mytask'
MAKE_FUNCTION
CALL_FUNCTION
STORE_NAME mytask
LOAD_CONST None
RETURN_VALUE
LOAD_CONST None
RETURN_VALUE | from invoke import task
@task
def mytask(c):
pass
| data/invoke-2.2.0/tests/_support/subspace/module.py | 83 | 21 | 194,074 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _breakdown_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._breakdown_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/ownership/fund/breakdown.py | 42 | 21 | 195,859 |
LOAD_CONST <code object say_hello at 0x7f8ab79851e0, file "f.py", line 1>
LOAD_CONST 'say_hello'
MAKE_FUNCTION
STORE_NAME say_hello
LOAD_CONST None
RETURN_VALUE
LOAD_GLOBAL print
LOAD_CONST 'hello from '
LOAD_GLOBAL __name__
FORMAT_VALUE
BUILD_STRING
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | def say_hello():
print(f"hello from {__name__}")
| data/azure-ai-ml-1.13.0/tests/test_configs/internal/additional_includes/library3/hello.py | 81 | 21 | 424,274 |
LOAD_CONST '\nspyder.plugins.history\n===========\n\nHistory plugin.\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
spyder.plugins.history
===========
History plugin.
"""
| data/spyder-5.5.1/spyder/plugins/history/__init__.py | 34 | 21 | 370,004 |
LOAD_CONST 'Constants for the PrusaLink integration.'
STORE_NAME __doc__
LOAD_CONST 'prusalink'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the PrusaLink integration."""
DOMAIN = "prusalink"
| data/homeassistant-2024.2.2/homeassistant/components/prusalink/const.py | 33 | 21 | 297,961 |
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
STORE_NAME PACKAGE_PATH
LOAD_CONST None
RETURN_VALUE | import os
PACKAGE_PATH = os.path.dirname(__file__)
| data/dbt-snowflake-1.7.2/dbt/include/snowflake/__init__.py | 43 | 21 | 91,360 |
LOAD_CONST 0
LOAD_CONST ('Document',)
IMPORT_NAME langchain_core.documents
IMPORT_FROM Document
STORE_NAME Document
POP_TOP
LOAD_CONST 'Document'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from langchain_core.documents import Document
__all__ = ["Document"]
| data/langchain_community-0.0.21/langchain_community/docstore/document.py | 45 | 21 | 15,606 |
LOAD_CONST <code object say_hello at 0x7f8ab7617420, file "f.py", line 1>
LOAD_CONST 'say_hello'
MAKE_FUNCTION
STORE_NAME say_hello
LOAD_CONST None
RETURN_VALUE
LOAD_GLOBAL print
LOAD_CONST 'hello from '
LOAD_GLOBAL __name__
FORMAT_VALUE
BUILD_STRING
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | def say_hello():
print(f"hello from {__name__}")
| data/azure-ai-ml-1.13.0/tests/test_configs/components/additional_includes/src/python/library1/hello.py | 81 | 21 | 424,231 |
LOAD_CONST 0
LOAD_CONST ('array_types',)
IMPORT_NAME jax._src.abstract_arrays
IMPORT_FROM array_types
STORE_NAME array_types
POP_TOP
LOAD_CONST None
RETURN_VALUE | from jax._src.abstract_arrays import array_types as array_types
| data/jax-0.4.24/jax/extend/core.py | 41 | 21 | 328,986 |
LOAD_CONST 1
LOAD_CONST ('RegionsClient',)
IMPORT_NAME client
IMPORT_FROM RegionsClient
STORE_NAME RegionsClient
POP_TOP
LOAD_CONST ('RegionsClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import RegionsClient
__all__ = ("RegionsClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/regions/__init__.py | 46 | 21 | 164,314 |
LOAD_BUILD_CLASS
LOAD_CONST <code object SiteMock at 0x7f8e2fc18540, file "f.py", line 1>
LOAD_CONST 'SiteMock'
MAKE_FUNCTION
LOAD_CONST 'SiteMock'
CALL_FUNCTION
STORE_NAME SiteMock
LOAD_NAME SiteMock
CALL_FUNCTION
STORE_NAME site
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'SiteMock'
STORE_NAME __qualname__
BUILD_MAP
STORE_NAME _registry
LOAD_CONST None
RETURN_VALUE | class SiteMock:
_registry = {}
site = SiteMock()
| data/Django-5.0.2/tests/utils_tests/test_module/__init__.py | 106 | 21 | 325,600 |
LOAD_CONST ' DIRAC.DataManagementSystem.private.FTS3Plugins package '
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """ DIRAC.DataManagementSystem.private.FTS3Plugins package """
| data/DIRAC-8.0.38/src/DIRAC/DataManagementSystem/private/FTS3Plugins/__init__.py | 31 | 21 | 429,638 |
LOAD_CONST '\nSee `fabric.api` for the publically importable API.\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
See `fabric.api` for the publically importable API.
"""
| data/Fabric3-1.14.post1/fabric/__init__.py | 31 | 21 | 11,632 |
LOAD_CONST <code object say_hello at 0x7f8ab68a5420, file "f.py", line 1>
LOAD_CONST 'say_hello'
MAKE_FUNCTION
STORE_NAME say_hello
LOAD_CONST None
RETURN_VALUE
LOAD_GLOBAL print
LOAD_CONST 'hello from '
LOAD_GLOBAL __name__
FORMAT_VALUE
BUILD_STRING
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | def say_hello():
print(f"hello from {__name__}")
| data/azure-ai-ml-1.13.0/tests/test_configs/internal/additional_includes/src/python/library1/hello.py | 81 | 21 | 424,277 |
LOAD_CONST 2
LOAD_CONST ('*',)
IMPORT_NAME generated.aio.workermanagerevents
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from ..generated.aio.workermanagerevents import * # NOQA
| data/taskcluster-60.3.5/taskcluster/aio/workermanagerevents.py | 29 | 21 | 299,114 |
LOAD_CONST 'pyxb.utils -- Utilities for the PyWXSB package.\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """pyxb.utils -- Utilities for the PyWXSB package.
"""
| data/PyXB-1.2.6/pyxb/utils/__init__.py | 31 | 21 | 91,074 |
LOAD_CONST '\nLSP client, code introspection and linting utilities.\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
LSP client, code introspection and linting utilities.
"""
| data/spyder-5.5.1/spyder/plugins/completion/providers/languageserver/__init__.py | 31 | 21 | 369,723 |
LOAD_CONST 1
LOAD_CONST ('MemoryFileStore',)
IMPORT_NAME store
IMPORT_FROM MemoryFileStore
STORE_NAME MemoryFileStore
POP_TOP
LOAD_CONST 1
LOAD_CONST ('BaseFile', 'LazyHTTPFile')
IMPORT_NAME file
IMPORT_FROM BaseFile
STORE_NAME BaseFile
IMPORT_FROM LazyHTTPFile
STORE_NAME LazyHTTPFile
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .store import MemoryFileStore
from .file import BaseFile, LazyHTTPFile
| data/emails-0.6/emails/store/__init__.py | 74 | 21 | 98,328 |
SETUP_EXCEPT to 14
LOAD_CONST 0
LOAD_CONST ('*',)
IMPORT_NAME _pemja
IMPORT_STAR
POP_BLOCK
JUMP_FORWARD to 34
DUP_TOP
LOAD_NAME ImportError
COMPARE_OP exception match
POP_JUMP_IF_FALSE
POP_TOP
POP_TOP
POP_TOP
POP_EXCEPT
JUMP_FORWARD to 34
END_FINALLY
LOAD_CONST None
RETURN_VALUE | try:
from _pemja import *
except ImportError:
pass
| data/pemja-0.4.1/src/main/python/pemja/__init__.py | 68 | 21 | 204,723 |
LOAD_CONST 1
LOAD_CONST ('initialize_runtime',)
IMPORT_NAME init
IMPORT_FROM initialize_runtime
STORE_NAME initialize_runtime
POP_TOP
LOAD_CONST 'initialize_runtime'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .init import initialize_runtime
__all__ = ["initialize_runtime"]
| data/dlt-0.4.4/dlt/common/runtime/__init__.py | 49 | 21 | 56,228 |
LOAD_CONST 1
LOAD_CONST ('DiskTypesClient',)
IMPORT_NAME client
IMPORT_FROM DiskTypesClient
STORE_NAME DiskTypesClient
POP_TOP
LOAD_CONST ('DiskTypesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import DiskTypesClient
__all__ = ("DiskTypesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/disk_types/__init__.py | 46 | 21 | 164,021 |
LOAD_CONST 1
LOAD_CONST ('SecurityCenter',)
IMPORT_NAME _security_center
IMPORT_FROM SecurityCenter
STORE_NAME SecurityCenter
POP_TOP
LOAD_CONST 'SecurityCenter'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from ._security_center import SecurityCenter
__all__ = ["SecurityCenter"]
| data/azure-mgmt-security-6.0.0/azure/mgmt/security/aio/__init__.py | 46 | 21 | 62,474 |
LOAD_CONST '0.6.0'
STORE_NAME release
LOAD_CONST '0.6.0'
STORE_NAME version
LOAD_CONST None
RETURN_VALUE | release = "0.6.0"
version = "0.6.0"
| data/pytest-dependency-0.6.0/_meta.py | 30 | 21 | 419,238 |
LOAD_CONST 1
LOAD_CONST ('MetaResponse',)
IMPORT_NAME meta_response
IMPORT_FROM MetaResponse
STORE_NAME MetaResponse
POP_TOP
LOAD_CONST 'MetaResponse'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .meta_response import MetaResponse
__all__ = ["MetaResponse"]
| data/langfuse-2.15.0/langfuse/api/resources/utils/resources/pagination/types/__init__.py | 47 | 21 | 433,923 |
LOAD_CONST '\nPyObjCTest package - unittests for the pyobjc core\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
PyObjCTest package - unittests for the pyobjc core
"""
| data/pyobjc-core-10.1/PyObjCTest/__init__.py | 32 | 21 | 95,212 |
LOAD_CONST <code object original_addr at 0x7fab429716f0, file "f.py", line 1>
LOAD_CONST 'original_addr'
MAKE_FUNCTION
STORE_NAME original_addr
LOAD_CONST None
RETURN_VALUE
LOAD_FAST csock
LOAD_METHOD getsockname
CALL_METHOD
RETURN_VALUE | def original_addr(csock):
return csock.getsockname()
| data/selenium-wire-5.1.0/seleniumwire/thirdparty/mitmproxy/platform/openbsd.py | 68 | 21 | 419,395 |
LOAD_CONST 'Constants used by ecowitt component.'
STORE_NAME __doc__
LOAD_CONST 'ecowitt'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants used by ecowitt component."""
DOMAIN = "ecowitt"
| data/homeassistant-2024.2.2/homeassistant/components/ecowitt/const.py | 33 | 21 | 296,483 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME keyring
STORE_GLOBAL keyring
LOAD_CONST <code object get_keyring_auth at 0x7f8a3d619300, file "f.py", line 4>
LOAD_CONST 'get_keyring_auth'
MAKE_FUNCTION
STORE_NAME get_keyring_auth
LOAD_CONST None
RETURN_VALUE
LOAD_CONST None
RETURN_VALUE | import keyring
def get_keyring_auth():
global keyring
| data/executing-2.0.1/tests/small_samples/6602443ba655e0e139cfb923d581f8da91071d631a42f81253c1e47fdc952da3.py | 85 | 21 | 331,170 |
LOAD_BUILD_CLASS
LOAD_CONST <code object FallbackFn at 0x7fa9e23190c0, file "f.py", line 1>
LOAD_CONST 'FallbackFn'
MAKE_FUNCTION
LOAD_CONST 'FallbackFn'
CALL_FUNCTION
STORE_NAME FallbackFn
LOAD_BUILD_CLASS
LOAD_CONST <code object ReceiveFn at 0x7fa9e2319e40, file "f.py", line 5>
LOAD_CONST 'ReceiveFn'
MAKE_FUNCTION
LOAD_CONST 'ReceiveFn'
CALL_FUNCTION
STORE_NAME ReceiveFn
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'FallbackFn'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'ReceiveFn'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | class FallbackFn:
pass
class ReceiveFn:
pass
| data/web3-6.15.1/web3/_utils/function_identifiers.py | 187 | 21 | 153,030 |
LOAD_CONST 1
LOAD_CONST ('MachineImagesClient',)
IMPORT_NAME client
IMPORT_FROM MachineImagesClient
STORE_NAME MachineImagesClient
POP_TOP
LOAD_CONST ('MachineImagesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import MachineImagesClient
__all__ = ("MachineImagesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/machine_images/__init__.py | 46 | 21 | 164,463 |
LOAD_CONST 0
LOAD_CONST ('Document',)
IMPORT_NAME langchain_core.documents
IMPORT_FROM Document
STORE_NAME Document
POP_TOP
LOAD_CONST 'Document'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from langchain_core.documents import Document
__all__ = ["Document"]
| data/langchain-0.1.8/langchain/docstore/document.py | 45 | 21 | 369,423 |
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
STORE_NAME PACKAGE_PATH
LOAD_CONST None
RETURN_VALUE | import os
PACKAGE_PATH = os.path.dirname(__file__)
| data/dbt-databricks-1.7.7/dbt/include/databricks/__init__.py | 43 | 21 | 421,791 |
LOAD_CONST 1
LOAD_CONST ('InstancesClient',)
IMPORT_NAME client
IMPORT_FROM InstancesClient
STORE_NAME InstancesClient
POP_TOP
LOAD_CONST ('InstancesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import InstancesClient
__all__ = ("InstancesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/instances/__init__.py | 46 | 21 | 164,415 |
LOAD_CONST 'Pact version info.'
STORE_NAME __doc__
LOAD_CONST '2.1.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | """Pact version info."""
__version__ = "2.1.1"
| data/pact_python-2.1.1/pact/__version__.py | 33 | 21 | 305,820 |
LOAD_CONST 'Constants for the SensorPro integration.'
STORE_NAME __doc__
LOAD_CONST 'sensorpro'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the SensorPro integration."""
DOMAIN = "sensorpro"
| data/homeassistant-2024.2.2/homeassistant/components/sensorpro/const.py | 33 | 21 | 297,917 |
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
STORE_NAME PACKAGE_PATH
LOAD_CONST None
RETURN_VALUE | import os
PACKAGE_PATH = os.path.dirname(__file__)
| data/dbt-sqlserver-1.7.2/dbt/include/sqlserver/__init__.py | 43 | 21 | 91,322 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _breakdown_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._breakdown_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/ownership/consolidated/breakdown.py | 42 | 21 | 195,844 |
LOAD_CONST ('Definition',)
STORE_NAME __all__
LOAD_CONST 1
LOAD_CONST ('Definition',)
IMPORT_NAME _investors_definition
IMPORT_FROM Definition
STORE_NAME Definition
POP_TOP
LOAD_CONST None
RETURN_VALUE | __all__ = ("Definition",)
from ._investors_definition import Definition
| data/refinitiv-data-1.6.0/refinitiv/data/content/ownership/consolidated/investors.py | 42 | 21 | 195,841 |
LOAD_NAME int
LOAD_NAME list
LOAD_CONST ('y', 'return')
BUILD_CONST_KEY_MAP
LOAD_CONST <code object with_overload at 0x7f8e447b4c90, file "f.py", line 1>
LOAD_CONST 'with_overload'
MAKE_FUNCTION
STORE_NAME with_overload
LOAD_CONST None
RETURN_VALUE
LOAD_CONST None
RETURN_VALUE | def with_overload(x, y: int) -> list:
pass
| data/jedi-0.19.1/test/examples/typing_overload/file.py | 79 | 21 | 420,994 |
LOAD_CONST 1
LOAD_CONST ('RetryHandler',)
IMPORT_NAME _wrapper
IMPORT_FROM RetryHandler
STORE_NAME RetryHandler
POP_TOP
LOAD_CONST 'RetryHandler'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from ._wrapper import RetryHandler
__all__ = ["RetryHandler"]
| data/unstructured-0.12.4/unstructured/ingest/ingest_backoff/__init__.py | 48 | 21 | 92,223 |
LOAD_CONST 0
LOAD_CONST ('main',)
IMPORT_NAME numpy.f2py.f2py2e
IMPORT_FROM main
STORE_NAME main
POP_TOP
LOAD_NAME main
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from numpy.f2py.f2py2e import main
main()
| data/numpy-1.26.4/numpy/f2py/__main__.py | 45 | 21 | 364,128 |
LOAD_CONST 1
LOAD_CONST ('SnapshotsClient',)
IMPORT_NAME client
IMPORT_FROM SnapshotsClient
STORE_NAME SnapshotsClient
POP_TOP
LOAD_CONST ('SnapshotsClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import SnapshotsClient
__all__ = ("SnapshotsClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/snapshots/__init__.py | 46 | 21 | 164,111 |
LOAD_CONST 1
LOAD_CONST ('OSTrack',)
IMPORT_NAME ostrack
IMPORT_FROM OSTrack
STORE_NAME OSTrack
POP_TOP
LOAD_CONST 1
LOAD_CONST ('ProContEXT',)
IMPORT_NAME procontext
IMPORT_FROM ProContEXT
STORE_NAME ProContEXT
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .ostrack import OSTrack
from .procontext import ProContEXT
| data/modelscope-1.12.0/modelscope/models/cv/video_single_object_tracking/tracker/__init__.py | 65 | 21 | 315,327 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.