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 ('admin',) IMPORT_NAME django.contrib IMPORT_FROM admin STORE_NAME admin POP_TOP LOAD_CONST 0 LOAD_CONST ('include', 'path') IMPORT_NAME django.urls IMPORT_FROM include STORE_NAME include IMPORT_FROM path STORE_NAME path POP_TOP LOAD_NAME path LOAD_CONST 'admin/' LOAD_NAME admin LOAD_ATTR site...
from django.contrib import admin from django.urls import include, path urlpatterns = [ path("admin/", admin.site.urls), path("", include("social_django.urls", namespace="social")), ]
data/social-auth-app-django-5.4.0/tests/urls.py
127
63
20,098
LOAD_CONST 0 LOAD_CONST ('AbstractDataContext', 'BaseDataContext', 'CloudDataContext', 'DataContext', 'EphemeralDataContext', 'FileDataContext', 'get_context') IMPORT_NAME great_expectations.data_context.data_context IMPORT_FROM AbstractDataContext STORE_NAME AbstractDataContext IMPORT_FROM BaseDataContext STORE_NAME B...
from great_expectations.data_context.data_context import ( AbstractDataContext, BaseDataContext, CloudDataContext, DataContext, EphemeralDataContext, FileDataContext, get_context, )
data/great_expectations-0.18.9/great_expectations/data_context/__init__.py
138
63
19,116
LOAD_CONST 0 LOAD_CONST ('Decimal',) IMPORT_NAME decimal IMPORT_FROM Decimal STORE_NAME Decimal POP_TOP LOAD_CONST 0 LOAD_CONST ('Resource',) IMPORT_NAME braintree.resource IMPORT_FROM Resource STORE_NAME Resource POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object StatusEvent at 0x7f8c5d0fdc00, file "f.py", line 5> LOA...
from decimal import Decimal from braintree.resource import Resource class StatusEvent(Resource): def __init__(self, gateway, attributes): Resource.__init__(self, gateway, attributes) self.amount = Decimal(self.amount)
data/braintree-4.26.0/braintree/status_event.py
240
63
327,781
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object RejectReason at 0x7fab820f46f0, file "f.py", line 4> LOAD_CONST 'RejectReason' MAKE_FUNCTION LOAD_CONST 'RejectReason' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION STORE_NAME RejectReason ...
from enum import Enum class RejectReason(str, Enum): None_ = ("none",) Busy = ("busy",) Forbidden = ("forbidden",) UnknownFutureValue = ("unknownFutureValue",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/reject_reason.py
175
63
261,596
LOAD_CONST 1 LOAD_CONST ('_Programming',) IMPORT_NAME IMPORT_FROM _Programming STORE_NAME _Programming POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object _Runtime at 0x7fab70246e40, file "f.py", line 4> LOAD_CONST '_Runtime' MAKE_FUNCTION LOAD_CONST '_Runtime' LOAD_NAME _Programming CALL_FUNCTION STORE_NAME _Runtime LO...
from . import _Programming class _Runtime(_Programming): _type = "runtime" _icon_dir = "resources/programming/runtime" class Dapr(_Runtime): _icon = "dapr.png"
data/diagrams-0.23.4/diagrams/programming/runtime.py
251
63
205,967
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object CourseStatus at 0x7fab70027420, file "f.py", line 4> LOAD_CONST 'CourseStatus' MAKE_FUNCTION LOAD_CONST 'CourseStatus' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION STORE_NAME CourseStatus ...
from enum import Enum class CourseStatus(str, Enum): NotStarted = ("notStarted",) InProgress = ("inProgress",) Completed = ("completed",) UnknownFutureValue = ("unknownFutureValue",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/course_status.py
174
63
261,556
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object SharingDomainRestrictionMode at 0x7fab70027420, file "f.py", line 4> LOAD_CONST 'SharingDomainRestrictionMode' MAKE_FUNCTION LOAD_CONST 'SharingDomainRestrictionMode' LOAD_NAME str LOAD_...
from enum import Enum class SharingDomainRestrictionMode(str, Enum): None_ = ("none",) AllowList = ("allowList",) BlockList = ("blockList",) UnknownFutureValue = ("unknownFutureValue",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/sharing_domain_restriction_mode.py
187
63
261,525
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object MediaDirection at 0x7fab4298e1e0, file "f.py", line 4> LOAD_CONST 'MediaDirection' MAKE_FUNCTION LOAD_CONST 'MediaDirection' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION STORE_NAME MediaDi...
from enum import Enum class MediaDirection(str, Enum): Inactive = ("inactive",) SendOnly = ("sendOnly",) ReceiveOnly = ("receiveOnly",) SendReceive = ("sendReceive",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/media_direction.py
171
63
261,448
LOAD_CONST 'Module containing transpiler calibration passes.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('PulseGates',) IMPORT_NAME pulse_gate IMPORT_FROM PulseGates STORE_NAME PulseGates POP_TOP LOAD_CONST 1 LOAD_CONST ('RZXCalibrationBuilder', 'RZXCalibrationBuilderNoEcho') IMPORT_NAME rzx_builder IMPORT_FROM RZXC...
"""Module containing transpiler calibration passes.""" from .pulse_gate import PulseGates from .rzx_builder import RZXCalibrationBuilder, RZXCalibrationBuilderNoEcho from .rx_builder import RXCalibrationBuilder
data/qiskit-1.0.0/qiskit/transpiler/passes/calibration/__init__.py
171
63
283,061
LOAD_CONST 0 LOAD_CONST ('Literal',) IMPORT_NAME typing_extensions IMPORT_FROM Literal STORE_NAME Literal POP_TOP LOAD_CONST 1 LOAD_CONST ('Message',) IMPORT_NAME message IMPORT_FROM Message STORE_NAME Message POP_TOP LOAD_CONST 2 LOAD_CONST ('BaseModel',) IMPORT_NAME _models IMPORT_FROM BaseModel STORE_NAME BaseMode...
from typing_extensions import Literal from .message import Message from .._models import BaseModel __all__ = ["MessageStartEvent"] class MessageStartEvent(BaseModel): message: Message type: Literal["message_start"]
data/anthropic-0.16.0/src/anthropic/types/message_start_event.py
232
63
222,004
LOAD_CONST 'pylint-quotes module' 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 0 LOAD_CONST ('checker', 'plugin') IMPORT_NAME pylint_quotes IMPORT_FROM checker STORE_NAME checker IMPORT_FROM plugin STOR...
"""pylint-quotes module""" from __future__ import absolute_import from pylint_quotes import checker, plugin # noqa: F401 register = plugin.register # pylint: disable=invalid-name
data/pylint-quotes-0.2.3/pylint_quotes/__init__.py
100
63
385,490
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 2 LOAD_CONST ('load_defined_algorithms',) IMPORT_NAME algolib.loader IMPORT_FROM load_defined_algorithms STORE_NAME load_defined_algorithms POP_TOP LOAD_CONST 1 LOAD_CONST ('RecommendFieldRole',) IMPORT_NAME _customize IMPORT_FROM RecommendFieldRo...
import sys from ..algolib.loader import load_defined_algorithms from ._customize import RecommendFieldRole __all__ = [] load_defined_algorithms(sys.modules[__name__], "recommend")
data/pyodps-0.11.5.post0/odps/ml/recommend/__init__.py
136
63
299,710
LOAD_CONST 0 LOAD_CONST ('parse_file',) IMPORT_NAME stem.descriptor IMPORT_FROM parse_file STORE_NAME parse_file POP_TOP SETUP_LOOP to 54 LOAD_NAME parse_file LOAD_CONST '/home/atagar/.tor/cached-consensus' LOAD_CONST True LOAD_CONST ('validate',) CALL_FUNCTION GET_ITER FOR_ITER to 52 STORE_NAME desc LOAD_NAME print ...
from stem.descriptor import parse_file for desc in parse_file("/home/atagar/.tor/cached-consensus", validate=True): print("found relay %s (%s)" % (desc.nickname, desc.fingerprint))
data/stem-1.8.2/docs/_static/example/validate_descriptor_content.py
126
63
308,153
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Broker at 0x7f8ece8a8810, file "f.py", line 4> LOAD_CONST 'Broker' MAKE_FUNCTION LOAD_CONST 'Broker' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION STORE_NAME Broker LOAD_CONST None RETURN_V...
from enum import Enum class Broker(str, Enum): GET_BROKER_EARNINGS = "/v5/broker/earning-record" def __str__(self) -> str: return self.value
data/pybit-5.6.2/pybit/broker.py
218
63
121,244
LOAD_CONST 0 LOAD_CONST ('GumroadProvider',) IMPORT_NAME allauth.socialaccount.providers.gumroad.provider IMPORT_FROM GumroadProvider STORE_NAME GumroadProvider POP_TOP LOAD_CONST 0 LOAD_CONST ('default_urlpatterns',) IMPORT_NAME allauth.socialaccount.providers.oauth2.urls IMPORT_FROM default_urlpatterns STORE_NAME de...
from allauth.socialaccount.providers.gumroad.provider import GumroadProvider from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns urlpatterns = default_urlpatterns(GumroadProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/gumroad/urls.py
117
63
336,485
LOAD_CONST 1 LOAD_CONST ('SurfaceOutputs',) IMPORT_NAME _outputs IMPORT_FROM SurfaceOutputs STORE_NAME SurfaceOutputs POP_TOP LOAD_CONST 1 LOAD_CONST ('MoneynessType',) IMPORT_NAME _moneyness_type IMPORT_FROM MoneynessType STORE_NAME MoneynessType POP_TOP LOAD_CONST 1 LOAD_CONST ('CalibrationType',) IMPORT_NAME _cali...
from ._outputs import SurfaceOutputs from ._moneyness_type import MoneynessType from ._calibration_type import CalibrationType from ._volatility_type import VolatilityType from ._strike_type import StrikeType
data/refinitiv-data-1.6.0/refinitiv/data/content/ipa/surfaces/_enums/__init__.py
173
63
195,486
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_NAME get_config CALL_FUNCTION STORE_NAME c LOAD_NAME load_subconfig LOAD_CONST 'base_config.py' CALL_FUNCTION POP_TOP LOAD_CONST 'Caltech' LOAD_NAME c LOAD_ATTR School STORE_ATTR name LOAD_CONS...
from __future__ import annotations c = get_config() # noqa: F821 load_subconfig("base_config.py") # noqa: F821 c.School.name = "Caltech"
data/traitlets-5.14.1/examples/docs/configs/main_config.py
78
63
22,560
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_CONST 0 LOAD_CONST ('_TF_PRESENT',) IMPORT_NAME seldon_core.imports_helper IMPORT_FROM _TF_PRESENT STORE_NAME _TF_PRESENT POP_TOP LOAD_NAME pytest LOAD_ATTR mark LOAD_ATTR skipif LOAD_NAME _TF_PRESENT UNARY_NOT LOAD_CONST 'tensorflow is not prese...
import pytest from seldon_core.imports_helper import _TF_PRESENT skipif_tf_missing = pytest.mark.skipif( not _TF_PRESENT, reason="tensorflow is not present" )
data/seldon-core-1.18.0/tests/utils.py
114
63
222,637
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 0 LOAD_CONST ('load',) IMPORT_NAME odf.opendocument IMPORT_FROM load STORE_NAME load POP_TOP LOAD_NAME sys LOAD_ATTR argv LOAD_CONST 1 BINARY_SUBSCR STORE_NAME infile LOAD_NAME load LOAD_NAME infile CALL_FUNCTION STORE_NAME doc LOAD_NAME infile ...
import sys from odf.opendocument import load infile = sys.argv[1] doc = load(infile) outfile = infile[:-4] + "-bak" + infile[-4:] doc.save(outfile)
data/odfpy-1.4.1/examples/loadsave.py
136
63
428,704
LOAD_CONST 0 LOAD_CONST ('CacheBase',) IMPORT_NAME gptcache.manager.scalar_data IMPORT_FROM CacheBase STORE_NAME CacheBase POP_TOP LOAD_CONST 0 LOAD_CONST ('VectorBase',) IMPORT_NAME gptcache.manager.vector_data IMPORT_FROM VectorBase STORE_NAME VectorBase POP_TOP LOAD_CONST 0 LOAD_CONST ('ObjectBase',) IMPORT_NAME g...
from gptcache.manager.scalar_data import CacheBase from gptcache.manager.vector_data import VectorBase from gptcache.manager.object_data import ObjectBase from gptcache.manager.factory import get_data_manager, manager_factory
data/gptcache-0.1.43/gptcache/manager/__init__.py
158
63
422,454
LOAD_CONST 0 LOAD_CONST ('collect_data_files', 'collect_submodules') IMPORT_NAME PyInstaller.utils.hooks IMPORT_FROM collect_data_files STORE_NAME collect_data_files IMPORT_FROM collect_submodules STORE_NAME collect_submodules POP_TOP LOAD_NAME collect_data_files LOAD_CONST 'pendulum.locales' LOAD_CONST True LOAD_CONS...
from PyInstaller.utils.hooks import collect_data_files, collect_submodules datas = collect_data_files("pendulum.locales", include_py_files=True) hiddenimports = collect_submodules("pendulum.locales")
data/pyinstaller-hooks-contrib-2024.1/src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-pendulum.py
120
63
282,306
LOAD_CONST 'compact_lists.txt' STORE_NAME test_source LOAD_CONST 'compact_lists.html' STORE_NAME test_destination LOAD_CONST 'html4' STORE_NAME writer_name LOAD_CONST 'stylesheet_dirs' LOAD_CONST ('functional/input/data',) BUILD_MAP STORE_NAME settings_overrides LOAD_CONST None RETURN_VALUE
test_source = "compact_lists.txt" test_destination = "compact_lists.html" writer_name = "html4" settings_overrides = { "stylesheet_dirs": ("functional/input/data",), }
data/docutils-0.20.1/test/functional/tests/compact_lists.py
76
63
83,262
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 0x7fab82343ed0, 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): dependencies = [ ("wagtailsearchpromotions", "0003_query_querydailyhits"), ] operations = []
data/wagtail-6.0.1/wagtail/contrib/search_promotions/migrations/0004_copy_queries.py
161
63
200,010
LOAD_CONST 0 LOAD_CONST ('Literal',) IMPORT_NAME typing IMPORT_FROM Literal STORE_NAME Literal POP_TOP LOAD_NAME Literal LOAD_CONST ('0', '50', '75', '100', '125', '150', '200') BINARY_SUBSCR STORE_NAME Contrast LOAD_CONST None RETURN_VALUE
from typing import Literal Contrast = Literal[ "0", "50", "75", "100", "125", "150", "200", ]
data/nicegui-1.4.15/nicegui/tailwind_types/contrast.py
74
63
223,360
LOAD_NAME print LOAD_CONST 'format me' CALL_FUNCTION POP_TOP LOAD_NAME print LOAD_CONST 'format me' CALL_FUNCTION POP_TOP LOAD_NAME print LOAD_CONST 'format me' CALL_FUNCTION POP_TOP LOAD_NAME print LOAD_CONST 'format me' CALL_FUNCTION POP_TOP LOAD_NAME print LOAD_CONST 'format me' CALL_FUNCTION POP_TOP LOAD_NAME ...
print("format me") print("format me") print("format me") print("format me") print("format me") print("format me") print("format me") print("format me") print("format me") print("format me")
data/black-24.2.0/tests/data/cases/line_ranges_diff_edge_case.py
144
63
405,300
LOAD_CONST 0 LOAD_CONST ('is_win', 'is_cygwin') IMPORT_NAME PyInstaller.compat IMPORT_FROM is_win STORE_NAME is_win IMPORT_FROM is_cygwin STORE_NAME is_cygwin POP_TOP LOAD_CONST 0 LOAD_CONST ('collect_dynamic_libs',) IMPORT_NAME PyInstaller.utils.hooks IMPORT_FROM collect_dynamic_libs STORE_NAME collect_dynamic_libs P...
from PyInstaller.compat import is_win, is_cygwin from PyInstaller.utils.hooks import collect_dynamic_libs if is_win or is_cygwin: binaries = collect_dynamic_libs("clr_loader")
data/pyinstaller-hooks-contrib-2024.1/src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-clr_loader.py
136
63
282,334
LOAD_CONST '\nconfig_models Django application initialization.\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('AppConfig',) IMPORT_NAME django.apps IMPORT_FROM AppConfig STORE_NAME AppConfig POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object ConfigModelsConfig at 0x7f8ab739e6f0, file "f.py", line 8> LOAD_CONST 'ConfigM...
""" config_models Django application initialization. """ from django.apps import AppConfig class ConfigModelsConfig(AppConfig): """ Configuration for the config_models Django application. """ name = "config_models"
data/django-config-models-2.5.1/config_models/apps.py
178
63
335,992
LOAD_CONST 0 LOAD_CONST ('path',) IMPORT_NAME django.urls IMPORT_FROM path STORE_NAME path POP_TOP LOAD_CONST 0 LOAD_CONST ('admin',) IMPORT_NAME django.contrib IMPORT_FROM admin STORE_NAME admin POP_TOP LOAD_CONST 1 LOAD_CONST ('urlpatterns',) IMPORT_NAME urls IMPORT_FROM urlpatterns STORE_NAME original_urlpatterns ...
from django.urls import path from django.contrib import admin from .urls import urlpatterns as original_urlpatterns urlpatterns = [ path("admin/", admin.site.urls), ] + original_urlpatterns
data/django-defender-0.9.8/defender/test_urls.py
125
63
54,176
LOAD_CONST ('watchman.checks.caches', 'watchman.checks.databases', 'watchman.checks.storage') STORE_NAME DEFAULT_CHECKS LOAD_CONST ('watchman.checks.email',) STORE_NAME PAID_CHECKS LOAD_CONST None RETURN_VALUE
DEFAULT_CHECKS = ( "watchman.checks.caches", "watchman.checks.databases", "watchman.checks.storage", ) PAID_CHECKS = ("watchman.checks.email",)
data/django-watchman-1.3.0/watchman/constants.py
62
63
109,227
LOAD_CONST 0 LOAD_CONST ('Client',) IMPORT_NAME chalice.test IMPORT_FROM Client STORE_NAME Client POP_TOP LOAD_CONST 0 LOAD_CONST ('app',) IMPORT_NAME app IMPORT_FROM app STORE_NAME app POP_TOP LOAD_CONST <code object test_index at 0x7fab42062030, file "f.py", line 5> LOAD_CONST 'test_index' MAKE_FUNCTION STORE_NAME ...
from chalice.test import Client from app import app def test_index(): with Client(app) as client: response = client.lambda_.invoke("first_function", {}) assert response.payload == {"hello": "world"}
data/chalice-1.30.0/chalice/templates/0007-lambda-only/tests/test_app.py
192
63
372,752
LOAD_CONST 0 LOAD_CONST ('unique',) IMPORT_NAME enum IMPORT_FROM unique STORE_NAME unique POP_TOP LOAD_CONST 4 LOAD_CONST ('StrEnum',) IMPORT_NAME _base_enum IMPORT_FROM StrEnum STORE_NAME StrEnum POP_TOP LOAD_NAME unique LOAD_BUILD_CLASS LOAD_CONST <code object InflationMode at 0x7fab701ac780, file "f.py", line 5> L...
from enum import unique from ...._base_enum import StrEnum @unique class InflationMode(StrEnum): ADJUSTED = "Adjusted" DEFAULT = "Default" UNADJUSTED = "Unadjusted"
data/refinitiv-data-1.6.0/refinitiv/data/content/ipa/_enums/_inflation_mode.py
191
63
195,532
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object TeamsAppPublishingState at 0x7fab70027420, file "f.py", line 4> LOAD_CONST 'TeamsAppPublishingState' MAKE_FUNCTION LOAD_CONST 'TeamsAppPublishingState' LOAD_NAME str LOAD_NAME Enum CALL_...
from enum import Enum class TeamsAppPublishingState(str, Enum): Submitted = ("submitted",) Rejected = ("rejected",) Published = ("published",) UnknownFutureValue = ("unknownFutureValue",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/teams_app_publishing_state.py
187
63
261,889
LOAD_CONST 0 LOAD_CONST ('view_config',) IMPORT_NAME pyramid.view IMPORT_FROM view_config STORE_NAME view_config POP_TOP LOAD_NAME view_config LOAD_CONST 'home' LOAD_CONST 'myproject:templates/mytemplate.jinja2' LOAD_CONST ('route_name', 'renderer') CALL_FUNCTION LOAD_CONST <code object my_view at 0x7faa51f69810, file...
from pyramid.view import view_config @view_config(route_name="home", renderer="myproject:templates/mytemplate.jinja2") def my_view(request): return {"project": "myproject"}
data/pyramid-2.0.2/docs/narr/myproject/myproject/views/default.py
143
63
20,036
SETUP_ANNOTATIONS LOAD_CONST '\nKeeps list of preview runtimes, which can be used with sam build or sam local commands.\nBut deployment of them would probably fail until their GA date\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('Set',) IMPORT_NAME typing IMPORT_FROM Set STORE_NAME Set POP_TOP LOAD_NAME set CALL_FU...
""" Keeps list of preview runtimes, which can be used with sam build or sam local commands. But deployment of them would probably fail until their GA date """ from typing import Set PREVIEW_RUNTIMES: Set[str] = set()
data/aws-sam-cli-1.109.0/samcli/lib/utils/preview_runtimes.py
119
63
432,245
LOAD_CONST 1 LOAD_CONST ('AccessTokenClient',) IMPORT_NAME access_token_client IMPORT_FROM AccessTokenClient STORE_NAME AccessTokenClient POP_TOP LOAD_CONST 1 LOAD_CONST ('AccessTokenResponse',) IMPORT_NAME access_token_response IMPORT_FROM AccessTokenResponse STORE_NAME AccessTokenResponse POP_TOP LOAD_CONST 1 LOAD_...
from .access_token_client import AccessTokenClient from .access_token_response import AccessTokenResponse from .credentials import Credentials __all__ = [ "AccessTokenResponse", "AccessTokenClient", "Credentials", ]
data/python-amazon-sp-api-1.4.0/sp_api/auth/__init__.py
125
63
358,240
LOAD_CONST 'Provides CC-CEDICT character constants.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('simplified',) IMPORT_NAME IMPORT_FROM simplified STORE_NAME simplified POP_TOP LOAD_CONST 1 LOAD_CONST ('traditional',) IMPORT_NAME IMPORT_FROM traditional STORE_NAME traditional POP_TOP LOAD_CONST 1 LOAD_CONST ('all',)...
"""Provides CC-CEDICT character constants.""" from . import simplified from . import traditional from . import all simp = simplified = simplified.CHARACTERS trad = traditional = traditional.CHARACTERS all = all.CHARACTERS
data/zhon-2.0.2/src/zhon/cedict/__init__.py
138
63
372,785
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_CONST 0 STORE_GLOBAL count LOAD_NAME pytest LOAD_ATTR mark LOAD_ATTR flaky LOAD_CONST 2 LOAD_CONST ('reruns',) CALL_FUNCTION LOAD_CONST <code object test_rerun at 0x7fab4205fd20, file "f.py", line 7> LOAD_CONST 'test_rerun' MAKE_FUNCTION CALL_FUNC...
import pytest count = 0 @pytest.mark.flaky(reruns=2) def test_rerun(): global count count += 1 print("Rerun #%d" % count) assert False
data/pytest-reporter-html1-0.8.3/tests/samples/sample_reruns.py
159
63
307,513
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 1 LOAD_CONST ('BoundModelBase', 'ClientEntityBase') IMPORT_NAME client IMPORT_FROM BoundModelBase STORE_NAME BoundModelBase IMPORT_FROM ClientEntityBase STORE_NAME ClientEntityBase POP_TOP ...
from __future__ import annotations from .client import BoundModelBase, ClientEntityBase # noqa: F401 from .domain import BaseDomain, DomainIdentityMixin, Meta, Pagination # noqa: F401
data/ansible-9.2.0/ansible_collections/hetzner/hcloud/plugins/module_utils/vendor/hcloud/core/__init__.py
145
63
280,155
LOAD_CONST 0 LOAD_CONST ('OpenAIMetadataTagger', 'create_metadata_tagger') IMPORT_NAME langchain_community.document_transformers.openai_functions IMPORT_FROM OpenAIMetadataTagger STORE_NAME OpenAIMetadataTagger IMPORT_FROM create_metadata_tagger STORE_NAME create_metadata_tagger POP_TOP LOAD_CONST 'OpenAIMetadataTagge...
from langchain_community.document_transformers.openai_functions import ( OpenAIMetadataTagger, create_metadata_tagger, ) __all__ = ["OpenAIMetadataTagger", "create_metadata_tagger"]
data/langchain-0.1.8/langchain/document_transformers/openai_functions.py
109
63
369,158
LOAD_CONST 1 LOAD_CONST ('MplugOwlConfig', 'MplugOwlVisionConfig', 'MplugOwlVisualAbstractorConfig') IMPORT_NAME configuration_mplug_owl IMPORT_FROM MplugOwlConfig STORE_NAME MplugOwlConfig IMPORT_FROM MplugOwlVisionConfig STORE_NAME MplugOwlVisionConfig IMPORT_FROM MplugOwlVisualAbstractorConfig STORE_NAME MplugOwlVis...
from .configuration_mplug_owl import ( MplugOwlConfig, MplugOwlVisionConfig, MplugOwlVisualAbstractorConfig, ) from .modeling_mplug_owl import MplugOwlForConditionalGeneration
data/modelscope-1.12.0/modelscope/models/multi_modal/mplug_owl/__init__.py
150
63
313,951
LOAD_CONST 0 LOAD_CONST ('InfoPowerBITool', 'ListPowerBITool', 'QueryPowerBITool') IMPORT_NAME langchain_community.tools.powerbi.tool IMPORT_FROM InfoPowerBITool STORE_NAME InfoPowerBITool IMPORT_FROM ListPowerBITool STORE_NAME ListPowerBITool IMPORT_FROM QueryPowerBITool STORE_NAME QueryPowerBITool POP_TOP LOAD_CONST...
from langchain_community.tools.powerbi.tool import ( InfoPowerBITool, ListPowerBITool, QueryPowerBITool, ) __all__ = ["QueryPowerBITool", "InfoPowerBITool", "ListPowerBITool"]
data/langchain-0.1.8/langchain/tools/powerbi/tool.py
112
63
369,304
LOAD_CONST 'toml_loads' BUILD_LIST STORE_NAME __all__ LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_NAME sys LOAD_ATTR version_info LOAD_CONST (3, 11) COMPARE_OP >= POP_JUMP_IF_FALSE LOAD_CONST 0 LOAD_CONST ('loads',) IMPORT_NAME tomllib IMPORT_FROM loads STORE_NAME toml_loads POP_TOP JUMP_FORWARD...
__all__ = ["toml_loads"] import sys if sys.version_info >= (3, 11): from tomllib import loads as toml_loads else: from tomli import loads as toml_loads
data/cyclonedx_bom-4.1.1/cyclonedx_py/_internal/utils/toml.py
121
63
386,939
LOAD_CONST 2 LOAD_CONST ('Provider',) IMPORT_NAME IMPORT_FROM Provider STORE_NAME PhoneNumberProvider POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Provider at 0x7fab428389c0, file "f.py", line 4> LOAD_CONST 'Provider' MAKE_FUNCTION LOAD_CONST 'Provider' LOAD_NAME PhoneNumberProvider CALL_FUNCTION STORE_NAME Provid...
from .. import Provider as PhoneNumberProvider class Provider(PhoneNumberProvider): formats = ( "+370 ########", "+(370) ########", "+370########", )
data/Faker-23.2.1/faker/providers/phone_number/lt_LT/__init__.py
147
63
16,828
LOAD_CONST 'Text-to-speech data models.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('dataclass',) IMPORT_NAME dataclasses IMPORT_FROM dataclass STORE_NAME dataclass POP_TOP LOAD_NAME dataclass LOAD_CONST True LOAD_CONST ('frozen',) CALL_FUNCTION LOAD_BUILD_CLASS LOAD_CONST <code object Voice at 0x7fab81f87ae0, file ...
"""Text-to-speech data models.""" from dataclasses import dataclass @dataclass(frozen=True) class Voice: """A TTS voice.""" voice_id: str name: str
data/homeassistant-2024.2.2/homeassistant/components/tts/models.py
208
63
296,975
LOAD_CONST 0 LOAD_CONST ('LangSmithDatasetChatLoader', 'LangSmithRunChatLoader') IMPORT_NAME langchain_community.chat_loaders.langsmith IMPORT_FROM LangSmithDatasetChatLoader STORE_NAME LangSmithDatasetChatLoader IMPORT_FROM LangSmithRunChatLoader STORE_NAME LangSmithRunChatLoader POP_TOP LOAD_CONST 'LangSmithRunChatL...
from langchain_community.chat_loaders.langsmith import ( LangSmithDatasetChatLoader, LangSmithRunChatLoader, ) __all__ = ["LangSmithRunChatLoader", "LangSmithDatasetChatLoader"]
data/langchain-0.1.8/langchain/chat_loaders/langsmith.py
111
63
368,291
LOAD_CONST 'Censys CLI commands.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('account', 'asm', 'config', 'hnri', 'search', 'subdomains', 'view') IMPORT_NAME IMPORT_FROM account STORE_NAME account IMPORT_FROM asm STORE_NAME asm IMPORT_FROM config STORE_NAME config IMPORT_FROM hnri STORE_NAME hnri IMPORT_FROM search ST...
"""Censys CLI commands.""" from . import account, asm, config, hnri, search, subdomains, view __all__ = ["account", "asm", "config", "hnri", "search", "subdomains", "view"]
data/censys-2.2.11/censys/cli/commands/__init__.py
153
63
190,493
LOAD_CONST <code object add at 0x7f8af1683a50, file "f.py", line 1> LOAD_CONST 'add' MAKE_FUNCTION STORE_NAME add LOAD_CONST <code object div at 0x7f8b20113030, file "f.py", line 5> LOAD_CONST 'div' MAKE_FUNCTION STORE_NAME div LOAD_CONST <code object minus at 0x7f8b201135d0, file "f.py", line 9> LOAD_CONST 'minus' M...
def add(a, b): return a + b def div(a, b): return a // b def minus(a, b): return a - b def mult(a, b): return a * b
data/nose-1.3.7/functional_tests/support/package2/maths.py
223
63
401,758
LOAD_CONST 0 LOAD_CONST ('Model',) IMPORT_NAME msrest.serialization IMPORT_FROM Model STORE_NAME Model POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object VariableGroupProviderData at 0x7fab80297300, file "f.py", line 4> LOAD_CONST 'VariableGroupProviderData' MAKE_FUNCTION LOAD_CONST 'VariableGroupProviderData' LOAD_NAME...
from msrest.serialization import Model class VariableGroupProviderData(Model): """VariableGroupProviderData.""" _attribute_map = {} def __init__(self): super(VariableGroupProviderData, self).__init__()
data/vsts-0.1.25/vsts/release/v4_1/models/variable_group_provider_data.py
252
63
67,144
LOAD_CONST 2 LOAD_CONST ('Provider',) IMPORT_NAME IMPORT_FROM Provider STORE_NAME PhoneNumberProvider POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Provider at 0x7fab428380c0, file "f.py", line 4> LOAD_CONST 'Provider' MAKE_FUNCTION LOAD_CONST 'Provider' LOAD_NAME PhoneNumberProvider CALL_FUNCTION STORE_NAME Provid...
from .. import Provider as PhoneNumberProvider class Provider(PhoneNumberProvider): formats = ( "+371 ########", "+(371) ########", "+371########", )
data/Faker-23.2.1/faker/providers/phone_number/lv_LV/__init__.py
147
63
16,796
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 SpriteKit STORE_NAME SpriteKit LOAD_BUILD_CLASS LOAD_CONST <code object TestCallableMetadata at 0x7faaac2dc9c0, file "f.py", line 6> LOAD_CONST 'TestCalla...
from PyObjCTools.TestSupport import TestCase import SpriteKit class TestCallableMetadata(TestCase): def test_callable_metadata_is_sane(self): self.assertCallableMetadataIsSane(SpriteKit)
data/pyobjc-framework-SpriteKit-10.1/PyObjCTest/test_spritekit.py
253
63
81,427
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME logging STORE_NAME logging LOAD_CONST 0 LOAD_CONST ('NullHandler',) IMPORT_NAME logging IMPORT_FROM NullHandler STORE_NAME NullHandler POP_TOP LOAD_CONST 0 LOAD_CONST ('HttpCredSSPAuth',) IMPORT_NAME requests_credssp.credssp IMPORT_FROM HttpCredSSPAuth STORE_NAME HttpCredSSPAu...
import logging from logging import NullHandler from requests_credssp.credssp import HttpCredSSPAuth logger = logging.getLogger(__name__) logger.addHandler(NullHandler()) __all__ = "HttpCredSSPAuth"
data/requests-credssp-2.0.0/requests_credssp/__init__.py
136
63
436,607
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_NAME sys LOAD_ATTR version_info LOAD_CONST (3, 8) COMPARE_OP >= POP_JUMP_IF_FALSE LOAD_CONST 0 LOAD_CONST ('Protocol', 'TypedDict') IMPORT_NAME typing IMPORT_FROM Protocol STORE_NAME Protocol IMPORT_FROM TypedDict STORE_NAME TypedDict POP_TOP JUMP_FORWA...
import sys if sys.version_info >= (3, 8): from typing import Protocol, TypedDict else: from typing_extensions import Protocol, TypedDict __all__ = ("Protocol", "TypedDict")
data/aioredis-2.0.1/aioredis/compat.py
147
63
417,914
LOAD_CONST 'Plot Cortex Surface.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('Brain', '_LayeredMesh') IMPORT_NAME _brain IMPORT_FROM Brain STORE_NAME Brain IMPORT_FROM _LayeredMesh STORE_NAME _LayeredMesh POP_TOP LOAD_CONST 1 LOAD_CONST ('_BrainScraper',) IMPORT_NAME _scraper IMPORT_FROM _BrainScraper STORE_NAME _Br...
"""Plot Cortex Surface.""" from ._brain import Brain, _LayeredMesh from ._scraper import _BrainScraper from ._linkviewer import _LinkViewer __all__ = ["Brain"]
data/mne-1.6.1/mne/viz/_brain/__init__.py
154
63
125,746
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 AVFoundation STORE_NAME AVFoundation LOAD_BUILD_CLASS LOAD_CONST <code object TestCallableMetadata at 0x7fab4106c930, file "f.py", line 6> LOAD_CONST 'Tes...
from PyObjCTools.TestSupport import TestCase import AVFoundation class TestCallableMetadata(TestCase): def test_callable_metadata_is_sane(self): self.assertCallableMetadataIsSane(AVFoundation)
data/pyobjc-framework-AVFoundation-10.1/PyObjCTest/test_avfoundation.py
254
63
95,084
LOAD_CONST 'Enough of the test.support APIs to run the contextlib test suite' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 0 LOAD_CONST None IMPORT_NAME unittest STORE_NAME unittest LOAD_NAME unittest LOAD_METHOD skipIf LOAD_NAME sys LOAD_ATTR flags LOAD_ATTR optimize LO...
"""Enough of the test.support APIs to run the contextlib test suite""" import sys import unittest requires_docstrings = unittest.skipIf( sys.flags.optimize >= 2, "Test requires docstrings" )
data/contextlib2-21.6.0/test/support/__init__.py
105
63
190,731
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 1 LOAD_CONST ('BoundModelBase', 'ClientEntityBase') IMPORT_NAME client IMPORT_FROM BoundModelBase STORE_NAME BoundModelBase IMPORT_FROM ClientEntityBase STORE_NAME ClientEntityBase POP_TOP ...
from __future__ import annotations from .client import BoundModelBase, ClientEntityBase # noqa: F401 from .domain import BaseDomain, DomainIdentityMixin, Meta, Pagination # noqa: F401
data/hcloud-1.33.2/hcloud/core/__init__.py
145
63
436,474
LOAD_CONST '\noauthlib.oauth2.rfc8628\n~~~~~~~~~~~~~~~~~~~~~~~\n\nThis module is an implementation of various logic needed\nfor consuming OAuth 2.0 Device Authorization RFC8628.\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('DeviceClient',) IMPORT_NAME device IMPORT_FROM DeviceClient STORE_NAME DeviceClient POP_TOP L...
""" oauthlib.oauth2.rfc8628 ~~~~~~~~~~~~~~~~~~~~~~~ This module is an implementation of various logic needed for consuming OAuth 2.0 Device Authorization RFC8628. """ from .device import DeviceClient
data/oauthlib-3.2.2/oauthlib/oauth2/rfc8628/clients/__init__.py
93
63
215,113
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME ibis STORE_NAME ibis LOAD_NAME ibis LOAD_ATTR table LOAD_CONST 'star1' LOAD_CONST 'int32' LOAD_CONST 'float64' LOAD_CONST 'string' LOAD_CONST 'string' LOAD_CONST ('c', 'f', 'foo_id', 'bar_id') BUILD_CONST_KEY_MAP LOAD_CONST ('name', 'schema') CALL_FUNCTION LOAD_METHOD count C...
import ibis result = ibis.table( name="star1", schema={"c": "int32", "f": "float64", "foo_id": "string", "bar_id": "string"}, ).count()
data/ibis_framework-8.0.0/ibis/tests/sql/snapshots/test_select_sql/test_select_sql/aggregate_table_count_metric/decompiled.py
98
63
161,244
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _break_pair IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _exists IMPOR...
from .__cmd_group import * from ._break_pair import * from ._create import * from ._delete import * from ._exists import * from ._fail_over import * from ._list import * from ._show import *
data/azure-cli-2.57.0/azure/cli/command_modules/eventhubs/aaz/latest/eventhubs/georecovery_alias/__init__.py
146
63
374,826
LOAD_CONST 'utilities for building pyzmq.\n\nLargely adapted from h5py\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME bundle IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME config IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME detect IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT...
"""utilities for building pyzmq. Largely adapted from h5py """ from .bundle import * from .config import * from .detect import * from .misc import * from .msg import * from .patch import *
data/pyzmq-25.1.2/buildutils/__init__.py
133
63
419,697
LOAD_CONST 0 LOAD_CONST ('Model',) IMPORT_NAME msrest.serialization IMPORT_FROM Model STORE_NAME Model POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object VariableGroupProviderData at 0x7fab802b3420, file "f.py", line 4> LOAD_CONST 'VariableGroupProviderData' MAKE_FUNCTION LOAD_CONST 'VariableGroupProviderData' LOAD_NAME...
from msrest.serialization import Model class VariableGroupProviderData(Model): """VariableGroupProviderData.""" _attribute_map = {} def __init__(self): super(VariableGroupProviderData, self).__init__()
data/vsts-0.1.25/vsts/release/v4_0/models/variable_group_provider_data.py
252
63
67,059
LOAD_CONST 'Utilities based on Pythons iterators and generators.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _iteration_utilities IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _convenience IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _recipes IMPORT_STAR LOAD_CONST 1 LOAD_CONST...
"""Utilities based on Pythons iterators and generators.""" from ._iteration_utilities import * from ._convenience import * from ._recipes import * from ._additional_recipes import * from ._classes import *
data/iteration_utilities-0.12.0/src/iteration_utilities/__init__.py
121
63
343,026
LOAD_CONST 0 LOAD_CONST ('version',) IMPORT_NAME importlib.metadata IMPORT_FROM version STORE_NAME __version POP_TOP LOAD_CONST 1 LOAD_CONST ('BinaryTrie',) IMPORT_NAME binary IMPORT_FROM BinaryTrie STORE_NAME BinaryTrie POP_TOP LOAD_CONST 1 LOAD_CONST ('HexaryTrie',) IMPORT_NAME hexary IMPORT_FROM HexaryTrie STORE_N...
from importlib.metadata import ( version as __version, ) from .binary import ( BinaryTrie, ) from .hexary import ( HexaryTrie, ) __version__ = __version("trie")
data/trie-3.0.0/trie/__init__.py
113
63
57,933
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_NAME bool LOAD_CONST ('return',) BUILD_CONST_KEY_MAP LOAD_CONST <code object running_in_ci at 0x7fabdc1d0c00, file "f.py", line 4> LOAD_CONST 'running_in_ci' MAKE_FUNCTION STORE_NAME running_in_ci LOAD_CONST None RETURN_VALUE LOAD_GLOBAL any LOAD_CONST <...
import os def running_in_ci() -> bool: return any( os.environ.get(env_var) in {"true", "1"} for env_var in ("CI", "GITHUB_ACTIONS") )
data/hatch-1.9.3/src/hatch/utils/ci.py
226
63
183,788
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME uuid STORE_NAME uuid LOAD_CONST <code object generate_unique_id at 0x7faac00c18a0, file "f.py", line 4> LOAD_CONST 'generate_unique_id' MAKE_FUNCTION STORE_NAME generate_unique_id LOAD_CONST None RETURN_VALUE LOAD_GLOBAL str LOAD_GLOBAL uuid LOAD_METHOD uuid4 CALL_METHOD LOAD_...
import uuid def generate_unique_id(length): """ get fixed length uuid """ unique_id = str(uuid.uuid4().int) unique_id = unique_id[:length] return unique_id
data/openxlab-0.0.34/openxlab/utils/id_util.py
128
63
318,304
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 0 LOAD_CONST ('warn',) IMPORT_NAME warnings IMPORT_FROM warn STORE_NAME warn POP_TOP LOAD_NAME warn LOAD_CONST 'Please only import from anndata, not anndata.readwrite' LOAD_NAME Deprecatio...
from __future__ import annotations from warnings import warn warn("Please only import from anndata, not anndata.readwrite", DeprecationWarning) from ._io import * # noqa: F403, E402
data/anndata-0.10.5.post1/anndata/readwrite.py
103
63
104,446
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME typing STORE_NAME typing LOAD_CONST 4 LOAD_CONST ('ApiError',) IMPORT_NAME core.api_error IMPORT_FROM ApiError STORE_NAME ApiError POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object MethodNotAllowedError at 0x7f8aac1fa150, file "f.py", line 6> LOAD_CONST 'MethodNotAllowedError' ...
import typing from ....core.api_error import ApiError class MethodNotAllowedError(ApiError): def __init__(self, body: typing.Any): super().__init__(status_code=405, body=body)
data/langfuse-2.15.0/langfuse/api/resources/commons/errors/method_not_allowed_error.py
275
63
433,986
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME Converter STORE_NAME Converter LOAD_CONST 0 LOAD_CONST None IMPORT_NAME CurrencyConvBindingDocument STORE_NAME CurrencyConvBindingDocument LOAD_CONST 0 LOAD_CONST ('AppHelper',) IMPORT_NAME PyObjCTools IMPORT_FROM AppHelper STORE_NAME AppHelper POP_TOP LOAD_NAME __name__ LOAD...
import Converter # noqa: F401 import CurrencyConvBindingDocument # noqa: F401 from PyObjCTools import AppHelper if __name__ == "__main__": AppHelper.runEventLoop()
data/pyobjc-framework-Cocoa-10.1/Examples/AppKit/CocoaBindings/CurrencyConvBinding/CurrencyConvBinding.py
104
63
64,613
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME typer STORE_NAME typer LOAD_NAME typer LOAD_METHOD Option LOAD_CONST Ellipsis LOAD_CONST '-n' CALL_METHOD BUILD_TUPLE LOAD_NAME str LOAD_CONST ('user_name',) BUILD_CONST_KEY_MAP LOAD_CONST <code object main at 0x7fab641f2db0, file "f.py", line 4> LOAD_CONST 'main' MAKE_FUNCTION...
import typer def main(user_name: str = typer.Option(..., "-n")): print(f"Hello {user_name}") if __name__ == "__main__": typer.run(main)
data/typer-0.9.0/docs_src/options/name/tutorial003.py
156
63
224,433
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 0 LOAD_CONST None IMPORT_NAME _pytest._py.error IMPORT_FROM _py ROT_TWO POP_TOP IMPORT_FROM error STORE_NAME error POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME _pytest._py.path IMPORT_FROM _py ROT_TWO POP_TOP IMPORT_FROM path STORE_NAME path P...
import sys import _pytest._py.error as error import _pytest._py.path as path sys.modules["py.error"] = error sys.modules["py.path"] = path __all__ = ["error", "path"]
data/pytest-8.0.1/src/py.py
140
63
427,712
LOAD_CONST 0 LOAD_CONST ('Final',) IMPORT_NAME typing IMPORT_FROM Final STORE_NAME Final POP_TOP LOAD_CONST 0 LOAD_CONST ('Component',) IMPORT_NAME localstack.services.stepfunctions.asl.component.component IMPORT_FROM Component STORE_NAME Component POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object End at 0x7fab7030639...
from typing import Final from localstack.services.stepfunctions.asl.component.component import Component class End(Component): def __init__(self, is_end: bool): self.is_end: Final[bool] = is_end
data/localstack-core-3.1.0/localstack/services/stepfunctions/asl/component/common/flow/end.py
224
63
225,353
LOAD_CONST 0 LOAD_CONST ('BaseReader',) IMPORT_NAME haystack.nodes.reader.base IMPORT_FROM BaseReader STORE_NAME BaseReader POP_TOP LOAD_CONST 0 LOAD_CONST ('FARMReader',) IMPORT_NAME haystack.nodes.reader.farm IMPORT_FROM FARMReader STORE_NAME FARMReader POP_TOP LOAD_CONST 0 LOAD_CONST ('TransformersReader',) IMPORT...
from haystack.nodes.reader.base import BaseReader from haystack.nodes.reader.farm import FARMReader from haystack.nodes.reader.transformers import TransformersReader from haystack.nodes.reader.table import TableReader, RCIReader
data/farm_haystack-1.24.1/haystack/nodes/reader/__init__.py
159
63
367,220
LOAD_CONST 1 LOAD_CONST ('File', 'parse_multipart_form') IMPORT_NAME form IMPORT_FROM File STORE_NAME File IMPORT_FROM parse_multipart_form STORE_NAME parse_multipart_form POP_TOP LOAD_CONST 1 LOAD_CONST ('RequestParameters',) IMPORT_NAME parameters IMPORT_FROM RequestParameters STORE_NAME RequestParameters POP_TOP L...
from .form import File, parse_multipart_form from .parameters import RequestParameters from .types import Request __all__ = ( "File", "parse_multipart_form", "Request", "RequestParameters", )
data/sanic-23.12.1/sanic/request/__init__.py
122
63
186,691
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 MLCompute STORE_NAME MLCompute LOAD_BUILD_CLASS LOAD_CONST <code object TestCallableMetadata at 0x7f8ab62f5d20, file "f.py", line 6> LOAD_CONST 'TestCalla...
from PyObjCTools.TestSupport import TestCase import MLCompute class TestCallableMetadata(TestCase): def test_callable_metadata_is_sane(self): self.assertCallableMetadataIsSane(MLCompute)
data/pyobjc-framework-MLCompute-10.1/PyObjCTest/test_mlcompute.py
255
63
333,385
LOAD_BUILD_CLASS LOAD_CONST <code object MoveOperations at 0x7fab640fac90, file "f.py", line 1> LOAD_CONST 'MoveOperations' MAKE_FUNCTION LOAD_CONST 'MoveOperations' CALL_FUNCTION STORE_NAME MoveOperations LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'MoveOperations' STORE_NAME __qu...
class MoveOperations: """Specifies criteria for how to move files.""" none = 0 """Specifies no move operation is specified.""" overwrite = 1 """Specifies a file with the same name is to be overwritten if it exists."""
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/files/move_operations.py
127
63
189,501
LOAD_CONST ' Deprecated interface to `debian.deb822` ' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST None IMPORT_NAME warnings STORE_NAME warnings LOAD_NAME warnings LOAD_ATTR warn LOAD_CONST "please use 'debian.deb822' instead" LOAD_NAME DeprecationWarning LOAD_CONST 2 LOAD_CONST ('stacklevel',) CALL_FUNCTION POP_TOP ...
""" Deprecated interface to `debian.deb822` """ import warnings warnings.warn("please use 'debian.deb822' instead", DeprecationWarning, stacklevel=2) from debian.deb822 import *
data/python-debian-0.1.49/lib/deb822.py
107
63
360,388
LOAD_CONST 'Modeling package definition.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('backbones',) IMPORT_NAME official.vision.modeling IMPORT_FROM backbones STORE_NAME backbones POP_TOP LOAD_CONST 0 LOAD_CONST ('decoders',) IMPORT_NAME official.vision.modeling IMPORT_FROM decoders STORE_NAME decoders POP_TOP LOAD_...
"""Modeling package definition.""" from official.vision.modeling import backbones from official.vision.modeling import decoders from official.vision.modeling import heads from official.vision.modeling import layers from official.vision.modeling import models
data/tf-models-official-2.15.0/official/vision/modeling/__init__.py
166
63
355,418
LOAD_CONST 'HuggingFace Security toolkit.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('HuggingFaceInjectionIdentifier',) IMPORT_NAME langchain_experimental.prompt_injection_identifier.hugging_face_identifier IMPORT_FROM HuggingFaceInjectionIdentifier STORE_NAME HuggingFaceInjectionIdentifier POP_TOP LOAD_CONST 'Hugg...
"""HuggingFace Security toolkit.""" from langchain_experimental.prompt_injection_identifier.hugging_face_identifier import ( HuggingFaceInjectionIdentifier, ) __all__ = ["HuggingFaceInjectionIdentifier"]
data/langchain_experimental-0.0.52/langchain_experimental/prompt_injection_identifier/__init__.py
98
63
193,425
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_NAME os LOAD_ATTR environ LOAD_METHOD get LOAD_CONST 'MPLBE' LOAD_CONST 'Agg' CALL_METHOD STORE_NAME MPLBE LOAD_NAME MPLBE POP_JUMP_IF_FALSE LOAD_CONST 0 LOAD_CONST None IMPORT_NAME matplotlib STORE_NAME matplotlib LOAD_NAME matplotlib LOAD_METHOD use L...
import os MPLBE = os.environ.get("MPLBE", "Agg") if MPLBE: import matplotlib matplotlib.use(MPLBE) import matplotlib.pyplot as plt
data/mpld3-0.5.10/mpld3/mplexporter/tests/__init__.py
119
63
104,697
LOAD_CONST 1 LOAD_CONST ('ImageAugmentationList', 'ImageAugmentationOptions', 'ImageAugmentationSample') IMPORT_NAME augmentation IMPORT_FROM ImageAugmentationList STORE_NAME ImageAugmentationList IMPORT_FROM ImageAugmentationOptions STORE_NAME ImageAugmentationOptions IMPORT_FROM ImageAugmentationSample STORE_NAME Ima...
from .augmentation import ( ImageAugmentationList, ImageAugmentationOptions, ImageAugmentationSample, ) from .images import DuplicateImage, Image, SampleImage from .insights import ImageActivationMap, ImageEmbedding
data/datarobot-3.3.1/datarobot/models/visualai/__init__.py
176
63
357,257
LOAD_CONST 0 LOAD_CONST ('CometTracer', 'import_comet_llm_api') IMPORT_NAME langchain_community.callbacks.tracers.comet IMPORT_FROM CometTracer STORE_NAME CometTracer IMPORT_FROM import_comet_llm_api STORE_NAME import_comet_llm_api POP_TOP LOAD_CONST 'import_comet_llm_api' LOAD_CONST 'CometTracer' BUILD_LIST STORE_NAM...
from langchain_community.callbacks.tracers.comet import ( CometTracer, import_comet_llm_api, ) __all__ = ["import_comet_llm_api", "CometTracer"]
data/langchain-0.1.8/langchain/callbacks/tracers/comet.py
109
63
368,335
LOAD_CONST 'Collection of Colombian numbers.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('nit',) IMPORT_NAME stdnum.co IMPORT_FROM nit STORE_NAME vat POP_TOP LOAD_CONST 0 LOAD_CONST ('nit',) IMPORT_NAME stdnum.co IMPORT_FROM nit STORE_NAME rut POP_TOP LOAD_CONST None RETURN_VALUE
"""Collection of Colombian numbers.""" from stdnum.co import nit as vat # noqa: F401, isort:skip from stdnum.co import nit as rut # noqa: F401, isort:skip
data/python-stdnum-1.19/stdnum/co/__init__.py
74
63
417,621
LOAD_CONST 0 LOAD_CONST ('task',) IMPORT_NAME fabric IMPORT_FROM task STORE_NAME task POP_TOP LOAD_NAME task LOAD_CONST <code object runtime_ssh_config at 0x7fab802484b0, file "f.py", line 4> LOAD_CONST 'runtime_ssh_config' MAKE_FUNCTION CALL_FUNCTION STORE_NAME runtime_ssh_config LOAD_NAME task LOAD_CONST <code obje...
from fabric import task @task def runtime_ssh_config(c): assert c.ssh_config["port"] == "666" assert c.port == 666 @task def dummy(c): pass
data/fabric-3.2.2/tests/_support/runtime_fabfile.py
209
63
214,216
LOAD_CONST 'Errors that can occur during augmentation.' 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 0 LOAD_CONST ('division',) IMPORT_NAME __future__ IMPORT_FROM division STORE_NAME division POP_TOP L...
"""Errors that can occur during augmentation.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function class InvalidAstError(Exception): """Occurs when the syntax tree does not meet some expected condition."""
data/google-pasta-0.2.0/pasta/augment/errors.py
220
63
20,920
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 ReplayKit STORE_NAME ReplayKit LOAD_BUILD_CLASS LOAD_CONST <code object TestCallableMetadata at 0x7fab40d04db0, file "f.py", line 6> LOAD_CONST 'TestCalla...
from PyObjCTools.TestSupport import TestCase import ReplayKit class TestCallableMetadata(TestCase): def test_callable_metadata_is_sane(self): self.assertCallableMetadataIsSane(ReplayKit)
data/pyobjc-framework-ReplayKit-10.1/PyObjCTest/test_replaykit.py
254
63
201,650
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_NAME sys LOAD_ATTR path LOAD_METHOD insert LOAD_CONST 0 LOAD_CONST '..' CALL_METHOD POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME DNS STORE_NAME DNS LOAD_NAME DNS LOAD_METHOD ParseResolvConf CALL_METHOD POP_TOP LOAD_NAME print LOAD_NAME DNS LOAD_ME...
import sys sys.path.insert(0, "..") import DNS DNS.ParseResolvConf() print(DNS.mxlookup("hotmail.com")) print(DNS.mxlookup("connect.com.au"))
data/py3dns-4.0.0/tests/test4.py
125
63
58,292
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _break_pair IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _exists IMPOR...
from .__cmd_group import * from ._break_pair import * from ._create import * from ._delete import * from ._exists import * from ._fail_over import * from ._list import * from ._show import *
data/azure-cli-2.57.0/azure/cli/command_modules/servicebus/aaz/latest/servicebus/georecovery_alias/__init__.py
146
63
375,831
LOAD_CONST 'Hive Home.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('MotionWithReset',) IMPORT_NAME zhaquirks IMPORT_FROM MotionWithReset STORE_NAME MotionWithReset POP_TOP LOAD_CONST 'HiveHome.com' STORE_NAME HIVEHOME LOAD_BUILD_CLASS LOAD_CONST <code object MotionCluster at 0x7f8e2f9fcc90, file "f.py", line 8> LOA...
"""Hive Home.""" from zhaquirks import MotionWithReset HIVEHOME = "HiveHome.com" class MotionCluster(MotionWithReset): """Motion cluster.""" reset_s: int = 30
data/zha-quirks-0.0.111/zhaquirks/hivehome/__init__.py
205
63
423,331
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 DataDetection STORE_NAME DataDetection LOAD_BUILD_CLASS LOAD_CONST <code object TestCallableMetadata at 0x7fab823c28a0, file "f.py", line 6> LOAD_CONST 'T...
from PyObjCTools.TestSupport import TestCase import DataDetection class TestCallableMetadata(TestCase): def test_callable_metadata_is_sane(self): self.assertCallableMetadataIsSane(DataDetection)
data/pyobjc-framework-DataDetection-10.1/PyObjCTest/test_datadetection.py
255
63
16,025
LOAD_CONST 'Utility functions for the IBM Quantum dashboard.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('namedtuple',) IMPORT_NAME collections IMPORT_FROM namedtuple STORE_NAME namedtuple POP_TOP LOAD_NAME namedtuple LOAD_CONST 'BackendWithProviders' LOAD_CONST 'backend' LOAD_CONST 'providers' BUILD_LIST CALL_FUNCT...
"""Utility functions for the IBM Quantum dashboard.""" from collections import namedtuple BackendWithProviders = namedtuple("BackendWithProviders", ["backend", "providers"]) """Named tuple used to pass a backend and its providers."""
data/qiskit-ibm-provider-0.10.0/qiskit_ibm_provider/jupyter/dashboard/utils.py
92
63
98,533
LOAD_CONST 0 LOAD_CONST ('dataclass',) IMPORT_NAME dataclasses IMPORT_FROM dataclass STORE_NAME dataclass POP_TOP LOAD_CONST 0 LOAD_CONST ('datetime',) IMPORT_NAME datetime IMPORT_FROM datetime STORE_NAME datetime POP_TOP LOAD_CONST 0 LOAD_CONST ('Optional',) IMPORT_NAME typing IMPORT_FROM Optional STORE_NAME Optiona...
from dataclasses import dataclass from datetime import datetime from typing import Optional @dataclass class BaseTimeWindowReport: window_end_time: Optional[datetime] = None window_start_time: Optional[datetime] = None
data/acryl-datahub-0.12.1.5/src/datahub/ingestion/source_report/time_window.py
254
63
435,421
LOAD_CONST 0 LOAD_CONST ('FrozenClass',) IMPORT_NAME catalyst.extras.frozen_class IMPORT_FROM FrozenClass STORE_NAME FrozenClass POP_TOP LOAD_CONST 0 LOAD_CONST ('ModelForwardWrapper',) IMPORT_NAME catalyst.extras.forward_wrapper IMPORT_FROM ModelForwardWrapper STORE_NAME ModelForwardWrapper POP_TOP LOAD_CONST 0 LOAD...
from catalyst.extras.frozen_class import FrozenClass from catalyst.extras.forward_wrapper import ModelForwardWrapper from catalyst.extras.metric_handler import MetricHandler from catalyst.extras.time_manager import TimeManager
data/catalyst-22.4/catalyst/extras/__init__.py
151
63
191,733
LOAD_CONST 1 LOAD_CONST ('Connection', 'USB_INTERFACE') IMPORT_NAME IMPORT_FROM Connection STORE_NAME Connection IMPORT_FROM USB_INTERFACE STORE_NAME USB_INTERFACE POP_TOP LOAD_CONST 0 LOAD_CONST ('CtapDevice',) IMPORT_NAME fido2.ctap IMPORT_FROM CtapDevice STORE_NAME CtapDevice POP_TOP LOAD_NAME CtapDevice STORE_NAM...
from . import Connection, USB_INTERFACE from fido2.ctap import CtapDevice FidoConnection = CtapDevice FidoConnection.usb_interface = USB_INTERFACE.FIDO Connection.register(FidoConnection)
data/yubikey_manager-5.3.0/yubikit/core/fido.py
132
63
63,488
LOAD_CONST 0 LOAD_CONST ('ExtendedEnum',) IMPORT_NAME dbt_semantic_interfaces.enum_extension IMPORT_FROM ExtendedEnum STORE_NAME ExtendedEnum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object ExportDestinationType at 0x7fab820978a0, file "f.py", line 4> LOAD_CONST 'ExportDestinationType' MAKE_FUNCTION LOAD_CONST 'Expor...
from dbt_semantic_interfaces.enum_extension import ExtendedEnum class ExportDestinationType(ExtendedEnum): """Types of destinations that exports can be written to.""" TABLE = "table" VIEW = "view"
data/dbt_semantic_interfaces-0.4.3/dbt_semantic_interfaces/type_enums/export_destination_type.py
183
63
105,179
LOAD_CONST 'AuthFailure' STORE_NAME AUTHFAILURE LOAD_CONST 'InternalError' STORE_NAME INTERNALERROR LOAD_CONST 'InvalidParameter' STORE_NAME INVALIDPARAMETER LOAD_CONST 'InvalidParameterValue' STORE_NAME INVALIDPARAMETERVALUE LOAD_CONST 'ResourceNotFound' STORE_NAME RESOURCENOTFOUND LOAD_CONST None RETURN_VALUE
AUTHFAILURE = "AuthFailure" INTERNALERROR = "InternalError" INVALIDPARAMETER = "InvalidParameter" INVALIDPARAMETERVALUE = "InvalidParameterValue" RESOURCENOTFOUND = "ResourceNotFound"
data/tencentcloud-sdk-python-3.0.1092/tencentcloud/asw/v20200722/errorcodes.py
77
63
119,087
LOAD_BUILD_CLASS LOAD_CONST <code object Model at 0x7fab7014f780, file "f.py", line 1> LOAD_CONST 'Model' MAKE_FUNCTION LOAD_CONST 'Model' CALL_FUNCTION STORE_NAME Model LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Model' STORE_NAME __qualname__ LOAD_CONST <code object __init__ at...
class Model: def __init__(self, client): self._client = client @property def client(self): """ Returns: a :class:`tdclient.client.Client` instance """ return self._client
data/td-client-1.2.1/tdclient/model.py
208
63
160,970
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_NAME pytest LOAD_ATTR fixture LOAD_CONST 'module' LOAD_CONST ('scope',) CALL_FUNCTION LOAD_CONST <code object modules at 0x7fab4106cae0, file "f.py", line 4> LOAD_CONST 'modules' MAKE_FUNCTION CALL_FUNCTION STORE_NAME modules LOAD_NAME pytest LOAD...
import pytest @pytest.fixture(scope="module") def modules(loaders): return loaders.modules @pytest.fixture(scope="module") def states(loaders): return loaders.states
data/salt-3006.6/tests/pytests/functional/modules/conftest.py
171
63
95,827
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 LinkPresentation STORE_NAME LinkPresentation LOAD_BUILD_CLASS LOAD_CONST <code object TestCallableMetadata at 0x7fab82247810, file "f.py", line 6> LOAD_CO...
from PyObjCTools.TestSupport import TestCase import LinkPresentation class TestCallableMetadata(TestCase): def test_callable_metadata_is_sane(self): self.assertCallableMetadataIsSane(LinkPresentation)
data/pyobjc-framework-LinkPresentation-10.1/PyObjCTest/test_linkpresentation.py
255
63
419,006
LOAD_CONST ' Test that checks that accelerated mode usage of multiprocessing works too. ' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('freeze_support',) IMPORT_NAME multiprocessing IMPORT_FROM freeze_support STORE_NAME freeze_support POP_TOP LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LO...
""" Test that checks that accelerated mode usage of multiprocessing works too. """ from multiprocessing import freeze_support if __name__ == "__main__": freeze_support() from foo import entry entry.main()
data/Nuitka-2.0.3/tests/programs/multiprocessing_using/MultiprocessingUsingMain.py
123
63
148,345
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_NAME pytest LOAD_ATTR fixture LOAD_CONST 'module' LOAD_CONST ('scope',) CALL_FUNCTION LOAD_CONST <code object states at 0x7fab701da1e0, file "f.py", line 4> LOAD_CONST 'states' MAKE_FUNCTION CALL_FUNCTION STORE_NAME states LOAD_NAME pytest LOAD_AT...
import pytest @pytest.fixture(scope="module") def states(loaders): return loaders.states @pytest.fixture(scope="module") def modules(loaders): return loaders.modules
data/salt-3006.6/tests/pytests/functional/states/conftest.py
169
63
95,751