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 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2018_03_01_hybrid/network/lb/inbound_nat_rule/__init__.py
125
52
378,951
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2018_03_01_hybrid/network/lb/probe/__init__.py
125
52
378,936
LOAD_CONST 'Generic partitioning functionality for unidist execution engine.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('GenericUnidistDataframePartitionManager',) IMPORT_NAME partition_manager IMPORT_FROM GenericUnidistDataframePartitionManager STORE_NAME GenericUnidistDataframePartitionManager POP_TOP LOAD_CONST 'GenericUnidistDataframePartitionManager' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Generic partitioning functionality for unidist execution engine.""" from .partition_manager import GenericUnidistDataframePartitionManager __all__ = [ "GenericUnidistDataframePartitionManager", ]
data/modin-0.27.0/modin/core/execution/unidist/generic/partitioning/__init__.py
91
52
165,668
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2018_03_01_hybrid/network/nic/ip_config/__init__.py
125
52
378,985
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/monitor/aaz/latest/monitor/log_analytics/workspace/linked_service/__init__.py
125
52
374,964
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2018_03_01_hybrid/network/nsg/__init__.py
125
52
378,845
LOAD_CONST 'Init file.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('PandasExcelReader',) IMPORT_NAME llama_hub.file.pandas_excel.base IMPORT_FROM PandasExcelReader STORE_NAME PandasExcelReader POP_TOP LOAD_CONST 'PandasExcelReader' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Init file.""" from llama_hub.file.pandas_excel.base import ( PandasExcelReader, ) __all__ = ["PandasExcelReader"]
data/llama_hub-0.0.79.post1/llama_hub/file/pandas_excel/__init__.py
86
52
359,280
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/asg/__init__.py
125
52
378,061
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/public_ip/__init__.py
125
52
378,667
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/ssl_cert/__init__.py
125
52
378,357
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/lb/rule/__init__.py
125
52
378,708
LOAD_CONST 'documents' LOAD_CONST 'deletes' LOAD_CONST 'updates' LOAD_CONST 'filter' LOAD_CONST ('insert', 'delete', 'update', 'find') BUILD_CONST_KEY_MAP STORE_NAME COMMAND_TO_ATTRIBUTE_MAPPING LOAD_CONST None RETURN_VALUE
COMMAND_TO_ATTRIBUTE_MAPPING = { "insert": "documents", "delete": "deletes", "update": "updates", "find": "filter", }
data/opentelemetry_instrumentation_pymongo-0.43b0/src/opentelemetry/instrumentation/pymongo/utils.py
61
52
93,296
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/nic/ip_config/__init__.py
125
52
378,222
LOAD_CONST '\nCopyright (c) 2015 Red Hat, Inc\nAll rights reserved.\n\nThis software may be modified and distributed under the terms\nof the BSD license. See the LICENSE file for details.\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" Copyright (c) 2015 Red Hat, Inc All rights reserved. This software may be modified and distributed under the terms of the BSD license. See the LICENSE file for details. """
data/dockerfile-parse-2.0.1/tests/__init__.py
65
52
208,805
LOAD_CONST 0 LOAD_CONST ('default_urlpatterns',) IMPORT_NAME allauth.socialaccount.providers.oauth2.urls IMPORT_FROM default_urlpatterns STORE_NAME default_urlpatterns POP_TOP LOAD_CONST 1 LOAD_CONST ('GiteaProvider',) IMPORT_NAME provider IMPORT_FROM GiteaProvider STORE_NAME GiteaProvider POP_TOP LOAD_NAME default_urlpatterns LOAD_NAME GiteaProvider CALL_FUNCTION STORE_NAME urlpatterns LOAD_CONST None RETURN_VALUE
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns from .provider import GiteaProvider urlpatterns = default_urlpatterns(GiteaProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/gitea/urls.py
104
52
336,397
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/virtual_appliance/__init__.py
125
52
378,022
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME typing_extensions STORE_NAME te LOAD_BUILD_CLASS LOAD_CONST <code object Action at 0x7fae471296f0, file "f.py", line 4> LOAD_CONST 'Action' MAKE_FUNCTION LOAD_CONST 'Action' CALL_FUNCTION STORE_NAME Action LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Action' STORE_NAME __qualname__ SETUP_ANNOTATIONS LOAD_CONST 'oidc_login' STORE_NAME OIDC_LOGIN LOAD_NAME te LOAD_ATTR Final LOAD_NAME __annotations__ LOAD_CONST 'OIDC_LOGIN' STORE_SUBSCR LOAD_CONST 'message_launch' STORE_NAME MESSAGE_LAUNCH LOAD_NAME te LOAD_ATTR Final LOAD_NAME __annotations__ LOAD_CONST 'MESSAGE_LAUNCH' STORE_SUBSCR LOAD_CONST None RETURN_VALUE
import typing_extensions as te class Action: OIDC_LOGIN: te.Final = "oidc_login" MESSAGE_LAUNCH: te.Final = "message_launch"
data/PyLTI1p3-2.0.0/pylti1p3/actions.py
184
52
131,116
LOAD_CONST 1 LOAD_CONST ('ConfigResponse',) IMPORT_NAME responses IMPORT_FROM ConfigResponse STORE_NAME ConfigResponse POP_TOP LOAD_CONST 'https?://config\\.(.+)\\.amazonaws\\.com' BUILD_LIST STORE_NAME url_bases LOAD_CONST '{0}/$' LOAD_NAME ConfigResponse LOAD_ATTR dispatch BUILD_MAP STORE_NAME url_paths LOAD_CONST None RETURN_VALUE
from .responses import ConfigResponse url_bases = [r"https?://config\.(.+)\.amazonaws\.com"] url_paths = {"{0}/$": ConfigResponse.dispatch}
data/moto-5.0.2/moto/config/urls.py
80
52
198,150
LOAD_CONST 'chrome' LOAD_CONST 'latest' LOAD_CONST 'macOS 10.14' BUILD_MAP LOAD_CONST ('browserName', 'browserVersion', 'platformName', 'sauce:options') BUILD_CONST_KEY_MAP STORE_NAME capabilities LOAD_CONST None RETURN_VALUE
capabilities = { "browserName": "chrome", "browserVersion": "latest", "platformName": "macOS 10.14", "sauce:options": {}, }
data/seleniumbase-4.23.7/examples/capabilities/sample_cap_file_SL.py
58
52
348,932
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/route_table/__init__.py
125
52
378,624
LOAD_CONST '\nModule used to manipulate schemas.\n' STORE_NAME __doc__ LOAD_CONST 'Schema' LOAD_CONST 'Tenant' LOAD_CONST 'TenantActivityStatus' BUILD_LIST STORE_NAME __all__ LOAD_CONST 1 LOAD_CONST ('Schema', 'Tenant', 'TenantActivityStatus') IMPORT_NAME crud_schema IMPORT_FROM Schema STORE_NAME Schema IMPORT_FROM Tenant STORE_NAME Tenant IMPORT_FROM TenantActivityStatus STORE_NAME TenantActivityStatus POP_TOP LOAD_CONST None RETURN_VALUE
""" Module used to manipulate schemas. """ __all__ = ["Schema", "Tenant", "TenantActivityStatus"] from .crud_schema import Schema, Tenant, TenantActivityStatus
data/weaviate-client-4.4.4/weaviate/schema/__init__.py
107
52
448,659
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/local_gateway/__init__.py
125
52
378,747
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/vnet/peering/__init__.py
125
52
378,650
LOAD_CONST 3 LOAD_CONST ('_utilities',) IMPORT_NAME IMPORT_FROM _utilities STORE_NAME _utilities POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME typing STORE_NAME typing LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME CronJob IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME CronJobList IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME CronJobPatch IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _inputs IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('outputs',) IMPORT_NAME IMPORT_FROM outputs STORE_NAME outputs POP_TOP LOAD_CONST None RETURN_VALUE
from ... import _utilities import typing from .CronJob import * from .CronJobList import * from .CronJobPatch import * from ._inputs import * from . import outputs
data/pulumi_kubernetes-4.7.1/pulumi_kubernetes/batch/v2alpha1/__init__.py
142
52
124,236
LOAD_CONST 0 LOAD_CONST ('unicode_literals', 'division', 'absolute_import', 'print_function') IMPORT_NAME __future__ IMPORT_FROM unicode_literals STORE_NAME unicode_literals IMPORT_FROM division STORE_NAME division IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM print_function STORE_NAME print_function POP_TOP LOAD_CONST 0 LOAD_CONST ('main',) IMPORT_NAME powerline.bindings.pdb IMPORT_FROM main STORE_NAME main POP_TOP LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_NAME main CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from __future__ import unicode_literals, division, absolute_import, print_function from powerline.bindings.pdb import main if __name__ == "__main__": main()
data/powerline-status-2.7/powerline/bindings/pdb/__main__.py
134
52
343,346
LOAD_CONST 0 LOAD_CONST ('default_urlpatterns',) IMPORT_NAME allauth.socialaccount.providers.oauth2.urls IMPORT_FROM default_urlpatterns STORE_NAME default_urlpatterns POP_TOP LOAD_CONST 1 LOAD_CONST ('BaiduProvider',) IMPORT_NAME provider IMPORT_FROM BaiduProvider STORE_NAME BaiduProvider POP_TOP LOAD_NAME default_urlpatterns LOAD_NAME BaiduProvider CALL_FUNCTION STORE_NAME urlpatterns LOAD_CONST None RETURN_VALUE
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns from .provider import BaiduProvider urlpatterns = default_urlpatterns(BaiduProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/baidu/urls.py
104
52
336,273
LOAD_CONST 0 LOAD_CONST ('default_urlpatterns',) IMPORT_NAME allauth.socialaccount.providers.oauth2.urls IMPORT_FROM default_urlpatterns STORE_NAME default_urlpatterns POP_TOP LOAD_CONST 1 LOAD_CONST ('YNABProvider',) IMPORT_NAME provider IMPORT_FROM YNABProvider STORE_NAME YNABProvider POP_TOP LOAD_NAME default_urlpatterns LOAD_NAME YNABProvider CALL_FUNCTION STORE_NAME urlpatterns LOAD_CONST None RETURN_VALUE
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns from .provider import YNABProvider urlpatterns = default_urlpatterns(YNABProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/ynab/urls.py
104
52
336,551
LOAD_CONST '\nShort script which prints the mpld3 version to stdout\n\nThis is used within the Javascript build system.\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('get_version',) IMPORT_NAME _mpld3_setup IMPORT_FROM get_version STORE_NAME get_version POP_TOP LOAD_NAME print LOAD_NAME get_version CALL_FUNCTION CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
""" Short script which prints the mpld3 version to stdout This is used within the Javascript build system. """ from _mpld3_setup import get_version print(get_version())
data/mpld3-0.5.10/version.py
91
52
104,622
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/lb/probe/__init__.py
125
52
378,716
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 HeroesConfig at 0x7fab822f9d20, file "f.py", line 4> LOAD_CONST 'HeroesConfig' MAKE_FUNCTION LOAD_CONST 'HeroesConfig' LOAD_NAME AppConfig CALL_FUNCTION STORE_NAME HeroesConfig LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'HeroesConfig' STORE_NAME __qualname__ LOAD_CONST 'django.db.models.BigAutoField' STORE_NAME default_auto_field LOAD_CONST 'test_project.heroes' STORE_NAME name LOAD_CONST None RETURN_VALUE
from django.apps import AppConfig class HeroesConfig(AppConfig): default_auto_field = "django.db.models.BigAutoField" name = "test_project.heroes"
data/djangorestframework-api-key-3.0.0/test_project/heroes/apps.py
163
52
217,781
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _add IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _remove IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._add import * from ._list import * from ._remove import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/client_cert/__init__.py
125
52
378,364
LOAD_CONST 1 LOAD_CONST ('AppGateway', 'AppGatewayEventData') IMPORT_NAME data IMPORT_FROM AppGateway STORE_NAME AppGateway IMPORT_FROM AppGatewayEventData STORE_NAME AppGatewayEventData POP_TOP LOAD_CONST ('AppGateway', 'AppGatewayEventData') STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from .data import ( AppGateway, AppGatewayEventData, ) __all__ = ( "AppGateway", "AppGatewayEventData", )
data/google-events-0.11.0/src/google/events/cloud/beyondcorp/appgateways_v1/types/__init__.py
80
52
13,275
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/public_ip/__init__.py
125
52
378,042
LOAD_CONST 0 LOAD_CONST ('default_urlpatterns',) IMPORT_NAME allauth.socialaccount.providers.oauth2.urls IMPORT_FROM default_urlpatterns STORE_NAME default_urlpatterns POP_TOP LOAD_CONST 1 LOAD_CONST ('QuestradeProvider',) IMPORT_NAME provider IMPORT_FROM QuestradeProvider STORE_NAME QuestradeProvider POP_TOP LOAD_NAME default_urlpatterns LOAD_NAME QuestradeProvider CALL_FUNCTION STORE_NAME urlpatterns LOAD_CONST None RETURN_VALUE
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns from .provider import QuestradeProvider urlpatterns = default_urlpatterns(QuestradeProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/questrade/urls.py
104
52
336,384
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/public_ip/prefix/__init__.py
125
52
378,050
LOAD_CONST 0 LOAD_CONST ('Conv',) IMPORT_NAME onnx.reference.ops_optimized.op_conv_optimized IMPORT_FROM Conv STORE_NAME Conv POP_TOP LOAD_NAME Conv BUILD_LIST STORE_NAME optimized_operators LOAD_CONST 'Conv' LOAD_CONST 'optimized_operators' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from onnx.reference.ops_optimized.op_conv_optimized import Conv optimized_operators = [Conv] __all__ = ["Conv", "optimized_operators"]
data/onnxsim-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops_optimized/__init__.py
81
52
114,358
LOAD_CONST 1 LOAD_CONST ('BufferControl',) IMPORT_NAME control IMPORT_FROM BufferControl STORE_NAME BufferControl POP_TOP LOAD_CONST 1 LOAD_CONST ('BufferLoader',) IMPORT_NAME loader IMPORT_FROM BufferLoader STORE_NAME BufferLoader POP_TOP LOAD_CONST 1 LOAD_CONST ('BufferPlugin',) IMPORT_NAME plugin IMPORT_FROM BufferPlugin STORE_NAME BufferPlugin POP_TOP LOAD_CONST 'BufferControl' LOAD_CONST 'BufferLoader' LOAD_CONST 'BufferPlugin' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from .control import BufferControl from .loader import BufferLoader from .plugin import BufferPlugin __all__ = [ "BufferControl", "BufferLoader", "BufferPlugin", ]
data/frictionless-5.16.1/frictionless/schemes/buffer/__init__.py
113
52
41,830
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/route_table/route/__init__.py
125
52
378,632
LOAD_CONST '\nPython module dependency visualization. This package installs the ``pydeps``\ncommand, and normal usage will be to use it from the command line.\n' STORE_NAME __doc__ LOAD_CONST '1.12.18' STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
""" Python module dependency visualization. This package installs the ``pydeps`` command, and normal usage will be to use it from the command line. """ __version__ = "1.12.18"
data/pydeps-1.12.18/pydeps/__init__.py
66
52
114,865
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/lb/inbound_nat_rule/__init__.py
125
52
378,731
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/virtual_appliance/site/__init__.py
125
52
378,034
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/vnet/peering/__init__.py
125
52
378,005
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/lb/outbound_rule/__init__.py
125
52
378,087
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/nsg/__init__.py
125
52
378,608
LOAD_CONST 0 LOAD_CONST ('LightningDataModule',) IMPORT_NAME lightning.pytorch.core.datamodule IMPORT_FROM LightningDataModule STORE_NAME LightningDataModule POP_TOP LOAD_CONST 0 LOAD_CONST ('LightningModule',) IMPORT_NAME lightning.pytorch.core.module IMPORT_FROM LightningModule STORE_NAME LightningModule POP_TOP LOAD_CONST 'LightningDataModule' LOAD_CONST 'LightningModule' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from lightning.pytorch.core.datamodule import LightningDataModule from lightning.pytorch.core.module import LightningModule __all__ = ["LightningDataModule", "LightningModule"]
data/lightning-2.2.0.post0/src/lightning/pytorch/core/__init__.py
105
52
121,686
LOAD_CONST 0 LOAD_CONST ('default_urlpatterns',) IMPORT_NAME allauth.socialaccount.providers.oauth2.urls IMPORT_FROM default_urlpatterns STORE_NAME default_urlpatterns POP_TOP LOAD_CONST 1 LOAD_CONST ('WeixinProvider',) IMPORT_NAME provider IMPORT_FROM WeixinProvider STORE_NAME WeixinProvider POP_TOP LOAD_NAME default_urlpatterns LOAD_NAME WeixinProvider CALL_FUNCTION STORE_NAME urlpatterns LOAD_CONST None RETURN_VALUE
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns from .provider import WeixinProvider urlpatterns = default_urlpatterns(WeixinProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/weixin/urls.py
104
52
336,567
LOAD_CONST 'bencode.py - common.' STORE_NAME __doc__ LOAD_BUILD_CLASS LOAD_CONST <code object Bencached at 0x7fab0039cae0, file "f.py", line 4> LOAD_CONST 'Bencached' MAKE_FUNCTION LOAD_CONST 'Bencached' LOAD_NAME object CALL_FUNCTION STORE_NAME Bencached LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Bencached' STORE_NAME __qualname__ LOAD_CONST 'bencoded' BUILD_LIST STORE_NAME __slots__ LOAD_CONST <code object __init__ at 0x7fab0039cc90, file "f.py", line 7> LOAD_CONST 'Bencached.__init__' MAKE_FUNCTION STORE_NAME __init__ LOAD_CONST None RETURN_VALUE LOAD_FAST s LOAD_FAST self STORE_ATTR bencoded LOAD_CONST None RETURN_VALUE
"""bencode.py - common.""" class Bencached(object): __slots__ = ["bencoded"] def __init__(self, s): self.bencoded = s
data/bencode.py-4.0.0/bencodepy/common.py
195
52
444,802
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/frontend_ip/__init__.py
125
52
378,377
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/redirect_config/__init__.py
125
52
378,385
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/nsg/rule/__init__.py
125
52
378,616
LOAD_CONST 0 LOAD_CONST ('collect_instances', 'collect_subclasses') IMPORT_NAME alembic_utils.experimental._collect_instances IMPORT_FROM collect_instances STORE_NAME collect_instances IMPORT_FROM collect_subclasses STORE_NAME collect_subclasses POP_TOP LOAD_CONST 'collect_instances' LOAD_CONST 'collect_subclasses' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from alembic_utils.experimental._collect_instances import ( collect_instances, collect_subclasses, ) __all__ = ["collect_instances", "collect_subclasses"]
data/alembic_utils-0.8.2/src/alembic_utils/experimental/__init__.py
88
52
404,659
LOAD_CONST 'Chains for evaluating ReAct style agents.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('TrajectoryEvalChain',) IMPORT_NAME langchain.evaluation.agents.trajectory_eval_chain IMPORT_FROM TrajectoryEvalChain STORE_NAME TrajectoryEvalChain POP_TOP LOAD_CONST 'TrajectoryEvalChain' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""Chains for evaluating ReAct style agents.""" from langchain.evaluation.agents.trajectory_eval_chain import TrajectoryEvalChain __all__ = ["TrajectoryEvalChain"]
data/langchain-0.1.8/langchain/evaluation/agents/__init__.py
92
52
368,748
LOAD_CONST 1 LOAD_CONST ('AGOLServicesDirectory',) IMPORT_NAME _api IMPORT_FROM AGOLServicesDirectory STORE_NAME AGOLServicesDirectory POP_TOP LOAD_CONST 1 LOAD_CONST ('AGOLServersManager', 'AGOLServerManager') IMPORT_NAME _admin IMPORT_FROM AGOLServersManager STORE_NAME AGOLServersManager IMPORT_FROM AGOLServerManager STORE_NAME AGOLServerManager POP_TOP LOAD_CONST 'AGOLServicesDirectory' LOAD_CONST 'AGOLServerManager' LOAD_CONST 'AGOLServersManager' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from ._api import AGOLServicesDirectory from ._admin import AGOLServersManager, AGOLServerManager __all__ = ["AGOLServicesDirectory", "AGOLServerManager", "AGOLServersManager"]
data/arcgis-2.2.0.2/arcgis/gis/agoserver/__init__.py
121
52
216,113
LOAD_CONST 0 LOAD_CONST ('get_in', 'm', 'v') IMPORT_NAME pyrsistent IMPORT_FROM get_in STORE_NAME get_in IMPORT_FROM m STORE_NAME m IMPORT_FROM v STORE_NAME v POP_TOP LOAD_CONST <code object test_get_in at 0x7fab425c3810, file "f.py", line 4> LOAD_CONST 'test_get_in' MAKE_FUNCTION STORE_NAME test_get_in LOAD_CONST None RETURN_VALUE LOAD_GLOBAL get_in LOAD_GLOBAL m LOAD_GLOBAL v LOAD_CONST 1 LOAD_CONST 2 LOAD_CONST 3 CALL_FUNCTION LOAD_CONST ('a',) CALL_FUNCTION LOAD_CONST 'm' LOAD_CONST 1 BUILD_LIST CALL_FUNCTION LOAD_CONST 2 COMPARE_OP == POP_TOP LOAD_CONST None RETURN_VALUE
from pyrsistent import get_in, m, v def test_get_in(): get_in(m(a=v(1, 2, 3)), ["m", 1]) == 2
data/pyrsistent-0.20.0/tests/toolz_test.py
167
52
293,197
LOAD_CONST 0 LOAD_CONST ('PathValues',) IMPORT_NAME onelogin.paths IMPORT_FROM PathValues STORE_NAME PathValues POP_TOP LOAD_NAME PathValues LOAD_ATTR API_2_APPS_APP_ID_RULES_CONDITIONS_RULE_CONDITION_VALUE_OPERATORS STORE_NAME path LOAD_CONST None RETURN_VALUE
from onelogin.paths import PathValues path = PathValues.API_2_APPS_APP_ID_RULES_CONDITIONS_RULE_CONDITION_VALUE_OPERATORS
data/onelogin-3.1.6/onelogin/paths/api_2_apps_app_id_rules_conditions_rule_condition_value_operators/__init__.py
77
52
397,052
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/http_listener/__init__.py
125
52
378,415
LOAD_CONST 1 LOAD_CONST ('Base',) IMPORT_NAME base IMPORT_FROM Base STORE_NAME Base POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Cluster at 0x7fab802326f0, file "f.py", line 4> LOAD_CONST 'Cluster' MAKE_FUNCTION LOAD_CONST 'Cluster' LOAD_NAME Base CALL_FUNCTION STORE_NAME Cluster LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Cluster' STORE_NAME __qualname__ LOAD_CONST '/cluster' STORE_NAME endpoint LOAD_CONST <code object get_cluster_status at 0x7fab80232810, file "f.py", line 7> LOAD_CONST 'Cluster.get_cluster_status' MAKE_FUNCTION STORE_NAME get_cluster_status LOAD_CONST None RETURN_VALUE LOAD_FAST self LOAD_ATTR client LOAD_METHOD get LOAD_FAST self LOAD_ATTR endpoint LOAD_CONST '/status' BINARY_ADD CALL_METHOD RETURN_VALUE
from .base import Base class Cluster(Base): endpoint = "/cluster" def get_cluster_status(self): return self.client.get(self.endpoint + "/status")
data/mattermostdriver-7.3.2/src/mattermostdriver/endpoints/cluster.py
203
52
384,672
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/lb/frontend_ip/__init__.py
125
52
378,079
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/latest/network/application_gateway/http_settings/__init__.py
125
52
378,393
LOAD_CONST 1 LOAD_CONST ('ServingConfigServiceAsyncClient',) IMPORT_NAME async_client IMPORT_FROM ServingConfigServiceAsyncClient STORE_NAME ServingConfigServiceAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('ServingConfigServiceClient',) IMPORT_NAME client IMPORT_FROM ServingConfigServiceClient STORE_NAME ServingConfigServiceClient POP_TOP LOAD_CONST ('ServingConfigServiceClient', 'ServingConfigServiceAsyncClient') STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from .async_client import ServingConfigServiceAsyncClient from .client import ServingConfigServiceClient __all__ = ( "ServingConfigServiceClient", "ServingConfigServiceAsyncClient", )
data/google-cloud-retail-1.19.1/google/cloud/retail_v2alpha/services/serving_config_service/__init__.py
100
52
329,690
LOAD_CONST 0 LOAD_CONST ('NamedTuple',) IMPORT_NAME typing IMPORT_FROM NamedTuple STORE_NAME NamedTuple POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Region at 0x7fab8239ab70, file "f.py", line 4> LOAD_CONST 'Region' MAKE_FUNCTION LOAD_CONST 'Region' LOAD_NAME NamedTuple CALL_FUNCTION STORE_NAME Region LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Region' STORE_NAME __qualname__ SETUP_ANNOTATIONS LOAD_CONST 'Defines a rectangular region of the screen.' STORE_NAME __doc__ LOAD_NAME int LOAD_NAME __annotations__ LOAD_CONST 'x' STORE_SUBSCR LOAD_NAME int LOAD_NAME __annotations__ LOAD_CONST 'y' STORE_SUBSCR LOAD_NAME int LOAD_NAME __annotations__ LOAD_CONST 'width' STORE_SUBSCR LOAD_NAME int LOAD_NAME __annotations__ LOAD_CONST 'height' STORE_SUBSCR LOAD_CONST None RETURN_VALUE
from typing import NamedTuple class Region(NamedTuple): """Defines a rectangular region of the screen.""" x: int y: int width: int height: int
data/pyLDAvis-3.4.1/pyLDAvis/lib/python3.11/site-packages/pip/_vendor/rich/region.py
206
52
230,536
LOAD_CONST 0 LOAD_CONST ('default_urlpatterns',) IMPORT_NAME allauth.socialaccount.providers.oauth2.urls IMPORT_FROM default_urlpatterns STORE_NAME default_urlpatterns POP_TOP LOAD_CONST 1 LOAD_CONST ('MailRuProvider',) IMPORT_NAME provider IMPORT_FROM MailRuProvider STORE_NAME MailRuProvider POP_TOP LOAD_NAME default_urlpatterns LOAD_NAME MailRuProvider CALL_FUNCTION STORE_NAME urlpatterns LOAD_CONST None RETURN_VALUE
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns from .provider import MailRuProvider urlpatterns = default_urlpatterns(MailRuProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/mailru/urls.py
104
52
336,261
LOAD_CONST 0 LOAD_CONST ('PathValues',) IMPORT_NAME onelogin.paths IMPORT_FROM PathValues STORE_NAME PathValues POP_TOP LOAD_NAME PathValues LOAD_ATTR API_2_BRANDING_BRANDS_BRAND_ID_TEMPLATES_TEMPLATE_TYPE_LOCALE STORE_NAME path LOAD_CONST None RETURN_VALUE
from onelogin.paths import PathValues path = PathValues.API_2_BRANDING_BRANDS_BRAND_ID_TEMPLATES_TEMPLATE_TYPE_LOCALE
data/onelogin-3.1.6/onelogin/paths/api_2_branding_brands_brand_id_templates_template_type_locale/__init__.py
77
52
397,181
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/public_ip/prefix/__init__.py
125
52
378,675
SETUP_EXCEPT to 14 LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pydantic.v1.utils IMPORT_STAR POP_BLOCK JUMP_FORWARD to 42 DUP_TOP LOAD_NAME ImportError COMPARE_OP exception match POP_JUMP_IF_FALSE POP_TOP POP_TOP POP_TOP LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pydantic.utils IMPORT_STAR POP_EXCEPT JUMP_FORWARD to 42 END_FINALLY LOAD_CONST None RETURN_VALUE
try: from pydantic.v1.utils import * # noqa: F403 except ImportError: from pydantic.utils import * # noqa: F403
data/argilla-1.24.0/src/argilla/pydantic_v1/utils.py
91
52
249,259
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME __cmd_group IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _delete IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _list IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _show IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _update IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _wait IMPORT_STAR LOAD_CONST None RETURN_VALUE
from .__cmd_group import * from ._create import * from ._delete import * from ._list import * from ._show import * from ._update import * from ._wait import *
data/azure-cli-2.57.0/azure/cli/command_modules/network/aaz/profile_2020_09_01_hybrid/network/lb/inbound_nat_pool/__init__.py
125
52
378,739
LOAD_CONST 1 LOAD_CONST ('IAMCredentialsAsyncClient',) IMPORT_NAME async_client IMPORT_FROM IAMCredentialsAsyncClient STORE_NAME IAMCredentialsAsyncClient POP_TOP LOAD_CONST 1 LOAD_CONST ('IAMCredentialsClient',) IMPORT_NAME client IMPORT_FROM IAMCredentialsClient STORE_NAME IAMCredentialsClient POP_TOP LOAD_CONST ('IAMCredentialsClient', 'IAMCredentialsAsyncClient') STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from .async_client import IAMCredentialsAsyncClient from .client import IAMCredentialsClient __all__ = ( "IAMCredentialsClient", "IAMCredentialsAsyncClient", )
data/google-cloud-iam-2.14.1/google/cloud/iam_credentials_v1/services/iam_credentials/__init__.py
100
52
237,417
LOAD_CONST 2 LOAD_CONST ('BaseModel',) IMPORT_NAME _models IMPORT_FROM BaseModel STORE_NAME BaseModel POP_TOP LOAD_CONST 'MessageDeltaUsage' BUILD_LIST STORE_NAME __all__ LOAD_BUILD_CLASS LOAD_CONST <code object MessageDeltaUsage at 0x7fab700db150, file "f.py", line 6> LOAD_CONST 'MessageDeltaUsage' MAKE_FUNCTION LOAD_CONST 'MessageDeltaUsage' LOAD_NAME BaseModel CALL_FUNCTION STORE_NAME MessageDeltaUsage LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'MessageDeltaUsage' STORE_NAME __qualname__ SETUP_ANNOTATIONS LOAD_NAME int LOAD_NAME __annotations__ LOAD_CONST 'output_tokens' STORE_SUBSCR LOAD_CONST None RETURN_VALUE
from .._models import BaseModel __all__ = ["MessageDeltaUsage"] class MessageDeltaUsage(BaseModel): output_tokens: int """The cumulative number of output tokens which were used."""
data/anthropic-0.16.0/src/anthropic/types/message_delta_usage.py
160
53
222,013
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup LOAD_CONST 'Flask-Caching' LOAD_CONST 'cachelib >= 0.9.0, < 0.10.0' LOAD_CONST 'Flask' BUILD_LIST LOAD_CONST ('name', 'install_requires') CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from setuptools import setup setup( name="Flask-Caching", install_requires=["cachelib >= 0.9.0, < 0.10.0", "Flask"], )
data/Flask-Caching-2.1.0/setup.py
85
53
203,375
LOAD_CONST <code object setup at 0x7faaac2da420, file "f.py", line 1> LOAD_CONST 'setup' MAKE_FUNCTION STORE_NAME setup LOAD_CONST None RETURN_VALUE LOAD_FAST app LOAD_ATTR add_crossref_type LOAD_CONST 'setting' LOAD_CONST 'setting' LOAD_CONST 'pair: %s; setting' LOAD_CONST ('directivename', 'rolename', 'indextemplate') CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
def setup(app): app.add_crossref_type( directivename="setting", rolename="setting", indextemplate="pair: %s; setting", )
data/django-treebeard-4.7.1/docs/source/_ext/djangodocs.py
105
53
82,978
LOAD_CONST 1 LOAD_CONST ('KernelProvisionerFactory',) IMPORT_NAME factory IMPORT_FROM KernelProvisionerFactory STORE_NAME KernelProvisionerFactory POP_TOP LOAD_CONST 1 LOAD_CONST ('LocalProvisioner',) IMPORT_NAME local_provisioner IMPORT_FROM LocalProvisioner STORE_NAME LocalProvisioner POP_TOP LOAD_CONST 1 LOAD_CONST ('KernelProvisionerBase',) IMPORT_NAME provisioner_base IMPORT_FROM KernelProvisionerBase STORE_NAME KernelProvisionerBase POP_TOP LOAD_CONST None RETURN_VALUE
from .factory import KernelProvisionerFactory # noqa from .local_provisioner import LocalProvisioner # noqa from .provisioner_base import KernelProvisionerBase # noqa
data/jupyter_client-8.6.0/jupyter_client/provisioning/__init__.py
110
53
233,851
LOAD_CONST 0 LOAD_CONST ('Path',) IMPORT_NAME pathlib IMPORT_FROM Path STORE_NAME Path POP_TOP LOAD_CONST 0 LOAD_CONST ('List',) IMPORT_NAME typing IMPORT_FROM List STORE_NAME List POP_TOP LOAD_NAME Path LOAD_NAME __file__ CALL_FUNCTION LOAD_ATTR parent STORE_NAME CURRENT_DIR LOAD_NAME List LOAD_NAME str BINARY_SUBSCR LOAD_CONST ('return',) BUILD_CONST_KEY_MAP LOAD_CONST <code object get_hook_dirs at 0x7fa6a58618a0, file "f.py", line 7> LOAD_CONST 'get_hook_dirs' MAKE_FUNCTION STORE_NAME get_hook_dirs LOAD_CONST None RETURN_VALUE LOAD_GLOBAL str LOAD_GLOBAL CURRENT_DIR CALL_FUNCTION BUILD_LIST RETURN_VALUE
from pathlib import Path from typing import List CURRENT_DIR = Path(__file__).parent def get_hook_dirs() -> List[str]: return [str(CURRENT_DIR)]
data/psygnal-0.9.5/src/psygnal/_pyinstaller_util/_pyinstaller_hook.py
161
53
47,143
LOAD_CONST '\nmodule: validate\nshort_description: validate\ndescription: validate\nauthor: "validate (@validate)"\n' STORE_NAME DOCUMENTATION LOAD_CONST '\n' STORE_NAME EXAMPLES LOAD_CONST '\n' STORE_NAME RETURN LOAD_CONST None RETURN_VALUE
DOCUMENTATION = r""" module: validate short_description: validate description: validate author: "validate (@validate)" """ EXAMPLES = r""" """ RETURN = r""" """
data/ansible-core-2.16.3/test/integration/targets/ansible-test-sanity-validate-modules/ansible_collections/ns/ps_only/plugins/modules/validate.py
65
53
437,482
LOAD_CONST 1 LOAD_CONST ('version',) IMPORT_NAME version IMPORT_FROM version STORE_NAME __version__ POP_TOP LOAD_CONST 1 LOAD_CONST ('library_version_number', 'library_version_string') IMPORT_NAME _version IMPORT_FROM library_version_number STORE_NAME library_version_number IMPORT_FROM library_version_string STORE_NAME library_version_string POP_TOP LOAD_NAME __version__ STORE_NAME VERSION LOAD_CONST None RETURN_VALUE
from .version import version as __version__ from ._version import ( # noqa: F401 library_version_number, library_version_string, ) VERSION = __version__
data/lz4-4.3.3/lz4/__init__.py
94
53
430,008
LOAD_CONST 0 LOAD_CONST ('HTTPMethodView',) IMPORT_NAME sanic.views IMPORT_FROM HTTPMethodView STORE_NAME HTTPMethodView POP_TOP LOAD_CONST 0 LOAD_CONST ('text',) IMPORT_NAME sanic.response IMPORT_FROM text STORE_NAME text POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object NameView at 0x7fab82258d20, file "f.py", line 5> LOAD_CONST 'NameView' MAKE_FUNCTION LOAD_CONST 'NameView' LOAD_NAME HTTPMethodView CALL_FUNCTION STORE_NAME NameView LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'NameView' STORE_NAME __qualname__ LOAD_CONST <code object get at 0x7fab82258150, file "f.py", line 6> LOAD_CONST 'NameView.get' MAKE_FUNCTION STORE_NAME get LOAD_CONST None RETURN_VALUE LOAD_GLOBAL text LOAD_CONST 'Hello {}' LOAD_METHOD format LOAD_FAST name CALL_METHOD CALL_FUNCTION RETURN_VALUE
from sanic.views import HTTPMethodView from sanic.response import text class NameView(HTTPMethodView): def get(self, request, name): return text("Hello {}".format(name))
data/instana-1.38.2/tests/apps/sanic_app/name.py
217
53
232,760
LOAD_CONST 'handle_formula_data' LOAD_CONST 'test' BUILD_LIST STORE_NAME __all__ LOAD_CONST 1 LOAD_CONST ('handle_formula_data',) IMPORT_NAME formulatools IMPORT_FROM handle_formula_data STORE_NAME handle_formula_data POP_TOP LOAD_CONST 0 LOAD_CONST ('PytestTester',) IMPORT_NAME statsmodels.tools._testing IMPORT_FROM PytestTester STORE_NAME PytestTester POP_TOP LOAD_NAME PytestTester CALL_FUNCTION STORE_NAME test LOAD_CONST None RETURN_VALUE
__all__ = ["handle_formula_data", "test"] from .formulatools import handle_formula_data from statsmodels.tools._testing import PytestTester test = PytestTester()
data/statsmodels-0.14.1/statsmodels/formula/__init__.py
114
53
202,368
LOAD_CONST 0 LOAD_CONST ('resources',) IMPORT_NAME awxkit.api.resources IMPORT_FROM resources STORE_NAME resources POP_TOP LOAD_CONST 1 LOAD_CONST ('base',) IMPORT_NAME IMPORT_FROM base STORE_NAME base POP_TOP LOAD_CONST 1 LOAD_CONST ('page',) IMPORT_NAME IMPORT_FROM page STORE_NAME page POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Dashboard at 0x7f8a954cd540, file "f.py", line 6> LOAD_CONST 'Dashboard' MAKE_FUNCTION LOAD_CONST 'Dashboard' LOAD_NAME base LOAD_ATTR Base CALL_FUNCTION STORE_NAME Dashboard LOAD_NAME page LOAD_METHOD register_page LOAD_NAME resources LOAD_ATTR dashboard LOAD_NAME Dashboard CALL_METHOD POP_TOP LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Dashboard' STORE_NAME __qualname__ LOAD_CONST None RETURN_VALUE
from awxkit.api.resources import resources from . import base from . import page class Dashboard(base.Base): pass page.register_page(resources.dashboard, Dashboard)
data/awxkit-23.8.1/awxkit/api/pages/dashboard.py
192
53
331,820
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 MetricKit STORE_NAME MetricKit LOAD_BUILD_CLASS LOAD_CONST <code object TestMXCrashDiagnostic at 0x7fab800366f0, file "f.py", line 5> LOAD_CONST 'TestMXCrashDiagnostic' MAKE_FUNCTION LOAD_CONST 'TestMXCrashDiagnostic' LOAD_NAME TestCase CALL_FUNCTION STORE_NAME TestMXCrashDiagnostic LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'TestMXCrashDiagnostic' STORE_NAME __qualname__ LOAD_CONST <code object test_classes at 0x7fab82402ed0, file "f.py", line 6> LOAD_CONST 'TestMXCrashDiagnostic.test_classes' MAKE_FUNCTION STORE_NAME test_classes LOAD_CONST None RETURN_VALUE LOAD_GLOBAL MetricKit LOAD_ATTR MXCrashDiagnostic POP_TOP LOAD_CONST None RETURN_VALUE
from PyObjCTools.TestSupport import TestCase import MetricKit class TestMXCrashDiagnostic(TestCase): def test_classes(self): MetricKit.MXCrashDiagnostic
data/pyobjc-framework-MetricKit-10.1/PyObjCTest/test_mxcrashdiagnostic.py
242
53
175,692
LOAD_CONST 1 LOAD_CONST ('decide_merge',) IMPORT_NAME generic IMPORT_FROM decide_merge STORE_NAME decide_merge POP_TOP LOAD_CONST 1 LOAD_CONST ('apply_decisions',) IMPORT_NAME decisions IMPORT_FROM apply_decisions STORE_NAME apply_decisions POP_TOP LOAD_CONST 1 LOAD_CONST ('merge_notebooks',) IMPORT_NAME notebooks IMPORT_FROM merge_notebooks STORE_NAME merge_notebooks POP_TOP LOAD_CONST 'decide_merge' LOAD_CONST 'merge_notebooks' LOAD_CONST 'apply_decisions' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from .generic import decide_merge from .decisions import apply_decisions from .notebooks import merge_notebooks __all__ = ["decide_merge", "merge_notebooks", "apply_decisions"]
data/nbdime-4.0.1/nbdime/merging/__init__.py
128
53
88,154
LOAD_CONST 'Signature based transformers.' STORE_NAME __doc__ LOAD_CONST 'SignatureTransformer' BUILD_LIST STORE_NAME __all__ LOAD_CONST 0 LOAD_CONST ('SignatureTransformer',) IMPORT_NAME sktime.transformations.panel.signature_based._signature_method IMPORT_FROM SignatureTransformer STORE_NAME SignatureTransformer POP_TOP LOAD_CONST None RETURN_VALUE
"""Signature based transformers.""" __all__ = [ "SignatureTransformer", ] from sktime.transformations.panel.signature_based._signature_method import ( SignatureTransformer, )
data/sktime-0.26.0/sktime/transformations/panel/signature_based/__init__.py
77
53
65,430
LOAD_CONST 'This module holds utils to be used by transformations.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('Function',) IMPORT_NAME butterfree.transform.utils.function IMPORT_FROM Function STORE_NAME Function POP_TOP LOAD_CONST 0 LOAD_CONST ('Window',) IMPORT_NAME butterfree.transform.utils.window_spec IMPORT_FROM Window STORE_NAME Window POP_TOP LOAD_CONST 'Window' LOAD_CONST 'Function' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
"""This module holds utils to be used by transformations.""" from butterfree.transform.utils.function import Function from butterfree.transform.utils.window_spec import Window __all__ = ["Window", "Function"]
data/butterfree-1.2.3/butterfree/transform/utils/__init__.py
102
53
9,079
LOAD_CONST "\nThis is a module whose name begins with 're'. It will be used to verify that the regex for excluding modules listed in\nPY3_BASE_MODULES (which includes 're') does not exclude this module.\n" STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" This is a module whose name begins with 're'. It will be used to verify that the regex for excluding modules listed in PY3_BASE_MODULES (which includes 're') does not exclude this module. """
data/pyinstaller-6.4.0/tests/functional/modules/resources_testmod.py
64
53
184,754
LOAD_CONST 0 LOAD_CONST ('Literal',) IMPORT_NAME typing_extensions IMPORT_FROM Literal STORE_NAME Literal POP_TOP LOAD_CONST 2 LOAD_CONST ('BaseModel',) IMPORT_NAME _models IMPORT_FROM BaseModel STORE_NAME BaseModel POP_TOP LOAD_CONST 'ContentBlock' BUILD_LIST STORE_NAME __all__ LOAD_BUILD_CLASS LOAD_CONST <code object ContentBlock at 0x7fab80248db0, file "f.py", line 8> LOAD_CONST 'ContentBlock' MAKE_FUNCTION LOAD_CONST 'ContentBlock' LOAD_NAME BaseModel CALL_FUNCTION STORE_NAME ContentBlock LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'ContentBlock' STORE_NAME __qualname__ SETUP_ANNOTATIONS LOAD_NAME str LOAD_NAME __annotations__ LOAD_CONST 'text' STORE_SUBSCR LOAD_NAME Literal LOAD_CONST 'text' BINARY_SUBSCR LOAD_NAME __annotations__ LOAD_CONST 'type' STORE_SUBSCR LOAD_CONST None RETURN_VALUE
from typing_extensions import Literal from .._models import BaseModel __all__ = ["ContentBlock"] class ContentBlock(BaseModel): text: str type: Literal["text"]
data/anthropic-0.16.0/src/anthropic/types/content_block.py
201
53
222,008
LOAD_CONST 1 LOAD_CONST ('QueueClient',) IMPORT_NAME _queue_client_async IMPORT_FROM QueueClient STORE_NAME QueueClient POP_TOP LOAD_CONST 1 LOAD_CONST ('QueueServiceClient',) IMPORT_NAME _queue_service_client_async IMPORT_FROM QueueServiceClient STORE_NAME QueueServiceClient POP_TOP LOAD_CONST 'QueueClient' LOAD_CONST 'QueueServiceClient' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from ._queue_client_async import QueueClient from ._queue_service_client_async import QueueServiceClient __all__ = [ "QueueClient", "QueueServiceClient", ]
data/azure-multiapi-storage-1.2.0/azure/multiapi/storagev2/queue/v2019_07_07/aio/__init__.py
95
53
311,611
LOAD_CONST '\nAncient versions of the Thai language\n' STORE_NAME __doc__ LOAD_CONST 'aksonhan_to_current' BUILD_LIST STORE_NAME __all__ LOAD_CONST 0 LOAD_CONST ('aksonhan_to_current',) IMPORT_NAME pythainlp.ancient.aksonhan IMPORT_FROM aksonhan_to_current STORE_NAME aksonhan_to_current POP_TOP LOAD_CONST None RETURN_VALUE
""" Ancient versions of the Thai language """ __all__ = ["aksonhan_to_current"] from pythainlp.ancient.aksonhan import aksonhan_to_current
data/pythainlp-5.0.1/pythainlp/ancient/__init__.py
97
53
43,315
LOAD_CONST 0 LOAD_CONST ('absolute_import',) IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object WorkflowNotFound at 0x7faa516338a0, file "f.py", line 4> LOAD_CONST 'WorkflowNotFound' MAKE_FUNCTION LOAD_CONST 'WorkflowNotFound' LOAD_NAME Exception CALL_FUNCTION STORE_NAME WorkflowNotFound LOAD_BUILD_CLASS LOAD_CONST <code object MissingRequiredParameter at 0x7faa51633c90, file "f.py", line 8> LOAD_CONST 'MissingRequiredParameter' MAKE_FUNCTION LOAD_CONST 'MissingRequiredParameter' LOAD_NAME Exception CALL_FUNCTION STORE_NAME MissingRequiredParameter LOAD_BUILD_CLASS LOAD_CONST <code object DuplicateStatesInChain at 0x7faa51633150, file "f.py", line 12> LOAD_CONST 'DuplicateStatesInChain' MAKE_FUNCTION LOAD_CONST 'DuplicateStatesInChain' LOAD_NAME Exception CALL_FUNCTION STORE_NAME DuplicateStatesInChain LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'WorkflowNotFound' STORE_NAME __qualname__ LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'MissingRequiredParameter' STORE_NAME __qualname__ LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'DuplicateStatesInChain' STORE_NAME __qualname__ LOAD_CONST None RETURN_VALUE
from __future__ import absolute_import class WorkflowNotFound(Exception): pass class MissingRequiredParameter(Exception): pass class DuplicateStatesInChain(Exception): pass
data/stepfunctions-2.3.0/src/stepfunctions/exceptions.py
332
53
237,766
LOAD_CONST 1 LOAD_CONST ('AivenCLI',) IMPORT_NAME cli IMPORT_FROM AivenCLI STORE_NAME AivenCLI POP_TOP LOAD_CONST 0 LOAD_CONST ('NoReturn',) IMPORT_NAME typing IMPORT_FROM NoReturn STORE_NAME NoReturn POP_TOP LOAD_NAME NoReturn LOAD_CONST ('return',) BUILD_CONST_KEY_MAP LOAD_CONST <code object main at 0x7faac0322ae0, file "f.py", line 5> LOAD_CONST 'main' MAKE_FUNCTION STORE_NAME main LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_NAME main CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE LOAD_GLOBAL AivenCLI CALL_FUNCTION LOAD_METHOD main CALL_METHOD POP_TOP LOAD_CONST None RETURN_VALUE
from .cli import AivenCLI from typing import NoReturn def main() -> NoReturn: AivenCLI().main() if __name__ == "__main__": main()
data/aiven_client-4.0.0/aiven/client/__main__.py
161
53
271,638
LOAD_CONST 'A private API to work with Schemathesis internals.' STORE_NAME __doc__ LOAD_CONST None LOAD_CONST ('return',) BUILD_CONST_KEY_MAP LOAD_CONST <code object clear_cache at 0x7fab82402ed0, file "f.py", line 4> LOAD_CONST 'clear_cache' MAKE_FUNCTION STORE_NAME clear_cache LOAD_CONST None RETURN_VALUE LOAD_CONST 2 LOAD_CONST ('_hypothesis',) IMPORT_NAME specs.openapi IMPORT_FROM _hypothesis STORE_FAST _hypothesis POP_TOP LOAD_FAST _hypothesis LOAD_METHOD clear_cache CALL_METHOD POP_TOP LOAD_CONST None RETURN_VALUE
"""A private API to work with Schemathesis internals.""" def clear_cache() -> None: from ..specs.openapi import _hypothesis _hypothesis.clear_cache()
data/schemathesis-3.25.1/src/schemathesis/internal/__init__.py
139
53
175,007
LOAD_CONST 0 LOAD_CONST ('absolute_import', 'print_function', 'division') IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM print_function STORE_NAME print_function IMPORT_FROM division STORE_NAME division POP_TOP LOAD_CONST <code object test_sparse_type at 0x7fab641951e0, file "f.py", line 4> LOAD_CONST 'test_sparse_type' MAKE_FUNCTION STORE_NAME test_sparse_type LOAD_CONST None RETURN_VALUE LOAD_CONST 0 LOAD_CONST None IMPORT_NAME theano.sparse STORE_FAST theano LOAD_GLOBAL hasattr LOAD_FAST theano LOAD_ATTR sparse LOAD_CONST 'SparseType' CALL_FUNCTION POP_JUMP_IF_TRUE LOAD_GLOBAL AssertionError RAISE_VARARGS LOAD_CONST None RETURN_VALUE
from __future__ import absolute_import, print_function, division def test_sparse_type(): import theano.sparse assert hasattr(theano.sparse, "SparseType")
data/Theano-1.0.5/theano/sparse/tests/test_type.py
170
53
417,402
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 1 LOAD_CONST ('BoundLocation', 'LocationsClient', 'LocationsPageResult') IMPORT_NAME client IMPORT_FROM BoundLocation STORE_NAME BoundLocation IMPORT_FROM LocationsClient STORE_NAME LocationsClient IMPORT_FROM LocationsPageResult STORE_NAME LocationsPageResult POP_TOP LOAD_CONST 1 LOAD_CONST ('Location',) IMPORT_NAME domain IMPORT_FROM Location STORE_NAME Location POP_TOP LOAD_CONST None RETURN_VALUE
from __future__ import annotations from .client import BoundLocation, LocationsClient, LocationsPageResult # noqa: F401 from .domain import Location # noqa: F401
data/ansible-9.2.0/ansible_collections/hetzner/hcloud/plugins/module_utils/vendor/hcloud/locations/__init__.py
112
53
280,166
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object ObjectFlowTypes at 0x7fab820f48a0, file "f.py", line 4> LOAD_CONST 'ObjectFlowTypes' MAKE_FUNCTION LOAD_CONST 'ObjectFlowTypes' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION STORE_NAME ObjectFlowTypes LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'ObjectFlowTypes' STORE_NAME __qualname__ LOAD_CONST ('None',) STORE_NAME None_ LOAD_CONST ('Add',) STORE_NAME Add LOAD_CONST ('Update',) STORE_NAME Update LOAD_CONST ('Delete',) STORE_NAME Delete LOAD_CONST None RETURN_VALUE
from enum import Enum class ObjectFlowTypes(str, Enum): None_ = ("None",) Add = ("Add",) Update = ("Update",) Delete = ("Delete",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/object_flow_types.py
165
53
261,506
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 1 LOAD_CONST ('main',) IMPORT_NAME tool IMPORT_FROM main STORE_NAME main POP_TOP LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_NAME sys LOAD_METHOD exit LOAD_NAME main CALL_FUNCTION CALL_METHOD POP_TOP LOAD_CONST None RETURN_VALUE
import sys # pragma: no cover from .tool import main # pragma: no cover if __name__ == "__main__": # pragma: no cover sys.exit(main())
data/json5-0.9.17/json5/__main__.py
74
53
320,844
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME logging STORE_NAME logging LOAD_CONST 0 LOAD_CONST None IMPORT_NAME verboselogs STORE_NAME verboselogs LOAD_NAME logging LOAD_ATTR WARNING STORE_NAME LOGGING LOAD_CONST 1 STORE_NAME CHANNELS LOAD_CONST 16000 STORE_NAME RATE LOAD_CONST 8194 STORE_NAME CHUNK LOAD_CONST None RETURN_VALUE
import logging, verboselogs """ constants for microphone """ LOGGING = logging.WARNING CHANNELS = 1 RATE = 16000 CHUNK = 8194
data/deepgram-sdk-3.1.4/deepgram/audio/microphone/constants.py
88
53
80,898
LOAD_CONST 0 LOAD_CONST ('FloatAttrArray', 'FloatAttrDtype') IMPORT_NAME pandas.tests.extension.array_with_attr.array IMPORT_FROM FloatAttrArray STORE_NAME FloatAttrArray IMPORT_FROM FloatAttrDtype STORE_NAME FloatAttrDtype POP_TOP LOAD_CONST 'FloatAttrArray' LOAD_CONST 'FloatAttrDtype' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALUE
from pandas.tests.extension.array_with_attr.array import ( FloatAttrArray, FloatAttrDtype, ) __all__ = ["FloatAttrArray", "FloatAttrDtype"]
data/pandas-2.2.0/pandas/tests/extension/array_with_attr/__init__.py
89
53
170,383
LOAD_CONST 0 LOAD_CONST ('BaseSettings',) IMPORT_NAME pydantic_settings IMPORT_FROM BaseSettings STORE_NAME BaseSettings POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Settings at 0x7fab5434bd20, file "f.py", line 4> LOAD_CONST 'Settings' MAKE_FUNCTION LOAD_CONST 'Settings' LOAD_NAME BaseSettings CALL_FUNCTION STORE_NAME Settings LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Settings' STORE_NAME __qualname__ SETUP_ANNOTATIONS LOAD_CONST 'Awesome API' STORE_NAME app_name LOAD_NAME str LOAD_NAME __annotations__ LOAD_CONST 'app_name' STORE_SUBSCR LOAD_NAME str LOAD_NAME __annotations__ LOAD_CONST 'admin_email' STORE_SUBSCR LOAD_CONST 50 STORE_NAME items_per_user LOAD_NAME int LOAD_NAME __annotations__ LOAD_CONST 'items_per_user' STORE_SUBSCR LOAD_CONST None RETURN_VALUE
from pydantic_settings import BaseSettings class Settings(BaseSettings): app_name: str = "Awesome API" admin_email: str items_per_user: int = 50
data/fastapi-0.109.2/docs_src/settings/app02/config.py
201
53
142,440
LOAD_CONST 0 LOAD_CONST ('ColumnExpr', 'all_cols', 'col', 'function', 'lit', 'null') IMPORT_NAME fugue.column.expressions IMPORT_FROM ColumnExpr STORE_NAME ColumnExpr IMPORT_FROM all_cols STORE_NAME all_cols IMPORT_FROM col STORE_NAME col IMPORT_FROM function STORE_NAME function IMPORT_FROM lit STORE_NAME lit IMPORT_FROM null STORE_NAME null POP_TOP LOAD_CONST 0 LOAD_CONST ('is_agg',) IMPORT_NAME fugue.column.functions IMPORT_FROM is_agg STORE_NAME is_agg POP_TOP LOAD_CONST 0 LOAD_CONST ('SelectColumns', 'SQLExpressionGenerator') IMPORT_NAME fugue.column.sql IMPORT_FROM SelectColumns STORE_NAME SelectColumns IMPORT_FROM SQLExpressionGenerator STORE_NAME SQLExpressionGenerator POP_TOP LOAD_CONST None RETURN_VALUE
from fugue.column.expressions import ColumnExpr, all_cols, col, function, lit, null from fugue.column.functions import is_agg from fugue.column.sql import SelectColumns, SQLExpressionGenerator
data/fugue-0.8.7/fugue/column/__init__.py
165
53
8,009
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME numpy LOAD_CONST 0 LOAD_CONST None IMPORT_NAME uproot3_methods.base STORE_NAME uproot3_methods LOAD_BUILD_CLASS LOAD_CONST <code object Methods at 0x7fa9c8600ed0, file "f.py", line 6> LOAD_CONST 'Methods' MAKE_FUNCTION LOAD_CONST 'Methods' LOAD_NAME uproot3_methods LOAD_ATTR base LOAD_ATTR ROOTMethods CALL_FUNCTION STORE_NAME Methods LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Methods' STORE_NAME __qualname__ LOAD_CONST <code object hello at 0x7fa9c8600540, file "f.py", line 7> LOAD_CONST 'Methods.hello' MAKE_FUNCTION STORE_NAME hello LOAD_CONST None RETURN_VALUE LOAD_CONST 'world' LOAD_GLOBAL len LOAD_GLOBAL dir LOAD_FAST self CALL_FUNCTION CALL_FUNCTION BUILD_TUPLE RETURN_VALUE
import numpy import uproot3_methods.base class Methods(uproot3_methods.base.ROOTMethods): def hello(self): return "world", len(dir(self))
data/uproot3-methods-0.10.1/uproot3_methods/classes/THnSparse.py
207
53
205,129
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 1 LOAD_CONST ('BoundLocation', 'LocationsClient', 'LocationsPageResult') IMPORT_NAME client IMPORT_FROM BoundLocation STORE_NAME BoundLocation IMPORT_FROM LocationsClient STORE_NAME LocationsClient IMPORT_FROM LocationsPageResult STORE_NAME LocationsPageResult POP_TOP LOAD_CONST 1 LOAD_CONST ('Location',) IMPORT_NAME domain IMPORT_FROM Location STORE_NAME Location POP_TOP LOAD_CONST None RETURN_VALUE
from __future__ import annotations from .client import BoundLocation, LocationsClient, LocationsPageResult # noqa: F401 from .domain import Location # noqa: F401
data/hcloud-1.33.2/hcloud/locations/__init__.py
112
53
436,485
LOAD_CONST 0 LOAD_CONST ('OpRun',) IMPORT_NAME onnx.reference.op_run IMPORT_FROM OpRun STORE_NAME OpRun POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object SequenceAt at 0x7fab823b2b70, file "f.py", line 4> LOAD_CONST 'SequenceAt' MAKE_FUNCTION LOAD_CONST 'SequenceAt' LOAD_NAME OpRun CALL_FUNCTION STORE_NAME SequenceAt LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'SequenceAt' STORE_NAME __qualname__ LOAD_CONST <code object _run at 0x7fab823b2660, file "f.py", line 5> LOAD_CONST 'SequenceAt._run' MAKE_FUNCTION STORE_NAME _run LOAD_CONST None RETURN_VALUE LOAD_FAST seq LOAD_FAST index BINARY_SUBSCR BUILD_TUPLE RETURN_VALUE
from onnx.reference.op_run import OpRun class SequenceAt(OpRun): def _run(self, seq, index): # type: ignore return (seq[index],)
data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/op_sequence_at.py
189
53
309,615
LOAD_CONST 0 LOAD_CONST ('BaseSettings',) IMPORT_NAME pydantic_settings IMPORT_FROM BaseSettings STORE_NAME BaseSettings POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Settings at 0x7fab5434b660, file "f.py", line 4> LOAD_CONST 'Settings' MAKE_FUNCTION LOAD_CONST 'Settings' LOAD_NAME BaseSettings CALL_FUNCTION STORE_NAME Settings LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Settings' STORE_NAME __qualname__ SETUP_ANNOTATIONS LOAD_CONST 'Awesome API' STORE_NAME app_name LOAD_NAME str LOAD_NAME __annotations__ LOAD_CONST 'app_name' STORE_SUBSCR LOAD_NAME str LOAD_NAME __annotations__ LOAD_CONST 'admin_email' STORE_SUBSCR LOAD_CONST 50 STORE_NAME items_per_user LOAD_NAME int LOAD_NAME __annotations__ LOAD_CONST 'items_per_user' STORE_SUBSCR LOAD_CONST None RETURN_VALUE
from pydantic_settings import BaseSettings class Settings(BaseSettings): app_name: str = "Awesome API" admin_email: str items_per_user: int = 50
data/fastapi-0.109.2/docs_src/settings/app02_an/config.py
202
53
142,437