input
stringlengths
28
198k
output
stringlengths
3
71k
file
stringlengths
19
330
input_tokens
int64
5
159k
output_tokens
int64
3
9.07k
__index_level_0__
int64
2
449k
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME np LOAD_CONST 0 LOAD_CONST ('OpRunUnary',) IMPORT_NAME onnx.reference.ops._op IMPORT_FROM OpRunUnary STORE_NAME OpRunUnary POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object IsNaN at 0x7f8e2ff25f60, file "f.py", line 6> LOAD_CONST 'IsNaN' MAKE_FUNCTION LOAD_CONS...
import numpy as np from onnx.reference.ops._op import OpRunUnary class IsNaN(OpRunUnary): def _run(self, data): # type: ignore return (np.isnan(data),)
data/onnxsim-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/op_isnan.py
218
64
114,301
LOAD_CONST 0 LOAD_CONST ('allowedaddresspairs_atomic',) IMPORT_NAME neutron_lib.api.definitions IMPORT_FROM allowedaddresspairs_atomic STORE_NAME allowedaddresspairs_atomic POP_TOP LOAD_CONST 0 LOAD_CONST ('base',) IMPORT_NAME neutron_lib.tests.unit.api.definitions IMPORT_FROM base STORE_NAME base POP_TOP LOAD_BUILD_...
from neutron_lib.api.definitions import allowedaddresspairs_atomic from neutron_lib.tests.unit.api.definitions import base class AllowedAddressPairsDefinitionTestCase(base.DefinitionBaseTestCase): extension_module = allowedaddresspairs_atomic
data/neutron-lib-3.10.0/neutron_lib/tests/unit/api/definitions/test_allowedaddresspairs_atomic.py
212
64
384,976
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME context STORE_NAME context LOAD_CONST 0 LOAD_CONST None IMPORT_NAME paho.mqtt.publish IMPORT_FROM mqtt ROT_TWO POP_TOP IMPORT_FROM publish STORE_NAME publish POP_TOP LOAD_NAME publish LOAD_ATTR single LOAD_CONST 'paho/test/single' LOAD_CONST 'boo' LOAD_CONST 'mqtt.eclipseproje...
import context # Ensures paho is in PYTHONPATH import paho.mqtt.publish as publish publish.single("paho/test/single", "boo", hostname="mqtt.eclipseprojects.io")
data/paho_mqtt-2.0.0/examples/publish_single.py
101
64
273,242
LOAD_CONST <code object test_prepare at 0x7fab7002b1e0, file "f.py", line 1> LOAD_CONST 'test_prepare' MAKE_FUNCTION STORE_NAME test_prepare LOAD_CONST <code object test_run at 0x7fab7002b4b0, file "f.py", line 5> LOAD_CONST 'test_run' MAKE_FUNCTION STORE_NAME test_run LOAD_CONST None RETURN_VALUE LOAD_FAST con LOAD_...
def test_prepare(con): con.prepare("SELECT CAST(:v AS INTEGER)") def test_run(con): ps = con.prepare("SELECT cast(:v as varchar)") ps.run(v="speedy")
data/pg8000-1.30.4/test/native/test_prepared_statement.py
181
64
196,115
LOAD_CONST 1 LOAD_CONST ('check_Xy', 'format_kwarg_dictionaries') IMPORT_NAME checking IMPORT_FROM check_Xy STORE_NAME check_Xy IMPORT_FROM format_kwarg_dictionaries STORE_NAME format_kwarg_dictionaries POP_TOP LOAD_CONST 1 LOAD_CONST ('Counter',) IMPORT_NAME counter IMPORT_FROM Counter STORE_NAME Counter POP_TOP LOA...
from .checking import check_Xy, format_kwarg_dictionaries from .counter import Counter from .testing import assert_raises __all__ = ["Counter", "assert_raises", "check_Xy", "format_kwarg_dictionaries"]
data/mlxtend-0.23.1/mlxtend/utils/__init__.py
156
64
196,375
BUILD_LIST STORE_NAME __all__ LOAD_CONST 0 LOAD_CONST ('exit',) IMPORT_NAME sys IMPORT_FROM exit STORE_NAME exit POP_TOP LOAD_CONST 1 LOAD_CONST ('run',) IMPORT_NAME _internal.cli IMPORT_FROM run STORE_NAME _run POP_TOP LOAD_NAME exit LOAD_NAME _run LOAD_NAME __package__ POP_JUMP_IF_FALSE LOAD_CONST 'python -m ' LOA...
__all__ = [] # type:ignore[var-annotated] from sys import exit from ._internal.cli import run as _run exit(_run(prog=f"python -m {__package__}" if __package__ else None))
data/cyclonedx_bom-4.1.1/cyclonedx_py/__main__.py
113
64
386,928
LOAD_CONST 'Generated API for package: tensorflow_examples.lite.model_maker.third_party.recommendation.ml.configs.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME tensorflow_examples.lite.model_maker.third_party.recommendation.ml.configs IMPORT_STAR LOAD_CONST None RETURN_VALUE
"""Generated API for package: tensorflow_examples.lite.model_maker.third_party.recommendation.ml.configs.""" from tensorflow_examples.lite.model_maker.third_party.recommendation.ml.configs import *
data/tflite-model-maker-nightly-0.4.4.dev202402210609/src/tflite_model_maker/python/third_party/recommendation/ml/configs/__init__.py
84
64
389,290
LOAD_CONST 'Make pytest-embedded plugin work with Serial.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('SerialDut',) IMPORT_NAME dut IMPORT_FROM SerialDut STORE_NAME SerialDut POP_TOP LOAD_CONST 1 LOAD_CONST ('Serial',) IMPORT_NAME serial IMPORT_FROM Serial STORE_NAME Serial POP_TOP LOAD_CONST 'Serial' LOAD_CONST '...
"""Make pytest-embedded plugin work with Serial.""" from .dut import SerialDut from .serial import Serial __all__ = [ "Serial", "SerialDut", ] __version__ = "1.7.0"
data/pytest_embedded_serial-1.7.0/pytest_embedded_serial/__init__.py
110
64
273,299
LOAD_CONST 'Requests test package initialisation.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST None IMPORT_NAME warnings STORE_NAME warnings SETUP_EXCEPT to 42 LOAD_CONST 0 LOAD_CONST ('SNIMissingWarning',) IMPORT_NAME urllib3.exceptions IMPORT_FROM SNIMissingWarning STORE_NAME SNIMissingWarning POP_TOP LOAD_NAME wa...
"""Requests test package initialisation.""" import warnings try: from urllib3.exceptions import SNIMissingWarning warnings.simplefilter("always", SNIMissingWarning) except ImportError: SNIMissingWarning = None
data/requests-2.31.0/tests/__init__.py
153
64
140,720
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME typer STORE_NAME typer LOAD_CONST <code object main at 0x7fab641e74b0, file "f.py", line 4> LOAD_CONST 'main' MAKE_FUNCTION STORE_NAME main LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_NAME typer LOAD_METHOD run LOAD_NAME main CALL_METHOD POP_...
import typer def main(): print("Opening Typer's docs") typer.launch("https://typer.tiangolo.com") if __name__ == "__main__": typer.run(main)
data/typer-0.9.0/docs_src/launch/tutorial001.py
147
64
224,530
LOAD_CONST 0 LOAD_CONST ('absolute_import', 'print_function', 'unicode_literals') IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM print_function STORE_NAME print_function IMPORT_FROM unicode_literals STORE_NAME unicode_literals POP_TOP LOAD_CONST '' STORE_GLOBAL mybuffer LOAD...
from __future__ import absolute_import, print_function, unicode_literals mybuffer = "" def GetClipboardText(): return mybuffer def SetClipboardText(text): global mybuffer mybuffer = text
data/pyreadline3-3.4.1/pyreadline3/clipboard/no_clipboard.py
207
64
337,035
LOAD_CONST ' Interface describing API of zope.interface.tests.dummy test module\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('Interface',) IMPORT_NAME zope.interface IMPORT_FROM Interface STORE_NAME Interface POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object IDummyModule at 0x7fab700f9270, file "f.py", line 6> LOAD_...
""" Interface describing API of zope.interface.tests.dummy test module """ from zope.interface import Interface class IDummyModule(Interface): """Dummy interface for unit tests.""" def bar(baz): """Just a note."""
data/zope.interface-6.2/src/zope/interface/tests/idummy.py
217
64
187,528
LOAD_CONST 'Common Qiskit algorithms utility functions.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('validate_initial_point',) IMPORT_NAME validate_initial_point IMPORT_FROM validate_initial_point STORE_NAME validate_initial_point POP_TOP LOAD_CONST 1 LOAD_CONST ('validate_bounds',) IMPORT_NAME validate_bounds IMPOR...
"""Common Qiskit algorithms utility functions.""" from .validate_initial_point import validate_initial_point from .validate_bounds import validate_bounds __all__ = [ "validate_initial_point", "validate_bounds", ]
data/qiskit-terra-0.46.0/qiskit/algorithms/utils/__init__.py
119
64
430,597
LOAD_CONST 1 LOAD_CONST ('ProfileAttributeBase',) IMPORT_NAME profile_attribute_base IMPORT_FROM ProfileAttributeBase STORE_NAME ProfileAttributeBase POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object CoreProfileAttribute at 0x7fab820341e0, file "f.py", line 4> LOAD_CONST 'CoreProfileAttribute' MAKE_FUNCTION LOAD_CONST ...
from .profile_attribute_base import ProfileAttributeBase class CoreProfileAttribute(ProfileAttributeBase): """CoreProfileAttribute.""" _attribute_map = {} def __init__(self): super(CoreProfileAttribute, self).__init__()
data/vsts-0.1.25/vsts/profile/v4_1/models/core_profile_attribute.py
249
64
67,262
LOAD_CONST 'Register urls for EventbriteProvider' STORE_NAME __doc__ 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 ('EventbriteProvider',) IMPORT_NAME provider IMPO...
"""Register urls for EventbriteProvider""" from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns from .provider import EventbriteProvider urlpatterns = default_urlpatterns(EventbriteProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/eventbrite/urls.py
122
64
336,645
LOAD_CONST 'Register urls for MailChimpProvider' STORE_NAME __doc__ 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 ('MailChimpProvider',) IMPORT_NAME provider IMPORT...
"""Register urls for MailChimpProvider""" from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns from .provider import MailChimpProvider urlpatterns = default_urlpatterns(MailChimpProvider)
data/django-allauth-0.61.1/allauth/socialaccount/providers/mailchimp/urls.py
122
64
336,633
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 1 LOAD_CONST ('JSONField',) IMPORT_NAME fields IMPORT_FROM JSONField STORE_NAME JSONField POP_TOP LOAD_CONST ('JSONField',) STORE_NAME __all__ LOAD_NAME open LOAD_NAME os LOAD_ATTR path LOAD_METHOD join LOAD_NAME os LOAD_ATTR path LOAD_METHOD dirna...
import os from .fields import JSONField __all__ = ("JSONField",) with open(os.path.join(os.path.dirname(__file__), "VERSION")) as fp: __version__ = fp.read().strip()
data/django-jsonfield-1.4.1/jsonfield/__init__.py
136
64
115,126
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 HealthKit STORE_NAME HealthKit LOAD_BUILD_CLASS LOAD_CONST <code object TestHKCumulativeQuantitySample at 0x7fab80232a50, file "f.py", line 5> LOAD_CONST ...
from PyObjCTools.TestSupport import TestCase import HealthKit class TestHKCumulativeQuantitySample(TestCase): def test_constants(self): self.assertIsInstance(HealthKit.HKPredicateKeyPathSum, str)
data/pyobjc-framework-HealthKit-10.1/PyObjCTest/test_hkcumulativequantitysample.py
268
64
385,380
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME doctest STORE_NAME doctest LOAD_CONST 0 LOAD_CONST None IMPORT_NAME unittest STORE_NAME unittest LOAD_CONST 0 LOAD_CONST None IMPORT_NAME phonenumbers.pb2 STORE_NAME phonenumbers LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME tests.pb2 IMPORT_STAR LOAD_NAME __name__ LOAD_CONST '...
import doctest import unittest import phonenumbers.pb2 from tests.pb2 import * if __name__ == "__main__": doctest.testmod(phonenumbers.pb2) unittest.main()
data/phonenumberslite-8.13.30/testpb2.py
135
64
440,063
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME nox STORE_NAME nox LOAD_NAME nox LOAD_ATTR session LOAD_CONST '3.7' LOAD_CONST '3.8' LOAD_CONST '3.9' BUILD_LIST LOAD_CONST ('python',) CALL_FUNCTION LOAD_CONST <code object test at 0x7f8aefa24030, file "f.py", line 4> LOAD_CONST 'test' MAKE_FUNCTION CALL_FUNCTION STORE_NAME te...
import nox @nox.session(python=["3.7", "3.8", "3.9"]) def test(session): session.install("-r", "requirements-dev.txt") session.run("pytest")
data/pyinstrument-4.6.2/noxfile.py
151
64
115,345
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME np LOAD_CONST 0 LOAD_CONST ('OpRunUnary',) IMPORT_NAME onnx.reference.ops._op IMPORT_FROM OpRunUnary STORE_NAME OpRunUnary POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object IsNaN at 0x7fab82053540, file "f.py", line 6> LOAD_CONST 'IsNaN' MAKE_FUNCTION LOAD_CONS...
import numpy as np from onnx.reference.ops._op import OpRunUnary class IsNaN(OpRunUnary): def _run(self, data): # type: ignore return (np.isnan(data),)
data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/op_isnan.py
218
64
309,630
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME doctest STORE_NAME doctest LOAD_CONST <code object eek at 0x7f8e2ff25b70, file "f.py", line 4> LOAD_CONST 'eek' MAKE_FUNCTION STORE_NAME eek LOAD_CONST <code object test_suite at 0x7f8e2ff25ae0, file "f.py", line 16> LOAD_CONST 'test_suite' MAKE_FUNCTION STORE_NAME test_suite ...
import doctest def eek(self): """ >>> x = y >>> x >>> z = x + 1 """ def test_suite(): return doctest.DocTestSuite()
data/zope.testrunner-6.3.1/src/zope/testrunner/tests/testrunner-ex/sample2/sampletests_1.py
141
64
115,798
LOAD_CONST 0 LOAD_CONST ('TestCase',) IMPORT_NAME unittest IMPORT_FROM TestCase STORE_NAME TestCase POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME hjson STORE_NAME json LOAD_BUILD_CLASS LOAD_CONST <code object TestDefault at 0x7fab801e5a50, file "f.py", line 6> LOAD_CONST 'TestDefault' MAKE_FUNCTION LOAD_CONST 'Tes...
from unittest import TestCase import hjson as json class TestDefault(TestCase): def test_default(self): self.assertEqual(json.dumpsJSON(type, default=repr), json.dumpsJSON(repr(type)))
data/dbnd-1.0.21.5/src/dbnd/_vendor/hjson/tests/test_default.py
244
64
271,906
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME unittest STORE_NAME unittest LOAD_BUILD_CLASS LOAD_CONST <code object Test at 0x7f8e2ff25f60, file "f.py", line 4> LOAD_CONST 'Test' MAKE_FUNCTION LOAD_CONST 'Test' LOAD_NAME unittest LOAD_ATTR TestCase CALL_FUNCTION STORE_NAME Test LOAD_CONST <code object test_suitex at 0x7f8...
import unittest class Test(unittest.TestCase): def test(self): self.assertEqual(1, 0) def test_suitex(): return unittest.defaultTestLoader.loadTestsFromTestCase(Test)
data/zope.testrunner-6.3.1/src/zope/testrunner/tests/testrunner-ex/sample2/sample22/sampletests_i.py
259
64
115,803
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME typer STORE_NAME typer LOAD_NAME typer LOAD_METHOD Option LOAD_CONST Ellipsis LOAD_CONST '--name' 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_FUNC...
import typer def main(user_name: str = typer.Option(..., "--name")): print(f"Hello {user_name}") if __name__ == "__main__": typer.run(main)
data/typer-0.9.0/docs_src/options/name/tutorial001.py
157
64
224,432
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_CONST 0 LOAD_CONST ('settings',) IMPORT_NAME moto IMPORT_FROM settings STORE_NAME settings POP_TOP LOAD_NAME pytest LOAD_ATTR mark LOAD_ATTR requires_docker STORE_NAME requires_docker LOAD_NAME settings LOAD_ATTR SKIP_REQUIRES_DOCKER POP_JUMP_IF_...
import pytest from moto import settings requires_docker = pytest.mark.requires_docker if settings.SKIP_REQUIRES_DOCKER: requires_docker = pytest.mark.skip(reason="running docker required")
data/moto-5.0.2/tests/markers.py
110
64
197,182
LOAD_CONST 1 LOAD_CONST ('log_to_stdout',) IMPORT_NAME log IMPORT_FROM log_to_stdout STORE_NAME log_to_stdout POP_TOP LOAD_CONST 1 LOAD_CONST ('PersistentFieldLogger',) IMPORT_NAME persistent_field_logger IMPORT_FROM PersistentFieldLogger STORE_NAME PersistentFieldLogger POP_TOP LOAD_CONST 1 LOAD_CONST ('JSONLogger',...
from .log import log_to_stdout from .persistent_field_logger import PersistentFieldLogger from .json_persistent_field_logger import JSONLogger __all__ = ["log_to_stdout", "PersistentFieldLogger", "JSONLogger"]
data/newtools-2.2.489/newtools/log/__init__.py
140
64
114,947
LOAD_CONST 0 LOAD_CONST ('empty_string_filtering',) IMPORT_NAME neutron_lib.api.definitions IMPORT_FROM empty_string_filtering STORE_NAME empty_string_filtering POP_TOP LOAD_CONST 0 LOAD_CONST ('base',) IMPORT_NAME neutron_lib.tests.unit.api.definitions IMPORT_FROM base STORE_NAME base POP_TOP LOAD_BUILD_CLASS LOAD_C...
from neutron_lib.api.definitions import empty_string_filtering from neutron_lib.tests.unit.api.definitions import base class EmptyStringFilteringDefinitionTestCase(base.DefinitionBaseTestCase): extension_module = empty_string_filtering
data/neutron-lib-3.10.0/neutron_lib/tests/unit/api/definitions/test_empty_string_filtering.py
207
64
385,014
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 'hello' LOAD_CONST 'hello_world.jinja2' LOAD_CONST ('route_name', 'renderer') CALL_FUNCTION LOAD_CONST <code object hello_world at 0x7faa51f69270, file "f.py", line ...
from pyramid.view import view_config @view_config(route_name="hello", renderer="hello_world.jinja2") def hello_world(request): return dict(name=request.matchdict["name"])
data/pyramid-2.0.2/docs/quick_tour/jinja2/views.py
152
64
20,026
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME time STORE_NAME time LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_NAME time LOAD_METHOD sleep LOAD_CONST 0.5 CALL_METHOD POP_TOP LOAD_NAME open LOAD_NAME sys LOAD_ATTR argv LOAD_CONST 1 BINARY_SUBSCR CALL_FUNCTION SETUP_WITH to 54 STORE_NAME f LOAD_NAME f ...
import time, sys time.sleep(0.5) with open(sys.argv[1]) as f: contents = f.read() with open(sys.argv[2], "w") as f: f.write(contents)
data/meson-1.3.2/test cases/common/71 ctarget dependency/gen1.py
157
64
82,032
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME np 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 OptionalHasElement at 0x7fab823b2420, file "f.py", line 6> LOAD_CONST 'OptionalHasElement' MAKE_FUNCTION...
import numpy as np from onnx.reference.op_run import OpRun class OptionalHasElement(OpRun): def _run(self, x=None): # type: ignore return (np.array(x is not None),)
data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/op_optional_has_element.py
222
64
309,565
LOAD_CONST 'REST adaptors for communicating with the IBM Quantum services.\n\nEach adaptor handles a specific endpoint prefix followed by the base URL. The\nJob adaptor, for example, handles all /Jobs/{job id} endpoints.\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('Api',) IMPORT_NAME root IMPORT_FROM Api STORE_NAME...
"""REST adaptors for communicating with the IBM Quantum services. Each adaptor handles a specific endpoint prefix followed by the base URL. The Job adaptor, for example, handles all /Jobs/{job id} endpoints. """ from .root import Api
data/qiskit-ibm-provider-0.10.0/qiskit_ibm_provider/api/rest/__init__.py
92
64
98,558
LOAD_CONST 0 LOAD_CONST ('absolute_import',) IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import POP_TOP LOAD_CONST 1 LOAD_CONST ('Accounts',) IMPORT_NAME accounts IMPORT_FROM Accounts STORE_NAME Accounts POP_TOP LOAD_CONST 1 LOAD_CONST ('Admin',) IMPORT_NAME admin IMPORT_FROM Admin STORE_NA...
from __future__ import absolute_import from .accounts import Accounts from .admin import Admin from .auth import Auth from .client import __version__ __all__ = [ "Accounts", "Admin", "Auth", ]
data/duo_client-5.2.0/duo_client/__init__.py
160
64
337,016
LOAD_CONST 0 LOAD_CONST ('partial',) IMPORT_NAME functools IMPORT_FROM partial STORE_NAME partial POP_TOP LOAD_CONST 1 LOAD_CONST ('csv',) IMPORT_NAME IMPORT_FROM csv STORE_NAME csv POP_TOP LOAD_NAME csv LOAD_ATTR setup_extra_parser STORE_NAME setup_extra_parser LOAD_NAME partial LOAD_NAME csv LOAD_ATTR load LOAD_CO...
from functools import partial from . import csv setup_extra_parser = csv.setup_extra_parser load = partial(csv.load, delimiter="\t") dump = partial(csv.dump, delimiter="\t")
data/dictknife-0.14.0/dictknife/loading/tsv.py
128
64
154,345
SETUP_ANNOTATIONS LOAD_CONST 0 LOAD_CONST ('providers',) IMPORT_NAME dependency_injector IMPORT_FROM providers STORE_NAME providers POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Container at 0x7faa75f604b0, file "f.py", line 4> LOAD_CONST 'Container' MAKE_FUNCTION LOAD_CONST 'Container' CALL_FUNCTION STORE_NAME Con...
from dependency_injector import providers class Container: ... provider1 = providers.Container(Container) var1: Container = provider1() provider2 = providers.Container(Container) attr: providers.Provider = provider2.attr
data/dependency-injector-4.41.0/tests/typing/container.py
211
64
271,470
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME np LOAD_CONST 0 LOAD_CONST ('OpRunUnaryNum',) IMPORT_NAME onnx.reference.ops._op IMPORT_FROM OpRunUnaryNum STORE_NAME OpRunUnaryNum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Floor at 0x7fab823b2b70, file "f.py", line 6> LOAD_CONST 'Floor' MAKE_FUNCTION ...
import numpy as np from onnx.reference.ops._op import OpRunUnaryNum class Floor(OpRunUnaryNum): def _run(self, x): # type: ignore return (np.floor(x),)
data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/op_floor.py
215
64
309,529
LOAD_CONST 0 LOAD_CONST ('admin',) IMPORT_NAME server.contrib IMPORT_FROM admin STORE_NAME admin POP_TOP LOAD_CONST 0 LOAD_CONST ('Site',) IMPORT_NAME server.contrib.sites.models IMPORT_FROM Site STORE_NAME Site POP_TOP LOAD_NAME admin LOAD_METHOD register LOAD_NAME Site CALL_METHOD LOAD_BUILD_CLASS LOAD_CONST <code ...
from server.contrib import admin from server.contrib.sites.models import Site @admin.register(Site) class SiteAdmin(admin.ModelAdmin): list_display = ("domain", "name") search_fields = ("domain", "name")
data/os_sys-2.1.4/server/contrib/sites/admin.py
190
64
247,357
LOAD_CONST <code object test_check_check at 0x7fab7002bed0, file "f.py", line 1> LOAD_CONST 'test_check_check' MAKE_FUNCTION STORE_NAME test_check_check LOAD_CONST None RETURN_VALUE LOAD_FAST pytester LOAD_METHOD copy_example LOAD_CONST 'examples/test_example_check_check.py' CALL_METHOD POP_TOP LOAD_FAST pytester LOA...
def test_check_check(pytester): pytester.copy_example("examples/test_example_check_check.py") result = pytester.runpytest() result.assert_outcomes(failed=0, passed=2)
data/pytest_check-2.3.1/tests/test_check_check.py
138
64
186,411
LOAD_CONST 1 LOAD_CONST ('models',) IMPORT_NAME IMPORT_FROM models STORE_NAME models POP_TOP LOAD_CONST <code object setup at 0x7faa51f690c0, file "f.py", line 4> LOAD_CONST 'setup' MAKE_FUNCTION STORE_NAME setup LOAD_CONST None RETURN_VALUE LOAD_FAST env LOAD_CONST 'request' BINARY_SUBSCR STORE_FAST request LOAD_FA...
from . import models def setup(env): request = env["request"] request.tm.begin() env["tm"] = request.tm env["dbsession"] = request.dbsession env["models"] = models
data/pyramid-2.0.2/docs/quick_tour/sqla_demo/sqla_demo/pshell.py
155
64
20,015
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 0 LOAD_CONST ('WaterAmount',) IMPORT_NAME deebot_client.events IMPORT_FROM WaterAmount STORE_NAME WaterAmount POP_TOP LOAD_CONST 0 LOAD_CONST ('verify_DisplayNameEnum_unique',) IMPORT_NAME...
from __future__ import annotations from deebot_client.events import WaterAmount from tests.helpers import verify_DisplayNameEnum_unique def test_WaterLevel_unique() -> None: verify_DisplayNameEnum_unique(WaterAmount)
data/deebot-client-5.2.1/tests/events/test_water_info.py
199
64
357,684
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME np LOAD_CONST 0 LOAD_CONST ('OpRunUnary',) IMPORT_NAME onnx.reference.ops._op IMPORT_FROM OpRunUnary STORE_NAME OpRunUnary POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Not at 0x7fab823b2390, file "f.py", line 6> LOAD_CONST 'Not' MAKE_FUNCTION LOAD_CONST 'N...
import numpy as np from onnx.reference.ops._op import OpRunUnary class Not(OpRunUnary): def _run(self, x): # type: ignore return (np.logical_not(x),)
data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/op_not.py
207
64
309,526
LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pyspark.ml.param IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('H2OTypeConverters',) IMPORT_NAME ai.h2o.sparkling.ml.params.H2OTypeConverters IMPORT_FROM H2OTypeConverters STORE_NAME H2OTypeConverters POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object H2OGridSearchCartesianCriteriaPara...
from pyspark.ml.param import * from ai.h2o.sparkling.ml.params.H2OTypeConverters import H2OTypeConverters class H2OGridSearchCartesianCriteriaParams(Params): pass
data/h2o_pysparkling_3.1-3.44.0.3.post1/ai/h2o/sparkling/ml/params/H2OGridSearchCartesianCriteriaParams.py
215
64
27,307
LOAD_CONST 0 LOAD_CONST ('CheckpointWrapper', 'TorchCheckpointWrapper') IMPORT_NAME allennlp.nn.checkpoint.checkpoint_wrapper IMPORT_FROM CheckpointWrapper STORE_NAME CheckpointWrapper IMPORT_FROM TorchCheckpointWrapper STORE_NAME TorchCheckpointWrapper POP_TOP LOAD_CONST 0 LOAD_CONST ('FairScaleCheckpointWrapper',) I...
from allennlp.nn.checkpoint.checkpoint_wrapper import ( CheckpointWrapper, TorchCheckpointWrapper, ) from allennlp.nn.checkpoint.fairscale_checkpoint_wrapper import ( FairScaleCheckpointWrapper, )
data/allennlp-2.10.1/allennlp/nn/checkpoint/__init__.py
114
64
82,562
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME np LOAD_CONST 0 LOAD_CONST ('OpRunUnaryNum',) IMPORT_NAME onnx.reference.ops._op IMPORT_FROM OpRunUnaryNum STORE_NAME OpRunUnaryNum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Ceil at 0x7fab823b2780, file "f.py", line 6> LOAD_CONST 'Ceil' MAKE_FUNCTION LO...
import numpy as np from onnx.reference.ops._op import OpRunUnaryNum class Ceil(OpRunUnaryNum): def _run(self, x): # type: ignore return (np.ceil(x),)
data/onnx-simplifier-0.4.35/third_party/onnx-optimizer/third_party/onnx/onnx/reference/ops/op_ceil.py
220
64
309,501
LOAD_CONST 1 LOAD_CONST ('Components',) IMPORT_NAME components IMPORT_FROM Components STORE_NAME Components POP_TOP LOAD_CONST 1 LOAD_CONST ('RootLevel',) IMPORT_NAME rootlevel IMPORT_FROM RootLevel STORE_NAME RootLevel POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Changes at 0x7f8e2fa0f300, file "f.py", line 5> L...
from .components import Components from .rootlevel import RootLevel class Changes(RootLevel): def __init__(self, obj): RootLevel.__init__(self, obj) self.components = Components(obj.get("components", {}))
data/smartystreets_python_sdk-4.14.0/smartystreets_python_sdk/international_street/changes.py
247
64
422,980
LOAD_CONST 0 LOAD_CONST ('LetterCase', 'DataClassJsonMixin') IMPORT_NAME dataclasses_json IMPORT_FROM LetterCase STORE_NAME LetterCase IMPORT_FROM DataClassJsonMixin STORE_NAME DataClassJsonMixin POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object AI21BaseModelMixin at 0x7faa53250540, file "f.py", line 4> LOAD_CONST 'AI2...
from dataclasses_json import LetterCase, DataClassJsonMixin class AI21BaseModelMixin(DataClassJsonMixin): dataclass_json_config = { "letter_case": LetterCase.CAMEL, }
data/ai21-2.0.4/ai21/models/ai21_base_model_mixin.py
199
64
370,664
LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME country_converter.country_converter IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('__version__',) IMPORT_NAME version IMPORT_FROM __version__ STORE_NAME __version__ POP_TOP LOAD_CONST 'Konstantin Stadler' STORE_NAME __author__ LOAD_CONST 'agg_conc' LOAD_CONST 'match' LOAD_CONST 'con...
from country_converter.country_converter import * from .version import __version__ __author__ = "Konstantin Stadler" __all__ = ["agg_conc", "match", "convert", "CountryConverter", "cli_output"]
data/country_converter-1.2/country_converter/__init__.py
112
64
386,712
LOAD_CONST 0 LOAD_CONST ('unique',) IMPORT_NAME enum IMPORT_FROM unique STORE_NAME unique POP_TOP LOAD_CONST 6 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 InterpolationMode at 0x7fab701ac270, file "f.py", line ...
from enum import unique from ......_base_enum import StrEnum @unique class InterpolationMode(StrEnum): CUBIC_SPLINE = "CubicSpline" LINEAR = "Linear" LOG = "Log"
data/refinitiv-data-1.6.0/refinitiv/data/content/ipa/_curves/_cross_currency_curves/_enums/_interpolation_mode.py
194
64
195,444
LOAD_CONST 0 LOAD_CONST ('Cookie', 'FastAPI') IMPORT_NAME fastapi IMPORT_FROM Cookie STORE_NAME Cookie IMPORT_FROM FastAPI STORE_NAME FastAPI POP_TOP LOAD_NAME FastAPI CALL_FUNCTION STORE_NAME app LOAD_NAME app LOAD_METHOD get LOAD_CONST '/items/' CALL_METHOD LOAD_NAME Cookie LOAD_CONST None LOAD_CONST ('default',) ...
from fastapi import Cookie, FastAPI app = FastAPI() @app.get("/items/") async def read_items(ads_id: str | None = Cookie(default=None)): return {"ads_id": ads_id}
data/fastapi-0.109.2/docs_src/cookie_params/tutorial001_py310.py
169
64
142,557
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME numpy LOAD_CONST 0 LOAD_CONST ('norm',) IMPORT_NAME numpy.linalg IMPORT_FROM norm STORE_NAME norm POP_TOP LOAD_CONST <code object task at 0x7fab41751030, file "f.py", line 5> LOAD_CONST 'task' MAKE_FUNCTION STORE_NAME task LOAD_CONST None RETURN_VALUE LOAD_GL...
import numpy from numpy.linalg import norm def task(n): """Generates a 1xN array and computes its 2-norm""" A = numpy.ones(n) return norm(A, 2)
data/ipyparallel-8.6.1/docs/source/examples/task_mod.py
121
64
345,720
LOAD_CONST '\nCopyright 2016 django-htmlmin authors. All rights reserved.\nUse of this source code is governed by a BSD-style\nlicense that can be found in the LICENSE file.\n' STORE_NAME __doc__ LOAD_CONST '0.11.0' STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
""" Copyright 2016 django-htmlmin authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. """ __version__ = "0.11.0"
data/django-htmlmin-0.11.0/htmlmin/__init__.py
77
64
242,786
LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME api IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('MosaicLibraryHandler', 'MosaicContext') IMPORT_NAME core IMPORT_FROM MosaicLibraryHandler STORE_NAME MosaicLibraryHandler IMPORT_FROM MosaicContext STORE_NAME MosaicContext POP_TOP LOAD_CONST 1 LOAD_CONST ('displayMosaic',) IMPORT_NA...
from .api import * from .core import MosaicLibraryHandler, MosaicContext from .utils.display_handler import displayMosaic from .models import SpatialKNN from .readers import read __version__ = "0.4.0"
data/databricks-mosaic-0.4.0/mosaic/__init__.py
176
64
52,975
LOAD_CONST '\n SoftLayer.CLI\n ~~~~~~~~~~~~~~\n Contains all code related to the CLI interface\n\n :license: MIT, see LICENSE for more details.\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME SoftLayer.CLI.helpers IMPORT_STAR LOAD_CONST None RETURN_VALUE
""" SoftLayer.CLI ~~~~~~~~~~~~~~ Contains all code related to the CLI interface :license: MIT, see LICENSE for more details. """ from SoftLayer.CLI.helpers import * # NOQA
data/SoftLayer-6.1.11/SoftLayer/CLI/__init__.py
79
64
291,129
LOAD_CONST 0 LOAD_CONST ('ClientValue',) IMPORT_NAME office365.runtime.client_value IMPORT_FROM ClientValue STORE_NAME ClientValue POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object SocialActor at 0x7fab64179e40, file "f.py", line 4> LOAD_CONST 'SocialActor' MAKE_FUNCTION LOAD_CONST 'SocialActor' LOAD_NAME ClientValue C...
from office365.runtime.client_value import ClientValue class SocialActor(ClientValue): """The SocialActor type contains information about an actor retrieved from server. An actor is a user, document, site, or tag.""" pass
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/social/actor.py
170
64
189,643
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME ast STORE_NAME ast LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST 0 LOAD_CONST None IMPORT_NAME unittest STORE_NAME unittest LOAD_CONST 0 LOAD_CONST None IMPORT_NAME X STORE_NAME X LOAD_CONST ...
import ast import sys # noqa: I202 import os # noqa import unittest import X # noqa from . import B, C, A # I201 # noqa: I101
data/flake8-import-order-0.18.2/tests/test_cases/noqa.py
116
64
433,806
LOAD_CONST 1 LOAD_CONST ('FormRecognizerClient',) IMPORT_NAME _form_recognizer_client IMPORT_FROM FormRecognizerClient STORE_NAME FormRecognizerClient POP_TOP LOAD_CONST 'FormRecognizerClient' BUILD_LIST STORE_NAME __all__ SETUP_EXCEPT to 42 LOAD_CONST 1 LOAD_CONST ('patch_sdk',) IMPORT_NAME _patch IMPORT_FROM patch...
from ._form_recognizer_client import FormRecognizerClient __all__ = ["FormRecognizerClient"] try: from ._patch import patch_sdk # type: ignore patch_sdk() except ImportError: pass
data/azure-ai-formrecognizer-3.3.2/azure/ai/formrecognizer/_generated/__init__.py
145
64
166,593
LOAD_BUILD_CLASS LOAD_CONST <code object DocumentTemplateType at 0x7fab8210fdb0, file "f.py", line 1> LOAD_CONST 'DocumentTemplateType' MAKE_FUNCTION LOAD_CONST 'DocumentTemplateType' CALL_FUNCTION STORE_NAME DocumentTemplateType LOAD_CONST None RETURN_VALUE LOAD_NAME __name__ STORE_NAME __module__ LOAD_CONST 'Documen...
class DocumentTemplateType: """Specifies the type for the document template (1) for the new list.""" Invalid = 0 """Invalid document template.""" Word = 1 """Word template.""" Excel = 2 """Excel template."""
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/lists/document_template_type.py
142
64
189,667
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME threading STORE_NAME threading LOAD_NAME threading LOAD_METHOD Lock CALL_METHOD STORE_GLOBAL LOCK LOAD_CONST -1 STORE_GLOBAL JOB_ID LOAD_CONST <code object next_job_id at 0x7fab82197780, file "f.py", line 8> LOAD_CONST 'next_job_id' MAKE_FUNCTION STORE_NAME next_job_id LOAD_C...
import threading LOCK = threading.Lock() JOB_ID = -1 def next_job_id(): global LOCK, JOB_ID with LOCK: JOB_ID += 1 return JOB_ID
data/horovod-0.28.1/horovod/spark/driver/job_id.py
152
64
374,072
LOAD_CONST 'Gather all the stream operators.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME create IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME transform IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME select IMPORT_STAR LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME combine IMPORT_STAR...
"""Gather all the stream operators.""" from .create import * from .transform import * from .select import * from .combine import * from .aggregate import * from .time import * from .misc import * from .advanced import *
data/aiostream-0.5.2/aiostream/stream/__init__.py
149
64
28,212
LOAD_CONST 0 LOAD_CONST ('Entity',) IMPORT_NAME office365.sharepoint.entity IMPORT_FROM Entity STORE_NAME Entity POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object SPMachineLearningPublication at 0x7fab640fa5d0, file "f.py", line 4> LOAD_CONST 'SPMachineLearningPublication' MAKE_FUNCTION LOAD_CONST 'SPMachineLearningPub...
from office365.sharepoint.entity import Entity class SPMachineLearningPublication(Entity): @property def entity_type_name(self): return "Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication"
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/contentcenter/machinelearning/publications/publication.py
234
64
189,706
LOAD_CONST 0 LOAD_CONST ('Entity',) IMPORT_NAME office365.sharepoint.entity IMPORT_FROM Entity STORE_NAME Entity POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object SPMachineLearningWorkItem at 0x7fab640fa5d0, file "f.py", line 4> LOAD_CONST 'SPMachineLearningWorkItem' MAKE_FUNCTION LOAD_CONST 'SPMachineLearningWorkItem'...
from office365.sharepoint.entity import Entity class SPMachineLearningWorkItem(Entity): @property def entity_type_name(self): return "Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem"
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/contentcenter/machinelearning/workitems/item.py
234
64
189,709
LOAD_CONST 0 LOAD_CONST ('read_parquet', 'read_parquet_schema', 'scan_parquet') IMPORT_NAME polars.io.parquet.functions IMPORT_FROM read_parquet STORE_NAME read_parquet IMPORT_FROM read_parquet_schema STORE_NAME read_parquet_schema IMPORT_FROM scan_parquet STORE_NAME scan_parquet POP_TOP LOAD_CONST 'read_parquet' LOA...
from polars.io.parquet.functions import read_parquet, read_parquet_schema, scan_parquet __all__ = [ "read_parquet", "read_parquet_schema", "scan_parquet", ]
data/polars-0.20.10/py-polars/polars/io/parquet/__init__.py
120
64
334,010
LOAD_CONST 'Module to write and read the dataset in MDS format.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('MDSReader',) IMPORT_NAME streaming.base.format.mds.reader IMPORT_FROM MDSReader STORE_NAME MDSReader POP_TOP LOAD_CONST 0 LOAD_CONST ('MDSWriter',) IMPORT_NAME streaming.base.format.mds.writer IMPORT_FROM MDS...
"""Module to write and read the dataset in MDS format.""" from streaming.base.format.mds.reader import MDSReader from streaming.base.format.mds.writer import MDSWriter __all__ = ["MDSReader", "MDSWriter"]
data/mosaicml-streaming-0.7.4/streaming/base/format/mds/__init__.py
121
64
292,890
LOAD_CONST 0 LOAD_CONST ('absolute_import', 'division', 'print_function') IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM division STORE_NAME division IMPORT_FROM print_function STORE_NAME print_function POP_TOP LOAD_NAME type STORE_NAME __metaclass__ LOAD_CONST 0 LOAD_CONST ...
from __future__ import absolute_import, division, print_function __metaclass__ = type from ansible.plugins.cache import ( BaseCacheModule, BaseFileCacheModule, ) # pylint: disable=unused-import
data/ansible-core-2.16.3/lib/ansible/plugins/cache/base.py
120
64
437,064
LOAD_CONST 0 LOAD_CONST ('ClientValue',) IMPORT_NAME office365.runtime.client_value IMPORT_FROM ClientValue STORE_NAME ClientValue POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object SharePointHomePageContext at 0x7fab640fa930, file "f.py", line 4> LOAD_CONST 'SharePointHomePageContext' MAKE_FUNCTION LOAD_CONST 'SharePoi...
from office365.runtime.client_value import ClientValue class SharePointHomePageContext(ClientValue): @property def entity_type_name(self): return "Microsoft.SharePoint.Portal.Home.SharePointHomePageContext"
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/portal/home/page_context.py
228
64
189,558
LOAD_CONST 0 LOAD_CONST ('Entity',) IMPORT_NAME office365.sharepoint.entity IMPORT_FROM Entity STORE_NAME Entity POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object ConnectionSettings at 0x7fab640fa780, file "f.py", line 4> LOAD_CONST 'ConnectionSettings' MAKE_FUNCTION LOAD_CONST 'ConnectionSettings' LOAD_NAME Entity CAL...
from office365.sharepoint.entity import Entity class ConnectionSettings(Entity): """""" @property def entity_type_name(self): return "Microsoft.BusinessData.Infrastructure.SecureStore.ConnectionSettings"
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/businessdata/infrastructure/securestore/connection_settings.py
216
64
189,541
LOAD_CONST 0 LOAD_CONST ('absolute_import', 'division', 'print_function') IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM division STORE_NAME division IMPORT_FROM print_function STORE_NAME print_function POP_TOP LOAD_NAME type STORE_NAME __metaclass__ LOAD_BUILD_CLASS LOAD_CO...
from __future__ import absolute_import, division, print_function __metaclass__ = type class FilterModule: def filters(self): return { "hello": lambda x: "Hello, %s!" % x, }
data/ansible-core-2.16.3/test/integration/targets/jinja_plugins/collections/ansible_collections/foo/bar/plugins/filter/good_collection_filter.py
277
64
437,498
LOAD_CONST 0 LOAD_CONST ('absolute_import', 'division', 'print_function') IMPORT_NAME __future__ IMPORT_FROM absolute_import STORE_NAME absolute_import IMPORT_FROM division STORE_NAME division IMPORT_FROM print_function STORE_NAME print_function POP_TOP LOAD_NAME type STORE_NAME __metaclass__ LOAD_BUILD_CLASS LOAD_CO...
from __future__ import absolute_import, division, print_function __metaclass__ = type class FilterModule: def filters(self): return { "hello": lambda x: "Hello, %s!" % x, }
data/ansible-core-2.16.3/test/integration/targets/jinja_plugins/filter_plugins/good_filter.py
277
64
437,503
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME coremltools STORE_NAME ct LOAD_CONST 0 LOAD_CONST ('backends_internal', 'clean_up_backends') IMPORT_NAME coremltools.converters.mil.testing_reqs IMPORT_FROM backends_internal STORE_NAME backends_internal IMPORT_FROM clean_up_backends STORE_NAME clean_up_backends POP_TOP LOAD_N...
import coremltools as ct from coremltools.converters.mil.testing_reqs import backends_internal, clean_up_backends backends = clean_up_backends(backends_internal, ct.target.iOS15)
data/coremltools-7.1/coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py
121
64
447,206
LOAD_CONST 'REST adaptors for communicating with the IBM Quantum services.\n\nEach adaptor handles a specific endpoint prefix followed by the base URL. The\nJob adaptor, for example, handles all /Jobs/{job id} endpoints.\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('Api',) IMPORT_NAME root IMPORT_FROM Api STORE_NAME...
"""REST adaptors for communicating with the IBM Quantum services. Each adaptor handles a specific endpoint prefix followed by the base URL. The Job adaptor, for example, handles all /Jobs/{job id} endpoints. """ from .root import Api
data/qiskit-ibm-runtime-0.20.0/qiskit_ibm_runtime/api/rest/__init__.py
92
64
363,327
LOAD_CONST 0 LOAD_CONST ('ClientValue',) IMPORT_NAME office365.runtime.client_value IMPORT_FROM ClientValue STORE_NAME ClientValue POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object AuditData at 0x7fab541051e0, file "f.py", line 4> LOAD_CONST 'AuditData' MAKE_FUNCTION LOAD_CONST 'AuditData' LOAD_NAME ClientValue CALL_FU...
from office365.runtime.client_value import ClientValue class AuditData(ClientValue): @property def entity_type_name(self): return "Microsoft.SharePoint.Administration.TenantAdmin.AuditData"
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/tenant/administration/audit/data.py
223
64
189,361
LOAD_CONST 'Datastore simulator, custom actions.' STORE_NAME __doc__ LOAD_CONST <code object device_reset at 0x7fa6f0b281e0, file "f.py", line 4> LOAD_CONST 'device_reset' MAKE_FUNCTION STORE_NAME device_reset LOAD_CONST 'umg804_reset' LOAD_NAME device_reset BUILD_MAP STORE_NAME custom_actions_dict LOAD_CONST None RE...
"""Datastore simulator, custom actions.""" def device_reset(_registers, _inx, _cell): """Use example custom action.""" custom_actions_dict = { "umg804_reset": device_reset, }
data/pymodbus-3.6.4/pymodbus/server/simulator/custom_actions.py
103
64
53,319
LOAD_CONST 0 LOAD_CONST ('setup', 'find_packages') IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup IMPORT_FROM find_packages STORE_NAME find_packages POP_TOP LOAD_CONST <code object setup_package at 0x7f8b20113300, file "f.py", line 4> LOAD_CONST 'setup_package' MAKE_FUNCTION STORE_NAME setup_package LOAD_N...
from setuptools import setup, find_packages def setup_package(): setup( name="curated-transformers", packages=find_packages(), ) if __name__ == "__main__": setup_package()
data/curated-transformers-1.3.1/setup.py
158
64
399,236
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME coremltools STORE_NAME ct LOAD_CONST 0 LOAD_CONST ('backends_internal', 'clean_up_backends') IMPORT_NAME coremltools.converters.mil.testing_reqs IMPORT_FROM backends_internal STORE_NAME backends_internal IMPORT_FROM clean_up_backends STORE_NAME clean_up_backends POP_TOP LOAD_N...
import coremltools as ct from coremltools.converters.mil.testing_reqs import backends_internal, clean_up_backends backends = clean_up_backends(backends_internal, ct.target.iOS17)
data/coremltools-7.1/coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py
121
64
447,217
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 DjangoSESConfig at 0x7faa74450780, file "f.py", line 4> LOAD_CONST 'DjangoSESConfig' MAKE_FUNCTION LOAD_CONST 'DjangoSESConfig' LOAD_NAME AppConfig CALL_FUNCTION ST...
from django.apps import AppConfig class DjangoSESConfig(AppConfig): name = "django_ses" verbose_name = "Django SES" default_auto_field = "django.db.models.AutoField"
data/django_ses-3.5.2/django_ses/apps.py
181
64
245,118
LOAD_CONST 'Constants for the Local File Camera component.' STORE_NAME __doc__ LOAD_CONST 'local_file' STORE_NAME DOMAIN LOAD_CONST 'update_file_path' STORE_NAME SERVICE_UPDATE_FILE_PATH LOAD_CONST 'local_file_cameras' STORE_NAME DATA_LOCAL_FILE LOAD_CONST 'Local File' STORE_NAME DEFAULT_NAME LOAD_CONST None RETURN...
"""Constants for the Local File Camera component.""" DOMAIN = "local_file" SERVICE_UPDATE_FILE_PATH = "update_file_path" DATA_LOCAL_FILE = "local_file_cameras" DEFAULT_NAME = "Local File"
data/homeassistant-2024.2.2/homeassistant/components/local_file/const.py
86
64
297,599
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME coremltools STORE_NAME ct LOAD_CONST 0 LOAD_CONST ('backends_internal', 'clean_up_backends') IMPORT_NAME coremltools.converters.mil.testing_reqs IMPORT_FROM backends_internal STORE_NAME backends_internal IMPORT_FROM clean_up_backends STORE_NAME clean_up_backends POP_TOP LOAD_N...
import coremltools as ct from coremltools.converters.mil.testing_reqs import backends_internal, clean_up_backends backends = clean_up_backends(backends_internal, ct.target.iOS16)
data/coremltools-7.1/coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py
121
64
447,226
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os 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_NAME os LOAD_ATTR path LOAD_METHOD abspath LOAD_CONST '.' CALL_METHOD CALL_METHOD POP_TOP LOAD_CONST 'sphinx.ext.autosummary' BUILD_L...
import os import sys sys.path.insert(0, os.path.abspath(".")) extensions = ["sphinx.ext.autosummary"] autosummary_generate = True autosummary_imported_members = True
data/sphinx-7.2.6/tests/roots/test-ext-autosummary-imported_members/conf.py
114
64
381,151
LOAD_CONST 0 LOAD_CONST ('get_var',) IMPORT_NAME doit IMPORT_FROM get_var STORE_NAME get_var POP_TOP LOAD_CONST 'abc' LOAD_NAME get_var LOAD_CONST 'abc' LOAD_CONST 'NO' CALL_FUNCTION BUILD_MAP STORE_NAME config LOAD_CONST <code object task_echo at 0x7fab540c59c0, file "f.py", line 6> LOAD_CONST 'task_echo' MAKE_FUNCT...
from doit import get_var config = {"abc": get_var("abc", "NO")} def task_echo(): return { "actions": ["echo hi %s" % config], "verbosity": 2, }
data/doit-0.36.0/doc/samples/get_var.py
144
64
109,319
LOAD_CONST 0 LOAD_CONST ('Dict',) IMPORT_NAME typing IMPORT_FROM Dict STORE_NAME Dict POP_TOP LOAD_CONST 0 LOAD_CONST ('Paginator',) IMPORT_NAME botocore.paginate IMPORT_FROM Paginator STORE_NAME Paginator POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object ListItems at 0x7fab82360c90, file "f.py", line 5> LOAD_CONST 'L...
from typing import Dict from botocore.paginate import Paginator class ListItems(Paginator): def paginate(self, Path: str = None, PaginationConfig: Dict = None) -> Dict: pass
data/boto3_type_annotations-0.3.1/boto3_type_annotations/mediastore_data/paginator.py
244
64
103,672
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME subprocess STORE_NAME subprocess LOAD_CONST 0 LOAD_CONST ('executable',) IMPORT_NAME sys IMPORT_FROM executable STORE_NAME executable POP_TOP LOAD_CONST <code object test_execute at 0x7fab540c5c90, file "f.py", line 5> LOAD_CONST 'test_execute' MAKE_FUNCTION STORE_NAME test_ex...
import subprocess from sys import executable def test_execute(depfile_name): assert 0 == subprocess.call( [executable, "-m", "doit", "list", "--db-file", depfile_name] )
data/doit-0.36.0/tests/test___main__.py
159
64
109,250
LOAD_CONST 0 LOAD_CONST ('ClientValue',) IMPORT_NAME office365.runtime.client_value IMPORT_FROM ClientValue STORE_NAME ClientValue POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object PopularTenantQuery at 0x7fadb5811c00, file "f.py", line 4> LOAD_CONST 'PopularTenantQuery' MAKE_FUNCTION LOAD_CONST 'PopularTenantQuery' LO...
from office365.runtime.client_value import ClientValue class PopularTenantQuery(ClientValue): @property def entity_type_name(self): return "Microsoft.SharePoint.Client.Search.Query.PopularTenantQuery"
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/search/query/popular_tenant_query.py
228
64
189,473
LOAD_CONST 0 LOAD_CONST ('BaseVarsPlugin',) IMPORT_NAME ansible.plugins.vars IMPORT_FROM BaseVarsPlugin STORE_NAME BaseVarsPlugin POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object VarsModule at 0x7faa74c1b1e0, file "f.py", line 4> LOAD_CONST 'VarsModule' MAKE_FUNCTION LOAD_CONST 'VarsModule' LOAD_NAME BaseVarsPlugin CA...
from ansible.plugins.vars import BaseVarsPlugin class VarsModule(BaseVarsPlugin): REQUIRES_ENABLED = True def get_vars(self, loader, path, entities): return {"require_enabled": True}
data/ansible-core-2.16.3/test/integration/targets/old_style_vars_plugins/vars_plugins/require_enabled.py
215
64
437,527
LOAD_CONST 0 LOAD_CONST ('setup',) IMPORT_NAME setuptools IMPORT_FROM setup STORE_NAME setup POP_TOP LOAD_NAME setup LOAD_CONST 'edge-tts' LOAD_CONST 'aiohttp>=3.8.0' LOAD_CONST 'certifi>=2023.11.17' BUILD_LIST LOAD_CONST ('name', 'install_requires') CALL_FUNCTION POP_TOP LOAD_CONST None RETURN_VALUE
from setuptools import setup setup( name="edge-tts", install_requires=[ "aiohttp>=3.8.0", "certifi>=2023.11.17", ], )
data/edge-tts-6.1.10/setup.py
89
64
103,929
LOAD_CONST 0 LOAD_CONST ('ctask', 'Collection') IMPORT_NAME invoke IMPORT_FROM ctask STORE_NAME ctask IMPORT_FROM Collection STORE_NAME Collection POP_TOP LOAD_NAME ctask LOAD_CONST <code object go at 0x7fab64179810, file "f.py", line 4> LOAD_CONST 'go' MAKE_FUNCTION CALL_FUNCTION STORE_NAME go LOAD_NAME Collection L...
from invoke import ctask, Collection @ctask def go(c): c.run("false") # Ensures a kaboom if mocking fails ns = Collection(go) ns.configure({"run": {"echo": True}})
data/invoke-2.2.0/tests/_support/configs/collection.py
147
64
194,076
LOAD_CONST 0 LOAD_CONST ('Relu', 'Softmax', 'add', 'chain', 'reduce_max') IMPORT_NAME thinc.api IMPORT_FROM Relu STORE_NAME Relu IMPORT_FROM Softmax STORE_NAME Softmax IMPORT_FROM add STORE_NAME add IMPORT_FROM chain STORE_NAME chain IMPORT_FROM reduce_max STORE_NAME reduce_max POP_TOP LOAD_NAME chain LOAD_NAME Relu L...
from thinc.api import Relu, Softmax, add, chain, reduce_max bad_model = chain(Relu(10), reduce_max(), Softmax()) bad_model2 = add(Relu(10), reduce_max(), Softmax())
data/thinc-8.2.3/thinc/tests/mypy/modules/fail_no_plugin.py
148
64
447,550
LOAD_CONST 0 LOAD_CONST ('read_parquet', 'read_parquet_schema', 'scan_parquet') IMPORT_NAME polars.io.parquet.functions IMPORT_FROM read_parquet STORE_NAME read_parquet IMPORT_FROM read_parquet_schema STORE_NAME read_parquet_schema IMPORT_FROM scan_parquet STORE_NAME scan_parquet POP_TOP LOAD_CONST 'read_parquet' LOA...
from polars.io.parquet.functions import read_parquet, read_parquet_schema, scan_parquet __all__ = [ "read_parquet", "read_parquet_schema", "scan_parquet", ]
data/polars-0.20.10/polars/io/parquet/__init__.py
120
64
333,652
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME CGraphController STORE_NAME CGraphController LOAD_CONST 0 LOAD_CONST None IMPORT_NAME CGraphModel STORE_NAME CGraphModel LOAD_CONST 0 LOAD_CONST None IMPORT_NAME CGraphView STORE_NAME CGraphView LOAD_CONST 0 LOAD_CONST ('AppHelper',) IMPORT_NAME PyObjCTools IMPORT_FROM AppHel...
import CGraphController # noqa: F401 import CGraphModel # noqa: F401 import CGraphView # noqa: F401 from PyObjCTools import AppHelper AppHelper.runEventLoop()
data/pyobjc-framework-Cocoa-10.1/Examples/AppKit/FieldGraph/Main.py
100
64
64,591
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object AlertLevel at 0x7faac0360a50, file "f.py", line 8> LOAD_CONST 'AlertLevel' MAKE_FUNCTION LOAD_CONST 'AlertLevel' LOAD_NAME Enum CALL_FUNCTION STORE_NAME AlertLevel LOAD_CONST None RETURN...
from enum import Enum """ Call run.alert() to generate an email or Slack notification programmatically. """ class AlertLevel(Enum): INFO = "INFO" WARN = "WARN" ERROR = "ERROR"
data/wandb-0.16.3/wandb/sdk/wandb_alerts.py
150
64
361,098
LOAD_CONST 0 LOAD_CONST ('DatahubLineageBackend', 'DatahubLineageConfig') IMPORT_NAME datahub_airflow_plugin.lineage.datahub IMPORT_FROM DatahubLineageBackend STORE_NAME DatahubLineageBackend IMPORT_FROM DatahubLineageConfig STORE_NAME DatahubLineageConfig POP_TOP LOAD_CONST 'DatahubLineageBackend' LOAD_CONST 'Datahub...
from datahub_airflow_plugin.lineage.datahub import ( DatahubLineageBackend, DatahubLineageConfig, ) __all__ = ["DatahubLineageBackend", "DatahubLineageConfig"]
data/acryl-datahub-0.12.1.5/src/datahub_provider/lineage/datahub.py
110
64
435,789
LOAD_CONST 5 LOAD_CONST ('ContainerClass',) IMPORT_NAME schema_classes IMPORT_FROM ContainerClass STORE_NAME ContainerClass POP_TOP LOAD_CONST 5 LOAD_CONST ('ContainerPropertiesClass',) IMPORT_NAME schema_classes IMPORT_FROM ContainerPropertiesClass STORE_NAME ContainerPropertiesClass POP_TOP LOAD_CONST 5 LOAD_CONST ...
from .....schema_classes import ContainerClass from .....schema_classes import ContainerPropertiesClass from .....schema_classes import EditableContainerPropertiesClass Container = ContainerClass ContainerProperties = ContainerPropertiesClass EditableContainerProperties = EditableContainerPropertiesClass
data/acryl-datahub-0.12.1.5/src/datahub/metadata/com/linkedin/pegasus2avro/container/__init__.py
137
64
435,684
LOAD_CONST 0 LOAD_CONST ('TType', 'TMessageType', 'TException') IMPORT_NAME thrift.Thrift IMPORT_FROM TType STORE_NAME TType IMPORT_FROM TMessageType STORE_NAME TMessageType IMPORT_FROM TException STORE_NAME TException POP_TOP LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME ttypes IMPORT_STAR LOAD_CONST 'cs' STORE_NAME CL...
from thrift.Thrift import TType, TMessageType, TException from ttypes import * CLIENT_SEND = "cs" CLIENT_RECV = "cr" SERVER_SEND = "ss" SERVER_RECV = "sr"
data/eventlet-0.35.1/eventlet/zipkin/_thrift/zipkinCore/constants.py
129
64
361,930
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME setuptools STORE_NAME setuptools LOAD_NAME __name__ LOAD_CONST '__main__' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_NAME setuptools LOAD_ATTR setup LOAD_CONST 'yachalk' LOAD_CONST 'py.typed' BUILD_LIST BUILD_MAP LOAD_CONST True LOAD_CONST ('package_data', 'include_package_data') ...
import setuptools # type: ignore if __name__ == "__main__": setuptools.setup( package_data={ "yachalk": ["py.typed"], }, include_package_data=True, )
data/yachalk-0.1.5/setup.py
87
64
361,420
LOAD_CONST 0 LOAD_CONST ('Flask',) IMPORT_NAME flask IMPORT_FROM Flask STORE_NAME Flask POP_TOP LOAD_NAME Flask LOAD_NAME __name__ CALL_FUNCTION STORE_NAME app LOAD_NAME app LOAD_METHOD route LOAD_CONST '/' CALL_METHOD LOAD_CONST <code object home at 0x7fab703f7e40, file "f.py", line 6> LOAD_CONST 'home' MAKE_FUNCTIO...
from flask import Flask app = Flask(__name__) @app.route("/") def home(): return """<h1>Success!</h1><a href="#">Link</a><p>Ё</p>"""
data/pytest_selenium-4.1.0/docker/webserver.py
138
64
361,467
LOAD_CONST 1 LOAD_CONST ('Country',) IMPORT_NAME country IMPORT_FROM Country STORE_NAME Country POP_TOP LOAD_CONST 1 LOAD_CONST ('Currency',) IMPORT_NAME currency IMPORT_FROM Currency STORE_NAME Currency POP_TOP LOAD_CONST 1 LOAD_CONST ('Ltree',) IMPORT_NAME ltree IMPORT_FROM Ltree STORE_NAME Ltree POP_TOP LOAD_CONS...
from .country import Country # noqa from .currency import Currency # noqa from .ltree import Ltree # noqa from .weekday import WeekDay # noqa from .weekdays import WeekDays # noqa
data/SQLAlchemy-Utils-0.41.1/sqlalchemy_utils/primitives/__init__.py
132
64
192,336
LOAD_CONST 1 LOAD_CONST ('PostgresPartitioningStrategy',) IMPORT_NAME strategy IMPORT_FROM PostgresPartitioningStrategy STORE_NAME PostgresPartitioningStrategy POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object PostgresRangePartitioningStrategy at 0x7fab640fa930, file "f.py", line 4> LOAD_CONST 'PostgresRangePartitionin...
from .strategy import PostgresPartitioningStrategy class PostgresRangePartitioningStrategy(PostgresPartitioningStrategy): """Base class for implementing a partitioning strategy for a range partitioned table.""" __all__ = ["PostgresRangePartitioningStrategy"]
data/django-postgres-extra-2.0.8/psqlextra/partitioning/range_strategy.py
192
64
192,471
LOAD_CONST 'Test with no handler active' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('getLogger',) IMPORT_NAME logging IMPORT_FROM getLogger STORE_NAME getLogger POP_TOP LOAD_NAME getLogger CALL_FUNCTION STORE_NAME root_logger LOAD_CONST <code object run at 0x7f8af13ad930, file "f.py", line 8> LOAD_CONST 'run' MAKE_...
"""Test with no handler active""" from logging import getLogger root_logger = getLogger() def run(): for x in range(500): getLogger("Test") del root_logger.manager.loggerDict["Test"]
data/Logbook-1.7.0.post0/benchmark/bench_logging_logger_creation.py
171
64
331,677
LOAD_CONST 1 LOAD_CONST ('init', 'deinit', 'reinit', 'colorama_text') IMPORT_NAME initialise IMPORT_FROM init STORE_NAME init IMPORT_FROM deinit STORE_NAME deinit IMPORT_FROM reinit STORE_NAME reinit IMPORT_FROM colorama_text STORE_NAME colorama_text POP_TOP LOAD_CONST 1 LOAD_CONST ('Fore', 'Back', 'Style', 'Cursor') ...
from .initialise import init, deinit, reinit, colorama_text from .ansi import Fore, Back, Style, Cursor from .ansitowin32 import AnsiToWin32 __version__ = "0.4.5-pre"
data/Nuitka-2.0.3/nuitka/build/inline_copy/colorama/colorama/__init__.py
178
64
148,596
LOAD_CONST 0 LOAD_CONST ('Literal',) IMPORT_NAME typing_extensions IMPORT_FROM Literal STORE_NAME Literal POP_TOP LOAD_CONST 3 LOAD_CONST ('BaseModel',) IMPORT_NAME _models IMPORT_FROM BaseModel STORE_NAME BaseModel POP_TOP LOAD_CONST 'ThreadDeleted' BUILD_LIST STORE_NAME __all__ LOAD_BUILD_CLASS LOAD_CONST <code ob...
from typing_extensions import Literal from ..._models import BaseModel __all__ = ["ThreadDeleted"] class ThreadDeleted(BaseModel): id: str deleted: bool object: Literal["thread.deleted"]
data/openai-1.12.0/src/openai/types/beta/thread_deleted.py
229
64
63,675
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 WebKit STORE_NAME WebKit LOAD_BUILD_CLASS LOAD_CONST <code object TestDOMHTMLTextAreaElement at 0x7fab5437dc90, file "f.py", line 5> LOAD_CONST 'TestDOMHT...
from PyObjCTools.TestSupport import TestCase import WebKit class TestDOMHTMLTextAreaElement(TestCase): def testMehods(self): self.assertResultIsBOOL(WebKit.DOMHTMLTextAreaElement.willValidate)
data/pyobjc-framework-WebKit-10.1/PyObjCTest/test_domhtmltexareaelement.py
255
64
418,841