input stringlengths 28 198k | output stringlengths 3 71k | file stringlengths 19 330 | input_tokens int64 5 159k | output_tokens int64 3 9.07k | __index_level_0__ int64 2 449k |
|---|---|---|---|---|---|
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/test_multipackage3.py | 49 | 25 | 184,748 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/test_multipackage2.py | 49 | 25 | 184,749 |
LOAD_CONST 1
LOAD_CONST ('TaskQueue', 'Task')
IMPORT_NAME task_queue
IMPORT_FROM TaskQueue
STORE_NAME TaskQueue
IMPORT_FROM Task
STORE_NAME Task
POP_TOP
LOAD_CONST 'TaskQueue'
LOAD_CONST 'Task'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .task_queue import TaskQueue, Task
__all__ = ["TaskQueue", "Task"]
| data/newtools-2.2.489/newtools/queue/__init__.py | 58 | 25 | 114,943 |
LOAD_CONST 0
LOAD_CONST ('*',)
IMPORT_NAME tensorflow_decision_forests.tensorflow.ops.training.op_dynamic
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from tensorflow_decision_forests.tensorflow.ops.training.op_dynamic import *
| data/tensorflow_decision_forests-1.8.1/tensorflow_decision_forests/tensorflow/ops/training/op.py | 39 | 25 | 243,205 |
LOAD_CONST '2.19.4'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "2.19.4" # {x-release-please-version}
| data/google-cloud-pubsub-2.19.4/google/pubsub_v1/gapic_version.py | 20 | 25 | 374,555 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/test_multipackage1.py | 49 | 25 | 184,750 |
LOAD_CONST 1
LOAD_CONST ('SslCertificatesClient',)
IMPORT_NAME client
IMPORT_FROM SslCertificatesClient
STORE_NAME SslCertificatesClient
POP_TOP
LOAD_CONST ('SslCertificatesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import SslCertificatesClient
__all__ = ("SslCertificatesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/ssl_certificates/__init__.py | 54 | 25 | 164,027 |
LOAD_CONST 0
LOAD_CONST ('contextmanager',)
IMPORT_NAME contextlib
IMPORT_FROM contextmanager
STORE_NAME contextmanager
POP_TOP
LOAD_NAME contextmanager
LOAD_CONST <code object does_not_raise at 0x7f8e2fc1ba50, file "f.py", line 4>
LOAD_CONST 'does_not_raise'
MAKE_FUNCTION
CALL_FUNCTION
STORE_NAME does_not_raise
LOAD_CONST None
RETURN_VALUE
LOAD_CONST None
YIELD_VALUE
POP_TOP
LOAD_CONST None
RETURN_VALUE | from contextlib import contextmanager
@contextmanager
def does_not_raise():
yield
| data/mozilla-version-2.1.0/mozilla_version/test/__init__.py | 103 | 25 | 404,640 |
SETUP_EXCEPT to 18
LOAD_CONST 1
LOAD_CONST ('fail',)
IMPORT_NAME
IMPORT_FROM fail
STORE_NAME fail
POP_TOP
POP_BLOCK
JUMP_FORWARD to 38
DUP_TOP
LOAD_NAME Exception
COMPARE_OP exception match
POP_JUMP_IF_FALSE
POP_TOP
POP_TOP
POP_TOP
POP_EXCEPT
JUMP_FORWARD to 42
END_FINALLY
LOAD_NAME fail
STORE_NAME fail
LOAD_CONST None
RETURN_VALUE | try:
from . import fail
except Exception:
pass
else:
fail = fail
| data/os_sys-2.1.4/os_sys/commands/programs/__init__.py | 76 | 25 | 248,059 |
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 True
LOAD_CONST ('setup_requires', 'pbr')
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from setuptools import setup
setup(setup_requires=["pbr"], pbr=True)
| data/airtable-0.4.8/setup.py | 58 | 25 | 130,305 |
LOAD_BUILD_CLASS
LOAD_CONST <code object MisconfigurationException at 0x7f8af0dbbc00, file "f.py", line 1>
LOAD_CONST 'MisconfigurationException'
MAKE_FUNCTION
LOAD_CONST 'MisconfigurationException'
LOAD_NAME Exception
CALL_FUNCTION
STORE_NAME MisconfigurationException
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'MisconfigurationException'
STORE_NAME __qualname__
LOAD_CONST 'Exception used to inform users of misuse with Lightning.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | class MisconfigurationException(Exception):
"""Exception used to inform users of misuse with Lightning."""
| data/lightning-2.2.0.post0/src/lightning/fabric/utilities/exceptions.py | 120 | 25 | 121,854 |
LOAD_BUILD_CLASS
LOAD_CONST <code object InvalidExif at 0x7fab4107cdb0, file "f.py", line 1>
LOAD_CONST 'InvalidExif'
MAKE_FUNCTION
LOAD_CONST 'InvalidExif'
LOAD_NAME Exception
CALL_FUNCTION
STORE_NAME InvalidExif
LOAD_BUILD_CLASS
LOAD_CONST <code object ExifNotFound at 0x7fab6415b300, file "f.py", line 5>
LOAD_CONST 'ExifNotFound'
MAKE_FUNCTION
LOAD_CONST 'ExifNotFound'
LOAD_NAME Exception
CALL_FUNCTION
STORE_NAME ExifNotFound
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'InvalidExif'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'ExifNotFound'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | class InvalidExif(Exception):
pass
class ExifNotFound(Exception):
pass
| data/ExifRead-3.0.0/exifread/exceptions.py | 189 | 25 | 154,208 |
LOAD_CONST '1.14.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "1.14.1" # {x-release-please-version}
| data/google-cloud-workflows-1.14.1/google/cloud/workflows/executions_v1beta/gapic_version.py | 20 | 25 | 165,829 |
LOAD_CONST '\nManagement commands for the Openedx events.\n\n(Django requires this package structure.)\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
Management commands for the Openedx events.
(Django requires this package structure.)
"""
| data/openedx-events-9.5.2/openedx_events/management/commands/__init__.py | 37 | 25 | 115,041 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME ledctrl
IMPORT_STAR
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME dynamicsash
IMPORT_STAR
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME treelistctrl
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | from .ledctrl import *
from .dynamicsash import *
from .treelistctrl import *
| data/wxPython-4.2.1/wx/lib/gizmos/__init__.py | 57 | 25 | 301,048 |
LOAD_CONST 1
LOAD_CONST ('Cartesian',)
IMPORT_NAME vector
IMPORT_FROM Cartesian
STORE_NAME Cartesian
POP_TOP
LOAD_CONST 1
LOAD_CONST ('Transform',)
IMPORT_NAME transform
IMPORT_FROM Transform
STORE_NAME Transform
POP_TOP
LOAD_CONST 1
LOAD_CONST ('Matrix', 'Vector', 'dot')
IMPORT_NAME algebra
IMPORT_FROM Matrix
STORE_NAME Matrix
IMPORT_FROM Vector
STORE_NAME Vector
IMPORT_FROM dot
STORE_NAME dot
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .vector import Cartesian
from .transform import Transform
from .algebra import Matrix, Vector, dot
| data/OSGridConverter-0.1.3/OSGridConverter/cartesian/__init__.py | 92 | 25 | 128,640 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/multipackage5_C.py | 49 | 25 | 184,747 |
LOAD_CONST '1.8.10'
STORE_NAME __version__
LOAD_CONST '^'
LOAD_NAME __version__
BINARY_ADD
STORE_NAME semver
LOAD_CONST None
RETURN_VALUE | __version__ = "1.8.10"
semver = "^" + __version__
| data/ipyvuetify-1.8.10/ipyvuetify/_version.py | 37 | 25 | 208,633 |
LOAD_CONST 'CenterNet'
STORE_NAME __doc__
LOAD_CONST 0
LOAD_CONST ('absolute_import',)
IMPORT_NAME __future__
IMPORT_FROM absolute_import
STORE_NAME absolute_import
POP_TOP
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME center_net
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE | """CenterNet"""
from __future__ import absolute_import
from .center_net import *
| data/gluoncv-0.10.5.post0/gluoncv/model_zoo/center_net/__init__.py | 65 | 25 | 207,541 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/multipackage5_B.py | 49 | 25 | 184,742 |
LOAD_CONST 1
LOAD_CONST ('FeedItemSetServiceClient',)
IMPORT_NAME client
IMPORT_FROM FeedItemSetServiceClient
STORE_NAME FeedItemSetServiceClient
POP_TOP
LOAD_CONST ('FeedItemSetServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import FeedItemSetServiceClient
__all__ = ("FeedItemSetServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v14/services/services/feed_item_set_service/__init__.py | 54 | 25 | 73,903 |
LOAD_CONST '1.16.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "1.16.1" # {x-release-please-version}
| data/google-cloud-functions-1.16.1/google/cloud/functions_v1/gapic_version.py | 20 | 25 | 248,571 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/test_multipackage5.py | 49 | 25 | 184,743 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/multipackage3_B.py | 49 | 25 | 184,744 |
LOAD_CONST '2.19.4'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "2.19.4" # {x-release-please-version}
| data/google-cloud-pubsub-2.19.4/google/pubsub/gapic_version.py | 20 | 25 | 374,553 |
LOAD_CONST 1
LOAD_CONST ('SecurityPoliciesClient',)
IMPORT_NAME client
IMPORT_FROM SecurityPoliciesClient
STORE_NAME SecurityPoliciesClient
POP_TOP
LOAD_CONST ('SecurityPoliciesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import SecurityPoliciesClient
__all__ = ("SecurityPoliciesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/security_policies/__init__.py | 54 | 25 | 164,516 |
LOAD_CONST 0
LOAD_CONST ('setup',)
IMPORT_NAME setuptools
IMPORT_FROM setup
STORE_NAME setup
POP_TOP
LOAD_NAME setup
LOAD_CONST 'unstructured.pytesseract'
LOAD_CONST ('name',)
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from setuptools import setup
setup(name="unstructured.pytesseract")
| data/unstructured.pytesseract-0.3.12/setup.py | 54 | 25 | 110,122 |
LOAD_CONST 0
LOAD_CONST ('Series',)
IMPORT_NAME polars.series.series
IMPORT_FROM Series
STORE_NAME Series
POP_TOP
LOAD_CONST 'Series'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from polars.series.series import Series
__all__ = [
"Series",
]
| data/polars-0.20.10/polars/series/__init__.py | 44 | 25 | 333,687 |
LOAD_CONST 1
LOAD_CONST ('AssetGroupServiceClient',)
IMPORT_NAME client
IMPORT_FROM AssetGroupServiceClient
STORE_NAME AssetGroupServiceClient
POP_TOP
LOAD_CONST ('AssetGroupServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import AssetGroupServiceClient
__all__ = ("AssetGroupServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v14/services/services/asset_group_service/__init__.py | 54 | 25 | 74,389 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/test_multipackage4.py | 49 | 25 | 184,745 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME multipackage_test_pkg
STORE_NAME multipackage_test_pkg
LOAD_NAME multipackage_test_pkg
LOAD_METHOD test_function
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import multipackage_test_pkg
multipackage_test_pkg.test_function()
| data/pyinstaller-6.4.0/tests/functional/specs/multipackage-scripts/multipackage1_B.py | 49 | 25 | 184,746 |
LOAD_CONST 'pyi_testmod_relimp.pyi_testmod_relimp'
STORE_NAME name
LOAD_CONST None
RETURN_VALUE | name = "pyi_testmod_relimp.pyi_testmod_relimp"
| data/pyinstaller-6.4.0/tests/functional/modules/pyi_testmod_relimp/pyi_testmod_relimp/__init__.py | 31 | 25 | 184,812 |
LOAD_CONST '\nThis module contains tools for testing new distributions and distributions for\ntesting new Pyro inference algorithms.\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | """
This module contains tools for testing new distributions and distributions for
testing new Pyro inference algorithms.
"""
| data/pyro-ppl-1.9.0/pyro/distributions/testing/__init__.py | 37 | 25 | 110,091 |
LOAD_CONST 1
LOAD_CONST ('AdGroupLabelServiceClient',)
IMPORT_NAME client
IMPORT_FROM AdGroupLabelServiceClient
STORE_NAME AdGroupLabelServiceClient
POP_TOP
LOAD_CONST ('AdGroupLabelServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import AdGroupLabelServiceClient
__all__ = ("AdGroupLabelServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v14/services/services/ad_group_label_service/__init__.py | 54 | 25 | 74,384 |
LOAD_CONST '3.18.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "3.18.1" # {x-release-please-version}
| data/google-cloud-datacatalog-3.18.1/google/cloud/datacatalog_v1/gapic_version.py | 20 | 25 | 201,222 |
LOAD_CONST 0
LOAD_CONST ('TorchCheckpointIO',)
IMPORT_NAME lightning.fabric.plugins
IMPORT_FROM TorchCheckpointIO
STORE_NAME TorchCheckpointIO
POP_TOP
LOAD_CONST None
RETURN_VALUE | from lightning.fabric.plugins import TorchCheckpointIO # noqa: F401
| data/lightning-2.2.0.post0/src/lightning/pytorch/plugins/io/torch_plugin.py | 43 | 25 | 121,696 |
LOAD_CONST '1.19.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "1.19.1" # {x-release-please-version}
| data/google-cloud-retail-1.19.1/google/cloud/retail/gapic_version.py | 20 | 25 | 329,771 |
LOAD_CONST 1
LOAD_CONST ('BillingSetupServiceClient',)
IMPORT_NAME client
IMPORT_FROM BillingSetupServiceClient
STORE_NAME BillingSetupServiceClient
POP_TOP
LOAD_CONST ('BillingSetupServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import BillingSetupServiceClient
__all__ = ("BillingSetupServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v15/services/services/billing_setup_service/__init__.py | 54 | 25 | 75,604 |
LOAD_CONST 1
LOAD_CONST ('CustomerUserAccessServiceClient',)
IMPORT_NAME client
IMPORT_FROM CustomerUserAccessServiceClient
STORE_NAME CustomerUserAccessServiceClient
POP_TOP
LOAD_CONST ('CustomerUserAccessServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import CustomerUserAccessServiceClient
__all__ = ("CustomerUserAccessServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v14/services/services/customer_user_access_service/__init__.py | 54 | 25 | 74,024 |
LOAD_CONST '\nExpose top level cli command for `init`\n'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('cli',)
IMPORT_NAME command
IMPORT_FROM cli
STORE_NAME cli
POP_TOP
LOAD_CONST None
RETURN_VALUE | """
Expose top level cli command for `init`
"""
from .command import cli
| data/aws-sam-cli-1.109.0/samcli/commands/init/__init__.py | 52 | 25 | 432,030 |
LOAD_NAME print
LOAD_CONST 'Not showing this text because it is outside the snippet'
CALL_FUNCTION
POP_TOP
LOAD_NAME print
LOAD_CONST 'Hello world!'
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | print("Not showing this text because it is outside the snippet")
print("Hello world!")
| data/opencv-python-4.9.0.80/opencv/samples/python/tutorial_code/introduction/documentation/documentation.py | 42 | 25 | 321,749 |
LOAD_CONST '1.42.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "1.42.1" # {x-release-please-version}
| data/google-cloud-aiplatform-1.42.1/google/cloud/aiplatform_v1/gapic_version.py | 20 | 25 | 14,461 |
LOAD_CONST '2.15.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "2.15.1" # {x-release-please-version}
| data/google-cloud-redis-2.15.1/google/cloud/redis/gapic_version.py | 20 | 25 | 120,932 |
LOAD_CONST 1
LOAD_CONST ('ECSWorker',)
IMPORT_NAME ecs_worker
IMPORT_FROM ECSWorker
STORE_NAME ECSWorker
POP_TOP
LOAD_CONST 'ECSWorker'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .ecs_worker import ECSWorker
__all__ = ["ECSWorker"]
| data/prefect-aws-0.4.9/prefect_aws/workers/__init__.py | 54 | 25 | 313,325 |
LOAD_CONST '2.15.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "2.15.1" # {x-release-please-version}
| data/google-cloud-redis-2.15.1/google/cloud/redis_v1beta1/gapic_version.py | 20 | 25 | 120,919 |
LOAD_CONST 1
LOAD_CONST ('RegionUrlMapsClient',)
IMPORT_NAME client
IMPORT_FROM RegionUrlMapsClient
STORE_NAME RegionUrlMapsClient
POP_TOP
LOAD_CONST ('RegionUrlMapsClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import RegionUrlMapsClient
__all__ = ("RegionUrlMapsClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/region_url_maps/__init__.py | 54 | 25 | 164,099 |
LOAD_CONST 0
LOAD_CONST ('TorchCheckpointIO',)
IMPORT_NAME lightning_fabric.plugins
IMPORT_FROM TorchCheckpointIO
STORE_NAME TorchCheckpointIO
POP_TOP
LOAD_CONST None
RETURN_VALUE | from lightning_fabric.plugins import TorchCheckpointIO # noqa: F401
| data/pytorch-lightning-2.2.0.post0/src/pytorch_lightning/plugins/io/torch_plugin.py | 43 | 25 | 419,998 |
LOAD_CONST 1
LOAD_CONST ('BiddingStrategyServiceClient',)
IMPORT_NAME client
IMPORT_FROM BiddingStrategyServiceClient
STORE_NAME BiddingStrategyServiceClient
POP_TOP
LOAD_CONST ('BiddingStrategyServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import BiddingStrategyServiceClient
__all__ = ("BiddingStrategyServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v15/services/services/bidding_strategy_service/__init__.py | 54 | 25 | 75,619 |
LOAD_CONST 1
LOAD_CONST ('CampaignLabelServiceClient',)
IMPORT_NAME client
IMPORT_FROM CampaignLabelServiceClient
STORE_NAME CampaignLabelServiceClient
POP_TOP
LOAD_CONST ('CampaignLabelServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import CampaignLabelServiceClient
__all__ = ("CampaignLabelServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v15/services/services/campaign_label_service/__init__.py | 54 | 25 | 75,624 |
LOAD_CONST 0
LOAD_CONST ('RequireVersion',)
IMPORT_NAME pulpcore.migrations
IMPORT_FROM RequireVersion
STORE_NAME RequireVersion
POP_TOP
LOAD_CONST 'RequireVersion'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from pulpcore.migrations import RequireVersion
__all__ = ["RequireVersion"]
| data/pulpcore-3.46.0/pulpcore/plugin/migrations.py | 51 | 25 | 218,313 |
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 ('version',)
IMPORT_NAME
IMPORT_FROM version
STORE_NAME version
POP_TOP
LOAD_NAME version
LOAD_ATTR __version__
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | from __future__ import absolute_import
from . import version
__version__ = version.__version__
| data/py4j-0.10.9.7/src/py4j/__init__.py | 70 | 25 | 147,086 |
LOAD_CONST 1
LOAD_CONST ('common',)
IMPORT_NAME
IMPORT_FROM common
STORE_NAME common
POP_TOP
LOAD_BUILD_CLASS
LOAD_CONST <code object TestCase at 0x7fab40da1db0, file "f.py", line 4>
LOAD_CONST 'TestCase'
MAKE_FUNCTION
LOAD_CONST 'TestCase'
LOAD_NAME common
LOAD_ATTR TestCase
CALL_FUNCTION
STORE_NAME TestCase
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'TestCase'
STORE_NAME __qualname__
LOAD_CONST 'primitives'
STORE_NAME kind
LOAD_CONST None
RETURN_VALUE | from . import common
class TestCase(common.TestCase):
kind = "primitives"
| data/anyconfig-0.14.0/tests/api/single_load/test_primitives.py | 121 | 25 | 390,895 |
LOAD_CONST 1
LOAD_CONST ('Structure',)
IMPORT_NAME _common
IMPORT_FROM Structure
STORE_NAME Structure
POP_TOP
LOAD_CONST 'Structure'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from ._common import Structure
__all__ = [
"Structure",
]
| data/neo4j-driver-5.17.0/src/neo4j/_codec/packstream/_python/__init__.py | 44 | 25 | 329,181 |
LOAD_CONST 1
LOAD_CONST ('PaymentsAccountServiceClient',)
IMPORT_NAME client
IMPORT_FROM PaymentsAccountServiceClient
STORE_NAME PaymentsAccountServiceClient
POP_TOP
LOAD_CONST ('PaymentsAccountServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import PaymentsAccountServiceClient
__all__ = ("PaymentsAccountServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v15/services/services/payments_account_service/__init__.py | 54 | 25 | 75,614 |
LOAD_CONST <code object advancePastEmptyBuckets at 0x7f8af06a66f0, file "f.py", line 1>
LOAD_CONST 'advancePastEmptyBuckets'
MAKE_FUNCTION
STORE_NAME advancePastEmptyBuckets
LOAD_CONST None
RETURN_VALUE
LOAD_CONST None
RETURN_VALUE
POP_TOP
LOAD_CONST None
RETURN_VALUE | def advancePastEmptyBuckets():
return
(is_equal or is_equal)
| data/executing-2.0.1/tests/small_samples/ba8bf627448498ff15c46e5e5549e2f2fc2716d45309504753d1dce79842bb0e.py | 80 | 25 | 331,134 |
LOAD_CONST 'Logging utility\n'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('Logger',)
IMPORT_NAME logger
IMPORT_FROM Logger
STORE_NAME Logger
POP_TOP
LOAD_CONST 'Logger'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | """Logging utility
"""
from .logger import Logger
__all__ = ["Logger"]
| data/aws_lambda_powertools-2.34.0/aws_lambda_powertools/logging/__init__.py | 56 | 25 | 359,683 |
LOAD_CONST 'xml.sax.xmlreader'
LOAD_CONST 'xml.sax.expatreader'
BUILD_LIST
STORE_NAME hiddenimports
LOAD_CONST None
RETURN_VALUE | hiddenimports = ["xml.sax.xmlreader", "xml.sax.expatreader"]
| data/pyinstaller-6.4.0/PyInstaller/hooks/hook-xml.py | 35 | 25 | 185,177 |
LOAD_CONST '\nEvent tracking django app.\n'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('DjangoTracker',)
IMPORT_NAME django_tracker
IMPORT_FROM DjangoTracker
STORE_NAME DjangoTracker
POP_TOP
LOAD_CONST None
RETURN_VALUE | """
Event tracking django app.
"""
from .django_tracker import DjangoTracker
| data/event-tracking-2.3.0/eventtracking/django/__init__.py | 57 | 25 | 344,237 |
LOAD_CONST 0
LOAD_CONST ('module',)
IMPORT_NAME simple_import
IMPORT_FROM module
STORE_NAME module
POP_TOP
LOAD_CONST <code object in_function at 0x7f8e447b4540, file "f.py", line 4>
LOAD_CONST 'in_function'
MAKE_FUNCTION
STORE_NAME in_function
LOAD_CONST None
RETURN_VALUE
LOAD_CONST 0
LOAD_CONST ('module2',)
IMPORT_NAME simple_import
IMPORT_FROM module2
STORE_FAST module2
POP_TOP
LOAD_CONST None
RETURN_VALUE | from simple_import import module
def in_function():
from simple_import import module2
| data/jedi-0.19.1/test/examples/simple_import/__init__.py | 110 | 25 | 421,000 |
LOAD_CONST 1
LOAD_CONST ('Select',)
IMPORT_NAME select
IMPORT_FROM Select
STORE_NAME Select
POP_TOP
LOAD_CONST 1
LOAD_CONST ('WebDriverWait',)
IMPORT_NAME wait
IMPORT_FROM WebDriverWait
STORE_NAME WebDriverWait
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .select import Select # noqa
from .wait import WebDriverWait # noqa
| data/selenium-4.18.1/selenium/webdriver/support/ui.py | 54 | 25 | 110,714 |
LOAD_CONST 1
LOAD_CONST ('CustomizerAttributeServiceClient',)
IMPORT_NAME client
IMPORT_FROM CustomizerAttributeServiceClient
STORE_NAME CustomizerAttributeServiceClient
POP_TOP
LOAD_CONST ('CustomizerAttributeServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import CustomizerAttributeServiceClient
__all__ = ("CustomizerAttributeServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v15/services/services/customizer_attribute_service/__init__.py | 54 | 25 | 75,579 |
LOAD_CONST 1
LOAD_CONST ('AdGroupFeedServiceClient',)
IMPORT_NAME client
IMPORT_FROM AdGroupFeedServiceClient
STORE_NAME AdGroupFeedServiceClient
POP_TOP
LOAD_CONST ('AdGroupFeedServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import AdGroupFeedServiceClient
__all__ = ("AdGroupFeedServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v15/services/services/ad_group_feed_service/__init__.py | 54 | 25 | 75,584 |
LOAD_CONST 1
LOAD_CONST ('read', 'write')
IMPORT_NAME _avsucd
IMPORT_FROM read
STORE_NAME read
IMPORT_FROM write
STORE_NAME write
POP_TOP
LOAD_CONST 'read'
LOAD_CONST 'write'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from ._avsucd import read, write
__all__ = ["read", "write"]
| data/scikit-fem-9.0.1/meshio/avsucd/__init__.py | 56 | 25 | 131,607 |
LOAD_CONST '1.11.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "1.11.1" # {x-release-please-version}
| data/google-cloud-artifact-registry-1.11.1/google/cloud/artifactregistry/gapic_version.py | 20 | 25 | 397,782 |
LOAD_CONST (0, False)
LOAD_CONST <code object trace_this_module at 0x7f8af06a66f0, file "f.py", line 1>
LOAD_CONST 'trace_this_module'
MAKE_FUNCTION
STORE_NAME trace_this_module
LOAD_CONST None
RETURN_VALUE
LOAD_FAST context
LOAD_CONST 1
INPLACE_SUBTRACT
STORE_FAST context
LOAD_CONST None
RETURN_VALUE | def trace_this_module(self, context=0, deep=False):
context -= 1
| data/executing-2.0.1/tests/small_samples/16b59c539eacafcbb66df969aa7a3a6f612fd4fa9acb07a2a30f837350c555a4.py | 84 | 25 | 331,144 |
LOAD_CONST '1.13.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "1.13.1" # {x-release-please-version}
| data/google-cloud-billing-1.13.1/google/cloud/billing_v1/gapic_version.py | 20 | 25 | 418,322 |
LOAD_CONST 1
LOAD_CONST ('cli',)
IMPORT_NAME cli
IMPORT_FROM cli
STORE_NAME cli
POP_TOP
LOAD_NAME __name__
LOAD_CONST '__main__'
COMPARE_OP ==
POP_JUMP_IF_FALSE
LOAD_NAME cli
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .cli import cli
if __name__ == "__main__":
cli()
| data/watchgod-0.8.2/watchgod/__main__.py | 56 | 25 | 176,169 |
LOAD_CONST '1.0.0'
STORE_NAME __version__
LOAD_CONST 1
LOAD_CONST ('SurveyManager', 'Survey')
IMPORT_NAME _survey
IMPORT_FROM SurveyManager
STORE_NAME SurveyManager
IMPORT_FROM Survey
STORE_NAME Survey
POP_TOP
LOAD_CONST None
RETURN_VALUE | __version__ = "1.0.0"
from ._survey import SurveyManager, Survey
| data/arcgis-2.2.0.2/arcgis/apps/survey123/__init__.py | 56 | 25 | 215,919 |
LOAD_CONST 1
LOAD_CONST ('ConversionUploadServiceClient',)
IMPORT_NAME client
IMPORT_FROM ConversionUploadServiceClient
STORE_NAME ConversionUploadServiceClient
POP_TOP
LOAD_CONST ('ConversionUploadServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import ConversionUploadServiceClient
__all__ = ("ConversionUploadServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v15/services/services/conversion_upload_service/__init__.py | 54 | 25 | 75,599 |
LOAD_CONST 1
LOAD_CONST ('ResourcePoliciesClient',)
IMPORT_NAME client
IMPORT_FROM ResourcePoliciesClient
STORE_NAME ResourcePoliciesClient
POP_TOP
LOAD_CONST ('ResourcePoliciesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import ResourcePoliciesClient
__all__ = ("ResourcePoliciesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/resource_policies/__init__.py | 54 | 25 | 164,302 |
LOAD_CONST 1
LOAD_CONST ('read', 'write')
IMPORT_NAME _flac3d
IMPORT_FROM read
STORE_NAME read
IMPORT_FROM write
STORE_NAME write
POP_TOP
LOAD_CONST 'read'
LOAD_CONST 'write'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from ._flac3d import read, write
__all__ = ["read", "write"]
| data/scikit-fem-9.0.1/meshio/flac3d/__init__.py | 56 | 25 | 131,595 |
LOAD_CONST '2.15.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "2.15.1" # {x-release-please-version}
| data/google-cloud-redis-2.15.1/google/cloud/redis_v1/gapic_version.py | 20 | 25 | 120,906 |
LOAD_BUILD_CLASS
LOAD_CONST <code object InvalidProviderError at 0x7fab7016f270, file "f.py", line 1>
LOAD_CONST 'InvalidProviderError'
MAKE_FUNCTION
LOAD_CONST 'InvalidProviderError'
LOAD_NAME Exception
CALL_FUNCTION
STORE_NAME InvalidProviderError
LOAD_BUILD_CLASS
LOAD_CONST <code object TranslationError at 0x7fab7016fb70, file "f.py", line 5>
LOAD_CONST 'TranslationError'
MAKE_FUNCTION
LOAD_CONST 'TranslationError'
LOAD_NAME Exception
CALL_FUNCTION
STORE_NAME TranslationError
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'InvalidProviderError'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'TranslationError'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | class InvalidProviderError(Exception):
pass
class TranslationError(Exception):
pass
| data/translate-3.6.1/translate/exceptions.py | 189 | 25 | 290,674 |
LOAD_CONST ' API for creating submissions and scores. '
STORE_NAME __doc__
LOAD_CONST '3.6.0'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | """ API for creating submissions and scores. """
__version__ = "3.6.0"
| data/edx-submissions-3.6.0/submissions/__init__.py | 37 | 25 | 156,808 |
LOAD_CONST 1
LOAD_CONST ('CustomerCustomizerServiceClient',)
IMPORT_NAME client
IMPORT_FROM CustomerCustomizerServiceClient
STORE_NAME CustomerCustomizerServiceClient
POP_TOP
LOAD_CONST ('CustomerCustomizerServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import CustomerCustomizerServiceClient
__all__ = ("CustomerCustomizerServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v14/services/services/customer_customizer_service/__init__.py | 54 | 25 | 73,888 |
LOAD_CONST 1
LOAD_CONST ('Axes3D',)
IMPORT_NAME axes3d
IMPORT_FROM Axes3D
STORE_NAME Axes3D
POP_TOP
LOAD_CONST 'Axes3D'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .axes3d import Axes3D
__all__ = ["Axes3D"]
| data/matplotlib-3.8.3/lib/mpl_toolkits/mplot3d/__init__.py | 54 | 25 | 130,036 |
LOAD_CONST 'Multimodal dataset.'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('data_path', 'get_version')
IMPORT_NAME multimodal
IMPORT_FROM data_path
STORE_NAME data_path
IMPORT_FROM get_version
STORE_NAME get_version
POP_TOP
LOAD_CONST None
RETURN_VALUE | """Multimodal dataset."""
from .multimodal import data_path, get_version
| data/mne-1.6.1/mne/datasets/multimodal/__init__.py | 64 | 25 | 125,981 |
LOAD_CONST 0
LOAD_CONST ('Iterator',)
IMPORT_NAME typing
IMPORT_FROM Iterator
STORE_NAME Iterator
POP_TOP
LOAD_CONST 1
LOAD_CONST ('Row',)
IMPORT_NAME row
IMPORT_FROM Row
STORE_NAME Row
POP_TOP
LOAD_NAME Iterator
LOAD_NAME Row
BINARY_SUBSCR
STORE_NAME IRowStream
LOAD_CONST None
RETURN_VALUE | from typing import Iterator
from .row import Row
IRowStream = Iterator[Row]
| data/frictionless-5.16.1/frictionless/table/types.py | 65 | 25 | 41,793 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME logging
STORE_NAME logging
LOAD_NAME logging
LOAD_METHOD getLogger
LOAD_CONST 'pulpcore.deprecation'
CALL_METHOD
STORE_NAME deprecation_logger
LOAD_CONST None
RETURN_VALUE | import logging
deprecation_logger = logging.getLogger("pulpcore.deprecation")
| data/pulpcore-3.46.0/pulpcore/app/loggers.py | 46 | 25 | 218,078 |
LOAD_CONST 1
LOAD_CONST ('RegionHealthCheckServicesClient',)
IMPORT_NAME client
IMPORT_FROM RegionHealthCheckServicesClient
STORE_NAME RegionHealthCheckServicesClient
POP_TOP
LOAD_CONST ('RegionHealthCheckServicesClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import RegionHealthCheckServicesClient
__all__ = ("RegionHealthCheckServicesClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/region_health_check_services/__init__.py | 54 | 25 | 164,534 |
LOAD_CONST 0
LOAD_CONST ('Resource',)
IMPORT_NAME intercom.traits.api_resource
IMPORT_FROM Resource
STORE_NAME Resource
POP_TOP
LOAD_BUILD_CLASS
LOAD_CONST <code object Message at 0x7f8e2fe149c0, file "f.py", line 4>
LOAD_CONST 'Message'
MAKE_FUNCTION
LOAD_CONST 'Message'
LOAD_NAME Resource
CALL_FUNCTION
STORE_NAME Message
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'Message'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | from intercom.traits.api_resource import Resource
class Message(Resource):
pass
| data/python-intercom-3.1.0/intercom/message.py | 117 | 25 | 396,809 |
LOAD_CONST 1
LOAD_CONST ('main',)
IMPORT_NAME cli
IMPORT_FROM main
STORE_NAME main
POP_TOP
LOAD_NAME main
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE | from .cli import main # pragma: no cover
main() # pragma: no cover
| data/dagster-webserver-1.6.5/dagster_webserver/__main__.py | 35 | 25 | 288,840 |
LOAD_CONST 'Package with Spotify Music provider.'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('SpotifyProvider',)
IMPORT_NAME spotify
IMPORT_FROM SpotifyProvider
STORE_NAME SpotifyProvider
POP_TOP
LOAD_CONST None
RETURN_VALUE | """Package with Spotify Music provider."""
from .spotify import SpotifyProvider # noqa
| data/music_assistant-1.8.8/music_assistant/music_providers/spotify/__init__.py | 50 | 25 | 98,727 |
LOAD_CONST 'Constants for the sensirion_ble integration.'
STORE_NAME __doc__
LOAD_CONST 'sensirion_ble'
STORE_NAME DOMAIN
LOAD_CONST None
RETURN_VALUE | """Constants for the sensirion_ble integration."""
DOMAIN = "sensirion_ble"
| data/homeassistant-2024.2.2/homeassistant/components/sensirion_ble/const.py | 37 | 25 | 298,039 |
LOAD_CONST 1
LOAD_CONST ('NetworkAttachmentsClient',)
IMPORT_NAME client
IMPORT_FROM NetworkAttachmentsClient
STORE_NAME NetworkAttachmentsClient
POP_TOP
LOAD_CONST ('NetworkAttachmentsClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import NetworkAttachmentsClient
__all__ = ("NetworkAttachmentsClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/network_attachments/__init__.py | 54 | 25 | 164,075 |
LOAD_CONST 1
LOAD_CONST ('boxstack_pybullet_sim',)
IMPORT_NAME
IMPORT_FROM boxstack_pybullet_sim
STORE_NAME boxstack_pybullet_sim
POP_TOP
LOAD_CONST 1
LOAD_CONST ('pybullet_sim_gym_env',)
IMPORT_NAME
IMPORT_FROM pybullet_sim_gym_env
STORE_NAME pybullet_sim_gym_env
POP_TOP
LOAD_CONST None
RETURN_VALUE | from . import boxstack_pybullet_sim
from . import pybullet_sim_gym_env
| data/pybullet-3.2.6/examples/pybullet/gym/pybullet_envs/prediction/__init__.py | 88 | 25 | 128,215 |
LOAD_CONST 1
LOAD_CONST ('AutoscalersClient',)
IMPORT_NAME client
IMPORT_FROM AutoscalersClient
STORE_NAME AutoscalersClient
POP_TOP
LOAD_CONST ('AutoscalersClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import AutoscalersClient
__all__ = ("AutoscalersClient",)
| data/google-cloud-compute-1.16.1/google/cloud/compute_v1/services/autoscalers/__init__.py | 54 | 25 | 164,451 |
LOAD_CONST 1
LOAD_CONST ('AssetSetServiceClient',)
IMPORT_NAME client
IMPORT_FROM AssetSetServiceClient
STORE_NAME AssetSetServiceClient
POP_TOP
LOAD_CONST ('AssetSetServiceClient',)
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .client import AssetSetServiceClient
__all__ = ("AssetSetServiceClient",)
| data/google-ads-23.0.0/google/ads/googleads/v15/services/services/asset_set_service/__init__.py | 54 | 25 | 75,660 |
LOAD_CONST 'Clinical epilepsy datasets.'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('data_path', 'get_version')
IMPORT_NAME _data
IMPORT_FROM data_path
STORE_NAME data_path
IMPORT_FROM get_version
STORE_NAME get_version
POP_TOP
LOAD_CONST None
RETURN_VALUE | """Clinical epilepsy datasets."""
from ._data import data_path, get_version
| data/mne-1.6.1/mne/datasets/epilepsy_ecog/__init__.py | 64 | 25 | 125,948 |
LOAD_CONST 0
LOAD_CONST ('LightningPlugin',)
IMPORT_NAME lightning.app.plugin.plugin
IMPORT_FROM LightningPlugin
STORE_NAME LightningPlugin
POP_TOP
LOAD_CONST 'LightningPlugin'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from lightning.app.plugin.plugin import LightningPlugin
__all__ = ["LightningPlugin"]
| data/lightning-2.2.0.post0/src/lightning/app/plugin/__init__.py | 53 | 25 | 121,566 |
LOAD_CONST 0
LOAD_CONST ('Resource',)
IMPORT_NAME intercom.traits.api_resource
IMPORT_FROM Resource
STORE_NAME Resource
POP_TOP
LOAD_BUILD_CLASS
LOAD_CONST <code object Event at 0x7f8e2fe3cc90, file "f.py", line 4>
LOAD_CONST 'Event'
MAKE_FUNCTION
LOAD_CONST 'Event'
LOAD_NAME Resource
CALL_FUNCTION
STORE_NAME Event
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'Event'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | from intercom.traits.api_resource import Resource
class Event(Resource):
pass
| data/python-intercom-3.1.0/intercom/event.py | 116 | 25 | 396,803 |
LOAD_CONST 0
LOAD_CONST ('Resource',)
IMPORT_NAME intercom.traits.api_resource
IMPORT_FROM Resource
STORE_NAME Resource
POP_TOP
LOAD_BUILD_CLASS
LOAD_CONST <code object Note at 0x7f8e2fe3c540, file "f.py", line 4>
LOAD_CONST 'Note'
MAKE_FUNCTION
LOAD_CONST 'Note'
LOAD_NAME Resource
CALL_FUNCTION
STORE_NAME Note
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'Note'
STORE_NAME __qualname__
LOAD_CONST None
RETURN_VALUE | from intercom.traits.api_resource import Resource
class Note(Resource):
pass
| data/python-intercom-3.1.0/intercom/note.py | 117 | 25 | 396,801 |
LOAD_CONST 'Eyelink test dataset.'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('data_path', 'get_version')
IMPORT_NAME eyelink
IMPORT_FROM data_path
STORE_NAME data_path
IMPORT_FROM get_version
STORE_NAME get_version
POP_TOP
LOAD_CONST None
RETURN_VALUE | """Eyelink test dataset."""
from .eyelink import data_path, get_version
| data/mne-1.6.1/mne/datasets/eyelink/__init__.py | 64 | 25 | 125,946 |
LOAD_CONST 1
LOAD_CONST ('read', 'write')
IMPORT_NAME _neuroglancer
IMPORT_FROM read
STORE_NAME read
IMPORT_FROM write
STORE_NAME write
POP_TOP
LOAD_CONST 'read'
LOAD_CONST 'write'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from ._neuroglancer import read, write
__all__ = ["read", "write"]
| data/scikit-fem-9.0.1/meshio/neuroglancer/__init__.py | 56 | 25 | 131,556 |
LOAD_BUILD_CLASS
LOAD_CONST <code object InvalidEncodingError at 0x7fab41c265d0, file "f.py", line 1>
LOAD_CONST 'InvalidEncodingError'
MAKE_FUNCTION
LOAD_CONST 'InvalidEncodingError'
LOAD_NAME Exception
CALL_FUNCTION
STORE_NAME InvalidEncodingError
LOAD_CONST None
RETURN_VALUE
LOAD_NAME __name__
STORE_NAME __module__
LOAD_CONST 'InvalidEncodingError'
STORE_NAME __qualname__
LOAD_CONST "An exception for encodings you can't work with."
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE | class InvalidEncodingError(Exception):
"""An exception for encodings you can't work with."""
| data/autovizwidget-0.21.0/autovizwidget/widget/invalidencodingerror.py | 118 | 25 | 318,884 |
LOAD_CONST 'KIT phantom dataset.'
STORE_NAME __doc__
LOAD_CONST 1
LOAD_CONST ('data_path', 'get_version')
IMPORT_NAME phantom_kit
IMPORT_FROM data_path
STORE_NAME data_path
IMPORT_FROM get_version
STORE_NAME get_version
POP_TOP
LOAD_CONST None
RETURN_VALUE | """KIT phantom dataset."""
from .phantom_kit import data_path, get_version
| data/mne-1.6.1/mne/datasets/phantom_kit/__init__.py | 66 | 25 | 125,963 |
LOAD_CONST '1.10.0'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "1.10.0" # {x-release-please-version}
| data/google-cloud-org-policy-1.10.0/google/cloud/orgpolicy_v2/gapic_version.py | 20 | 25 | 359,655 |
LOAD_CONST 1
LOAD_CONST ('Block',)
IMPORT_NAME block
IMPORT_FROM Block
STORE_NAME Block
POP_TOP
LOAD_CONST 1
LOAD_CONST ('Table',)
IMPORT_NAME table
IMPORT_FROM Table
STORE_NAME Table
POP_TOP
LOAD_CONST 'Block'
LOAD_CONST 'Table'
BUILD_LIST
STORE_NAME __all__
LOAD_CONST None
RETURN_VALUE | from .block import Block
from .table import Table
__all__ = ["Block", "Table"]
| data/textile-4.0.2/textile/objects/__init__.py | 66 | 25 | 22,613 |
LOAD_CONST '1.19.1'
STORE_NAME __version__
LOAD_CONST None
RETURN_VALUE | __version__ = "1.19.1" # {x-release-please-version}
| data/google-cloud-retail-1.19.1/google/cloud/retail_v2beta/gapic_version.py | 20 | 25 | 329,441 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME pytest
STORE_NAME pytest
LOAD_NAME pytest
LOAD_METHOD register_assert_rewrite
LOAD_CONST 'numcodecs.tests.common'
CALL_METHOD
POP_TOP
LOAD_CONST None
RETURN_VALUE | import pytest
pytest.register_assert_rewrite("numcodecs.tests.common")
| data/numcodecs-0.12.1/numcodecs/tests/__init__.py | 48 | 25 | 172,133 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.