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 ('Profanity',) IMPORT_NAME better_profanity IMPORT_FROM Profanity STORE_NAME Profanity POP_TOP LOAD_CONST 'name' LOAD_CONST '__version__' LOAD_CONST 'profanity' BUILD_LIST STORE_NAME __all__ LOAD_CONST 'better_profanity' STORE_NAME name LOAD_CONST '0.7.0' STORE_NAME __version__ LOAD_NAME Pro...
from .better_profanity import Profanity __all__ = ["name", "__version__", "profanity"] name = "better_profanity" __version__ = "0.7.0" profanity = Profanity()
data/better_profanity-0.7.0/better_profanity/__init__.py
104
65
84,270
LOAD_CONST '3.1.14' STORE_NAME __version__ LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME fortifyapi.client IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('Query',) IMPORT_NAME fortifyapi.query IMPORT_FROM Query STORE_NAME Query POP_TOP LOAD_CONST 'FortifySSCAPI' LOAD_CONST 'FortifySSCClient' LOAD_CONST 'Query' LOAD_CONST 'fortif...
__version__ = "3.1.14" from fortifyapi.client import * from fortifyapi.query import Query __all__ = ["FortifySSCAPI", "FortifySSCClient", "Query", "fortify", "__version__"]
data/fortifyapi-3.1.14/fortifyapi/__init__.py
110
65
446,992
LOAD_CONST 'Preconfigured converters for pyyaml.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('PyyamlConverter', 'configure_converter', 'make_converter') IMPORT_NAME cattrs.preconf.pyyaml IMPORT_FROM PyyamlConverter STORE_NAME PyyamlConverter IMPORT_FROM configure_converter STORE_NAME configure_converter IMPORT_FROM m...
"""Preconfigured converters for pyyaml.""" from cattrs.preconf.pyyaml import PyyamlConverter, configure_converter, make_converter __all__ = ["configure_converter", "make_converter", "PyyamlConverter"]
data/cattrs-23.2.3/src/cattr/preconf/pyyaml.py
130
65
194,763
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object FirewallCertificateRevocationListCheckMethodType at 0x7fab70027660, file "f.py", line 4> LOAD_CONST 'FirewallCertificateRevocationListCheckMethodType' MAKE_FUNCTION LOAD_CONST 'FirewallC...
from enum import Enum class FirewallCertificateRevocationListCheckMethodType(str, Enum): DeviceDefault = ("deviceDefault",) None_ = ("none",) Attempt = ("attempt",) Require = ("require",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/firewall_certificate_revocation_list_check_method_type.py
205
65
259,625
LOAD_CONST 'mask-rcnn_r50_fpn_rpn-2conv_4conv1fc_syncbn-all_lsj-100e_coco.py' STORE_NAME _base_ LOAD_NAME dict LOAD_CONST 'AmpOptimWrapper' LOAD_CONST ('type',) CALL_FUNCTION STORE_NAME optim_wrapper LOAD_CONST None RETURN_VALUE
_base_ = "mask-rcnn_r50_fpn_rpn-2conv_4conv1fc_syncbn-all_lsj-100e_coco.py" optim_wrapper = dict(type="AmpOptimWrapper")
data/mmdet-3.3.0/mmdet/.mim/configs/strong_baselines/mask-rcnn_r50_fpn_rpn-2conv_4conv1fc_syncbn-all_amp-lsj-100e_coco.py
80
65
151,601
SETUP_EXCEPT to 24 LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pkg_resources STORE_NAME pkg_resources LOAD_NAME pkg_resources LOAD_METHOD declare_namespace LOAD_NAME __name__ CALL_METHOD POP_TOP POP_BLOCK JUMP_FORWARD to 64 DUP_TOP LOAD_NAME ImportError COMPARE_OP exception match POP_JUMP_IF_FALSE POP_TOP POP_TOP POP_T...
try: import pkg_resources pkg_resources.declare_namespace(__name__) except ImportError: # pragma: NO COVER import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)
data/pkginfo-1.9.6/pkginfo/tests/manky/namespaced/__init__.py
135
65
322,351
LOAD_CONST 1 LOAD_CONST ('__author__', '__author_email__', '__license__', '__maintainer__', '__maintainer_email__', '__version__') IMPORT_NAME __version__ IMPORT_FROM __author__ STORE_NAME __author__ IMPORT_FROM __author_email__ STORE_NAME __author_email__ IMPORT_FROM __license__ STORE_NAME __license__ IMPORT_FROM __ma...
from .__version__ import ( __author__, __author_email__, __license__, __maintainer__, __maintainer_email__, __version__, ) from .allpairs import AllPairs
data/allpairspy-2.5.1/allpairspy/__init__.py
162
65
122,265
LOAD_CONST (3,) LOAD_CONST <code object formatyear at 0x7fab0028b4b0, file "f.py", line 1> LOAD_CONST 'formatyear' MAKE_FUNCTION STORE_NAME formatyear LOAD_CONST None RETURN_VALUE SETUP_LOOP to 50 LOAD_GLOBAL enumerate LOAD_DEREF self LOAD_METHOD yeardays2calendar LOAD_DEREF theyear LOAD_FAST m CALL_METHOD CALL_FUNCTI...
def formatyear(self, theyear, m=3): for i, row in enumerate(self.yeardays2calendar(theyear, m)): names = (self.formatmonthname(theyear, k, colwidth, False) for k in months)
data/uncompyle6-3.9.0/test/simple_source/expression/10_genexpr.py
233
65
442,200
LOAD_CONST ' Examples for lazy adapter factories.\n\nThis module should be only imported when the adaptation takes place.\n' STORE_NAME __doc__ LOAD_BUILD_CLASS LOAD_CONST <code object IBar at 0x7fab7038a5d0, file "f.py", line 7> LOAD_CONST 'IBar' MAKE_FUNCTION LOAD_CONST 'IBar' LOAD_NAME object CALL_FUNCTION STORE_NA...
""" Examples for lazy adapter factories. This module should be only imported when the adaptation takes place. """ class IBar(object): pass class IBarToIFoo(object): pass class IFoo(object): pass
data/traits-6.4.3/traits/adaptation/tests/lazy_examples.py
318
65
286,732
LOAD_CONST 0 LOAD_CONST ('NotSupportedError',) IMPORT_NAME djongo.exceptions IMPORT_FROM NotSupportedError STORE_NAME NotSupportedError POP_TOP LOAD_CONST 0 LOAD_CONST ('djongo_access_url',) IMPORT_NAME djongo IMPORT_FROM djongo_access_url STORE_NAME djongo_access_url POP_TOP LOAD_NAME print LOAD_CONST 'This version ...
from djongo.exceptions import NotSupportedError from djongo import djongo_access_url print(f"This version of djongo does not support constraints. Visit {djongo_access_url}") raise NotSupportedError("constraints")
data/djongo-1.3.6/djongo/sql2mongo/constraints.py
136
65
289,231
LOAD_CONST '\nModule for uploading objects and references to Weaviate in batches.\n' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('Batch', 'Shard', 'WeaviateErrorRetryConf') IMPORT_NAME crud_batch IMPORT_FROM Batch STORE_NAME Batch IMPORT_FROM Shard STORE_NAME Shard IMPORT_FROM WeaviateErrorRetryConf STORE_NAME Weaviat...
""" Module for uploading objects and references to Weaviate in batches. """ from .crud_batch import Batch, Shard, WeaviateErrorRetryConf __all__ = ["Batch", "Shard", "WeaviateErrorRetryConf"]
data/weaviate-client-4.4.4/weaviate/batch/__init__.py
126
65
448,647
LOAD_NAME e123456 LOAD_METHOD get_tk_patchlevel CALL_METHOD LOAD_CONST (8, 6, 0, 'final') COMPARE_OP >= POP_JUMP_IF_TRUE LOAD_CONST (8, 5, 8) LOAD_NAME get_tk_patchlevel CALL_FUNCTION DUP_TOP ROT_THREE COMPARE_OP <= POP_JUMP_IF_FALSE LOAD_CONST (8, 6) COMPARE_OP < POP_JUMP_IF_FALSE JUMP_FORWARD to 38 POP_TOP JUMP_FOR...
if e123456.get_tk_patchlevel() >= (8, 6, 0, "final") or ( 8, 5, 8, ) <= get_tk_patchlevel() < (8, 6): pass
data/ruff-0.2.2/crates/ruff_python_formatter/resources/test/fixtures/black/cases/trailing_comma_optional_parens2.py
103
65
342,107
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 Tile at 0x7fab41c96b70, file "f.py", line 6> LOAD_CONST 'Tile' MAKE_FUNCTION LOAD_CONST 'Tile' LOAD_NAME...
import numpy as np from onnx.reference.op_run import OpRun class Tile(OpRun): def _run(self, x, repeats): # type: ignore return (np.tile(x, repeats),)
data/onnx-1.15.0/onnx/reference/ops/op_tile.py
204
65
111,056
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME argparse STORE_NAME argparse LOAD_CONST 0 LOAD_CONST None IMPORT_NAME importlib STORE_NAME importlib LOAD_NAME argparse LOAD_METHOD ArgumentParser CALL_METHOD STORE_NAME parser LOAD_NAME parser LOAD_METHOD add_argument LOAD_CONST 'mod' CALL_METHOD POP_TOP LOAD_NAME parser LO...
import argparse import importlib parser = argparse.ArgumentParser() parser.add_argument("mod") args = parser.parse_args() mod = importlib.import_module(args.mod) assert mod.func() == "Hello, World!"
data/numpy-1.26.4/vendored-meson/meson/test cases/cython/2 generated sources/test.py
132
65
363,691
LOAD_CONST <code object _parse_version at 0x7fab700cb540, file "f.py", line 1> LOAD_CONST '_parse_version' MAKE_FUNCTION STORE_NAME _parse_version LOAD_CONST None RETURN_VALUE BUILD_LIST STORE_FAST version SETUP_LOOP to 74 LOAD_FAST version_string LOAD_METHOD split LOAD_CONST '.' CALL_METHOD GET_ITER FOR_ITER to 72 S...
def _parse_version(version_string): version = [] for x in version_string.split("."): try: version.append(int(x)) except ValueError: version.append(x) return tuple(version)
data/k-means-constrained-0.7.3/k_means_constrained/sklearn_import/fixes.py
176
65
62,179
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME stripe STORE_NAME stripe LOAD_CONST 0 LOAD_CONST ('util',) IMPORT_NAME stripe IMPORT_FROM util STORE_NAME util POP_TOP LOAD_CONST 0 LOAD_CONST ('patch_nested_resources',) IMPORT_NAME async_stripe.api_resources.abstract IMPORT_FROM patch_nested_resources STORE_NAME patch_nested...
import stripe from stripe import util from async_stripe.api_resources.abstract import patch_nested_resources netsted_resources = ["reversal"] patch_nested_resources(stripe.Transfer, netsted_resources)
data/async_stripe-6.1.0/async_stripe/api_resources/transfer.py
134
65
391,228
LOAD_CONST 0 LOAD_CONST ('Error',) IMPORT_NAME frictionless IMPORT_FROM Error STORE_NAME Error POP_TOP LOAD_CONST <code object test_error at 0x7fab4278da50, file "f.py", line 4> LOAD_CONST 'test_error' MAKE_FUNCTION STORE_NAME test_error LOAD_CONST None RETURN_VALUE LOAD_GLOBAL Error LOAD_CONST 'note' LOAD_CONST ('no...
from frictionless import Error def test_error(): error = Error(note="note") assert error.type == "error" assert error.tags == [] assert error.note == "note" assert error.message == "note"
data/frictionless-5.16.1/tests/test_error.py
194
65
41,415
LOAD_CONST 0 LOAD_CONST ('Path',) IMPORT_NAME pathlib IMPORT_FROM Path STORE_NAME Path POP_TOP LOAD_NAME Path LOAD_NAME __file__ CALL_FUNCTION LOAD_ATTR parents LOAD_CONST 0 BINARY_SUBSCR STORE_NAME TESTS_LOCATION LOAD_NAME TESTS_LOCATION LOAD_CONST 'files' BINARY_TRUE_DIVIDE STORE_NAME TEST_FILE_DIR LOAD_NAME TESTS...
from pathlib import Path TESTS_LOCATION = Path(__file__).parents[0] TEST_FILE_DIR = TESTS_LOCATION / "files" TEST_TEMP_FILE_DIR = TESTS_LOCATION / "files" / "temp"
data/badx12-0.2.2/tests/utils.py
113
65
136,901
SETUP_ANNOTATIONS LOAD_CONST 0 LOAD_CONST ('List',) IMPORT_NAME typing IMPORT_FROM List STORE_NAME List POP_TOP LOAD_CONST 1 LOAD_CONST ('auto_wrap', 'config_auto_wrap_policy', 'default_auto_wrap_policy', 'enable_wrap', 'wrap') IMPORT_NAME auto_wrap IMPORT_FROM auto_wrap STORE_NAME auto_wrap IMPORT_FROM config_auto_wr...
from typing import List from .auto_wrap import ( auto_wrap, config_auto_wrap_policy, default_auto_wrap_policy, enable_wrap, wrap, ) __all__: List[str] = []
data/fairscale-0.4.13/fairscale/nn/wrap/__init__.py
166
65
193,785
LOAD_CONST 0 LOAD_CONST ('dataclass',) IMPORT_NAME dataclasses IMPORT_FROM dataclass STORE_NAME dataclass POP_TOP LOAD_NAME dataclass LOAD_BUILD_CLASS LOAD_CONST <code object SydneyResponse at 0x7fab823c2a50, file "f.py", line 4> LOAD_CONST 'SydneyResponse' MAKE_FUNCTION LOAD_CONST 'SydneyResponse' CALL_FUNCTION CALL_...
from dataclasses import dataclass @dataclass class SydneyResponse: response: str | None = None raw_response: str | None = None suggestions: list[str] | None = None citations: str | None = None
data/sydney_py-0.20.4/sydney/dtos.py
255
65
290,222
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object ExitCode at 0x7fab700ad540, file "f.py", line 4> LOAD_CONST 'ExitCode' MAKE_FUNCTION LOAD_CONST 'ExitCode' LOAD_NAME Enum CALL_FUNCTION STORE_NAME ExitCode LOAD_CONST None RETURN_VALUE ...
from enum import Enum class ExitCode(Enum): """Collections of the Exit codes as an Enum class""" CLEAN = 0 FILE_EXISTS_ERROR = 1 FILE_DOES_NOT_EXIST_ERROR = 2
data/fairscale-0.4.13/fairscale/experimental/wgit/utils.py
179
65
193,880
LOAD_CONST 1 LOAD_CONST ('periodic_table',) IMPORT_NAME periodictable IMPORT_FROM periodic_table STORE_NAME periodic_table POP_TOP LOAD_CONST 1 LOAD_CONST ('periodic_table_plotly',) IMPORT_NAME plotly IMPORT_FROM periodic_table_plotly STORE_NAME periodic_table_plotly POP_TOP LOAD_CONST 1 LOAD_CONST ('periodic_table_b...
from .periodictable import periodic_table from .plotly import periodic_table_plotly from .bokeh import periodic_table_bokeh from .seaborn import heatmap from .utils import create_vis_dataframe, add_tile_coordinates
data/mendeleev-0.15.0/mendeleev/vis/__init__.py
208
65
232,223
LOAD_CONST 'Test zope.publisher.browser doctests\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST None IMPORT_NAME unittest STORE_NAME unittest LOAD_CONST 0 LOAD_CONST ('DocTestSuite',) IMPORT_NAME doctest IMPORT_FROM DocTestSuite STORE_NAME DocTestSuite POP_TOP LOAD_CONST <code object test_suite at 0x7fab821a15d0, fil...
"""Test zope.publisher.browser doctests """ import unittest from doctest import DocTestSuite def test_suite(): return unittest.TestSuite((DocTestSuite("zope.publisher.browser"),))
data/zope.publisher-7.0/src/zope/publisher/tests/test_browser.py
166
65
110,411
LOAD_CONST 0 LOAD_CONST ('Mesh3D',) IMPORT_NAME docarray.documents.mesh.mesh_3d IMPORT_FROM Mesh3D STORE_NAME Mesh3D POP_TOP LOAD_CONST 0 LOAD_CONST ('VerticesAndFaces',) IMPORT_NAME docarray.documents.mesh.vertices_and_faces IMPORT_FROM VerticesAndFaces STORE_NAME VerticesAndFaces POP_TOP LOAD_CONST 'Mesh3D' LOAD_CO...
from docarray.documents.mesh.mesh_3d import Mesh3D from docarray.documents.mesh.vertices_and_faces import VerticesAndFaces __all__ = ["Mesh3D", "VerticesAndFaces"]
data/docarray-0.40.0/docarray/documents/mesh/__init__.py
123
65
250,075
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME inspect STORE_NAME inspect LOAD_CONST <code object is_async_mode at 0x7fa7859270c0, file "f.py", line 4> LOAD_CONST 'is_async_mode' MAKE_FUNCTION STORE_NAME is_async_mode LOAD_NAME is_async_mode CALL_FUNCTION STORE_NAME ASYNC_MODE LOAD_CONST None RETURN_VALUE LOAD_CONST <code...
import inspect def is_async_mode(): def f(): """Unasync transforms async functions in sync functions""" return None return inspect.iscoroutinefunction(f) ASYNC_MODE = is_async_mode()
data/redis_om-0.2.1/redis_om/util.py
167
65
48,639
LOAD_CONST 2 LOAD_CONST ('DiscoveryBase',) IMPORT_NAME discovery_base IMPORT_FROM DiscoveryBase STORE_NAME DiscoveryBase POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object Discovery at 0x7fab428c84b0, file "f.py", line 4> LOAD_CONST 'Discovery' MAKE_FUNCTION LOAD_CONST 'Discovery' LOAD_NAME DiscoveryBase CALL_FUNCTION S...
from ..discovery_base import DiscoveryBase class Discovery(DiscoveryBase): @property def oauth(self): from .oauth.discovery import Discovery as OAuthDiscovery return OAuthDiscovery(self.config)
data/hubspot-api-client-8.2.1/hubspot/discovery/auth/discovery.py
225
65
320,826
LOAD_BUILD_CLASS LOAD_CONST <code object StringSimilarity at 0x7faac0274ae0, file "f.py", line 1> LOAD_CONST 'StringSimilarity' MAKE_FUNCTION LOAD_CONST 'StringSimilarity' CALL_FUNCTION STORE_NAME StringSimilarity LOAD_BUILD_CLASS LOAD_CONST <code object NormalizedStringSimilarity at 0x7faac0274030, file "f.py", line ...
class StringSimilarity: def similarity(self, s0, s1): raise NotImplementedError() class NormalizedStringSimilarity(StringSimilarity): def similarity(self, s0, s1): raise NotImplementedError()
data/strsim-0.0.3/similarity/string_similarity.py
325
65
356,277
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_CONST 0 LOAD_CONST None IMPORT_NAME kopf STORE_NAME kopf LOAD_NAME pytest LOAD_ATTR fixture LOAD_CONST True LOAD_CONST ('autouse',) CALL_FUNCTION LOAD_CONST <code object clear_default_lifecycle at 0x7faa75ec9c00, file "f.py", line 6> LOAD_CONST 'c...
import pytest import kopf @pytest.fixture(autouse=True) def clear_default_lifecycle(): try: yield finally: kopf.set_default_lifecycle(None)
data/kopf-1.37.1/tests/lifecycles/conftest.py
173
65
93,965
LOAD_BUILD_CLASS LOAD_CONST <code object DeprecationException at 0x7faa3c39d300, file "f.py", line 1> LOAD_CONST 'DeprecationException' MAKE_FUNCTION LOAD_CONST 'DeprecationException' LOAD_NAME Exception CALL_FUNCTION STORE_NAME DeprecationException LOAD_BUILD_CLASS LOAD_CONST <code object CommitException at 0x7faa3c3...
class DeprecationException(Exception): pass class CommitException(Exception): pass class CreateException(Exception): pass class PartialCommitException(Exception): pass class ShutdownException(Exception): pass
data/pyroute2-0.7.12/pyroute2/ipdb/exceptions.py
475
65
137,290
LOAD_CONST ('index', 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report') BUILD_LIST STORE_NAME latex_documents LOAD_CONST 'images/img.png' STORE_NAME html_logo LOAD_CONST None RETURN_VALUE
latex_documents = [ ( "index", "test.tex", "The basic Sphinx documentation for testing", "Sphinx", "report", ) ] html_logo = "images/img.png"
data/sphinx-7.2.6/tests/roots/test-local-logo/conf.py
57
65
381,144
LOAD_BUILD_CLASS LOAD_CONST <code object StringSimilarity at 0x7f8af03bd9c0, file "f.py", line 1> LOAD_CONST 'StringSimilarity' MAKE_FUNCTION LOAD_CONST 'StringSimilarity' CALL_FUNCTION STORE_NAME StringSimilarity LOAD_BUILD_CLASS LOAD_CONST <code object NormalizedStringSimilarity at 0x7f8af03bdd20, file "f.py", line ...
class StringSimilarity: def similarity(self, s0, s1): raise NotImplementedError() class NormalizedStringSimilarity(StringSimilarity): def similarity(self, s0, s1): raise NotImplementedError()
data/strsimpy-0.2.1/strsimpy/string_similarity.py
325
65
395,376
LOAD_CONST '!\n\n@brief Examples of usage of various utils.\n\n@authors Andrei Novikov (pyclustering@yandex.ru)\n@date 2014-2020\n@copyright BSD-3-Clause\n\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
"""! @brief Examples of usage of various utils. @authors Andrei Novikov (pyclustering@yandex.ru) @date 2014-2020 @copyright BSD-3-Clause """
data/pyclustering-0.10.1.2/pyclustering/utils/examples/__init__.py
80
65
23,140
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object AccessPackageSubjectType at 0x7fab70027420, file "f.py", line 4> LOAD_CONST 'AccessPackageSubjectType' MAKE_FUNCTION LOAD_CONST 'AccessPackageSubjectType' LOAD_NAME str LOAD_NAME Enum CA...
from enum import Enum class AccessPackageSubjectType(str, Enum): NotSpecified = ("notSpecified",) User = ("user",) ServicePrincipal = ("servicePrincipal",) UnknownFutureValue = ("unknownFutureValue",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/access_package_subject_type.py
181
65
259,861
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 SiteUserGroupInfo at 0x7fab701ac5d0, file "f.py", line 4> LOAD_CONST 'SiteUserGroupInfo' MAKE_FUNCTION LOAD_CONST 'SiteUserGroupInfo' LOAD_...
from office365.runtime.client_value import ClientValue class SiteUserGroupInfo(ClientValue): @property def entity_type_name(self): return "Microsoft.Online.SharePoint.TenantAdministration.SiteUserGroupInfo"
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/tenant/administration/site_user_group_info.py
222
65
189,335
LOAD_CONST 'Unit tests.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('api',) IMPORT_NAME molecule IMPORT_FROM api STORE_NAME api POP_TOP LOAD_CONST <code object test_driver_is_detected at 0x7fab821a55d0, file "f.py", line 6> LOAD_CONST 'test_driver_is_detected' MAKE_FUNCTION STORE_NAME test_driver_is_detected LOAD_CO...
"""Unit tests.""" from molecule import api def test_driver_is_detected(DRIVER): """Asserts that molecule recognizes the driver.""" assert DRIVER in [str(d) for d in api.drivers()]
data/molecule-plugins-23.5.3/test/openstack/test_driver.py
228
65
109,744
LOAD_CONST '\nURLs for the CSRF application.\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('include', 'path') IMPORT_NAME django.urls IMPORT_FROM include STORE_NAME include IMPORT_FROM path STORE_NAME path POP_TOP LOAD_NAME path LOAD_CONST 'csrf/api/' LOAD_NAME include LOAD_CONST 'csrf.api.urls' CALL_FUNCTION LOAD_C...
""" URLs for the CSRF application. """ from django.urls import include, path urlpatterns = [ path("csrf/api/", include("csrf.api.urls"), name="csrf_api"), ]
data/edx-drf-extensions-10.2.0/csrf/urls.py
111
65
204,921
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object MdmAuthority at 0x7fab70027420, file "f.py", line 4> LOAD_CONST 'MdmAuthority' MAKE_FUNCTION LOAD_CONST 'MdmAuthority' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION STORE_NAME MdmAuthority ...
from enum import Enum class MdmAuthority(str, Enum): Unknown = ("unknown",) Intune = ("intune",) Sccm = ("sccm",) Office365 = ("office365",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/mdm_authority.py
181
65
259,985
LOAD_CONST 'ns1!' STORE_NAME foo SETUP_EXCEPT to 28 LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pkg_resources STORE_NAME pkg_resources LOAD_NAME pkg_resources LOAD_METHOD declare_namespace LOAD_NAME __name__ CALL_METHOD POP_TOP POP_BLOCK JUMP_FORWARD to 68 DUP_TOP LOAD_NAME ImportError COMPARE_OP exception match POP_J...
foo = "ns1!" try: import pkg_resources pkg_resources.declare_namespace(__name__) except ImportError: import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)
data/jedi-0.19.1/test/examples/namespace_package/ns1/pkg/__init__.py
145
65
421,026
LOAD_CONST 0 LOAD_CONST ('task', 'Collection') IMPORT_NAME invoke IMPORT_FROM task STORE_NAME task IMPORT_FROM Collection STORE_NAME Collection POP_TOP LOAD_NAME task LOAD_CONST <code object toplevel at 0x7fab64179270, file "f.py", line 4> LOAD_CONST 'toplevel' MAKE_FUNCTION CALL_FUNCTION STORE_NAME toplevel LOAD_NAM...
from invoke import task, Collection @task def toplevel(c): pass @task def subtask(c): pass ns = Collection(toplevel, Collection("a", subtask, Collection("nother", subtask)))
data/invoke-2.2.0/tests/_support/deeper_ns_list.py
194
65
194,058
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME numpy STORE_NAME np LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pyqtgraph STORE_NAME pg LOAD_NAME pg LOAD_ATTR plot LOAD_NAME np LOAD_ATTR random LOAD_ATTR normal LOAD_CONST 100 LOAD_CONST ('size',) CALL_FUNCTION LOAD_CONST 'Simplest possible plotting example' LOAD_CONST ('title'...
import numpy as np import pyqtgraph as pg plt = pg.plot(np.random.normal(size=100), title="Simplest possible plotting example") if __name__ == "__main__": pg.exec()
data/pyqtgraph-0.13.3/pyqtgraph/examples/SimplePlot.py
117
65
287,899
LOAD_CONST 0 LOAD_CONST ('task', 'Collection') IMPORT_NAME invoke IMPORT_FROM task STORE_NAME task IMPORT_FROM Collection STORE_NAME Collection POP_TOP LOAD_NAME task LOAD_CONST <code object z_toplevel at 0x7fab641798a0, file "f.py", line 4> LOAD_CONST 'z_toplevel' MAKE_FUNCTION CALL_FUNCTION STORE_NAME z_toplevel LO...
from invoke import task, Collection @task def z_toplevel(c): pass @task def subtask(c): pass ns = Collection(z_toplevel, Collection("a", Collection("b", subtask)))
data/invoke-2.2.0/tests/_support/simple_ns_list.py
196
65
194,056
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 UserNotificationsUI STORE_NAME UserNotificationsUI LOAD_BUILD_CLASS LOAD_CONST <code object TestCallableMetadata at 0x7fab8214d930, file "f.py", line 6> L...
from PyObjCTools.TestSupport import TestCase import UserNotificationsUI class TestCallableMetadata(TestCase): def test_callable_metadata_is_sane(self): self.assertCallableMetadataIsSane(UserNotificationsUI)
data/pyobjc-framework-UserNotificationsUI-10.1/PyObjCTest/test_usernotificationsui.py
257
65
287,616
LOAD_CONST 0 LOAD_CONST ('admin',) IMPORT_NAME django.contrib IMPORT_FROM admin STORE_NAME admin POP_TOP LOAD_CONST 1 LOAD_CONST ('models',) IMPORT_NAME IMPORT_FROM models STORE_NAME models POP_TOP LOAD_NAME admin LOAD_METHOD register LOAD_NAME models LOAD_ATTR Sequence CALL_METHOD LOAD_BUILD_CLASS LOAD_CONST <code o...
from django.contrib import admin from . import models @admin.register(models.Sequence) class Sequence(admin.ModelAdmin): list_display = ["name", "last"] ordering = ["name"] search_fields = ["name"]
data/django_sequences-3.0/src/sequences/admin.py
198
65
205,266
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME DragAppAppDelegate STORE_NAME DragAppAppDelegate LOAD_CONST 0 LOAD_CONST None IMPORT_NAME DragSupportDataSource STORE_NAME DragSupportDataSource LOAD_CONST 0 LOAD_CONST ('AppHelper',) IMPORT_NAME PyObjCTools IMPORT_FROM AppHelper STORE_NAME AppHelper POP_TOP LOAD_NAME __name_...
import DragAppAppDelegate # noqa: F401 import DragSupportDataSource # noqa: F401 from PyObjCTools import AppHelper if __name__ == "__main__": AppHelper.runEventLoop()
data/pyobjc-framework-CoreData-10.1/Examples/DragApp/main.py
108
65
322,178
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 0 LOAD_CONST ('Generic', 'TypeVar') IMPORT_NAME typing IMPORT_FROM Generic STORE_NAME Generic IMPORT_FROM TypeVar STORE_NAME TypeVar POP_TOP LOAD_NAME TypeVar LOAD_CONST 'T' CALL_FUNCTION ...
from __future__ import annotations from typing import Generic, TypeVar T = TypeVar("T") class A(Generic[T]): """docstring for A""" def __init__(self, a, b=None): pass
data/sphinx-7.2.6/tests/roots/test-ext-autodoc/target/generic_class.py
245
65
381,211
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_ignore_module_all = False
data/sphinx-7.2.6/tests/roots/test-ext-autosummary-module_all/conf.py
115
65
381,259
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_CONST 0 LOAD_CONST ('IS_WIN',) IMPORT_NAME pylsp IMPORT_FROM IS_WIN STORE_NAME IS_WIN POP_TOP LOAD_NAME pytest LOAD_ATTR mark LOAD_ATTR skipif LOAD_NAME IS_WIN LOAD_CONST 'Unix only' LOAD_CONST ('reason',) CALL_FUNCTION STORE_NAME unix_only LOAD_...
import pytest from pylsp import IS_WIN unix_only = pytest.mark.skipif(IS_WIN, reason="Unix only") windows_only = pytest.mark.skipif(not IS_WIN, reason="Windows only")
data/python-lsp-server-1.10.0/test/__init__.py
126
65
329,341
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object SensitivityLabelAssignmentMethod at 0x7fab4298e8a0, file "f.py", line 4> LOAD_CONST 'SensitivityLabelAssignmentMethod' MAKE_FUNCTION LOAD_CONST 'SensitivityLabelAssignmentMethod' LOAD_NA...
from enum import Enum class SensitivityLabelAssignmentMethod(str, Enum): Standard = ("standard",) Privileged = ("privileged",) Auto = ("auto",) UnknownFutureValue = ("unknownFutureValue",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/sensitivity_label_assignment_method.py
193
65
260,049
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 1 LOAD_CONST ('cli_run', 'session_via_cli') IMPORT_NAME run IMPORT_FROM cli_run STORE_NAME cli_run IMPORT_FROM session_via_cli STORE_NAME session_via_cli POP_TOP LOAD_CONST 1 LOAD_CONST ('...
from __future__ import annotations from .run import cli_run, session_via_cli from .version import __version__ __all__ = [ "__version__", "cli_run", "session_via_cli", ]
data/virtualenv-20.25.0/src/virtualenv/__init__.py
142
65
145,316
LOAD_CONST 'Top-level package for yake.' STORE_NAME __doc__ LOAD_CONST 'vitordouzi' STORE_NAME __author__ LOAD_CONST 'vitordouzi@gmail.com' STORE_NAME __email__ LOAD_CONST '0.4.8' STORE_NAME __version__ LOAD_CONST 0 LOAD_CONST ('KeywordExtractor',) IMPORT_NAME yake.yake IMPORT_FROM KeywordExtractor STORE_NAME Keywo...
"""Top-level package for yake.""" __author__ = """vitordouzi""" __email__ = "vitordouzi@gmail.com" __version__ = "0.4.8" from yake.yake import KeywordExtractor
data/yake-0.4.8/yake/__init__.py
105
65
205,818
LOAD_CONST "\nThis file indicates that this directory contains the hooks to include the schema files on the final version\nif it's compiled with pyinstaller.\n" STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST None IMPORT_NAME os STORE_NAME os LOAD_CONST <code object get_hook_dirs at 0x7f8e44755ed0, file "f.py", line 9> LO...
""" This file indicates that this directory contains the hooks to include the schema files on the final version if it's compiled with pyinstaller. """ import os def get_hook_dirs(): return [os.path.dirname(__file__)]
data/signxml-3.2.2/signxml/__pyinstaller/__init__.py
141
65
323,102
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 Sinh at 0x7fae471296f0, file "f.py", line 6> LOAD_CONST 'Sinh' MAKE_FUNCTION LO...
import numpy as np from onnx.reference.ops._op import OpRunUnaryNum class Sinh(OpRunUnaryNum): def _run(self, x): # type: ignore return (np.sinh(x),)
data/onnx-1.15.0/onnx/reference/ops/op_sinh.py
217
65
111,166
LOAD_CONST 1 LOAD_CONST ('DefaultCommandGroup',) IMPORT_NAME default_command_group IMPORT_FROM DefaultCommandGroup STORE_NAME DefaultCommandGroup POP_TOP LOAD_CONST 1 LOAD_CONST ('NaturalOrderGroup',) IMPORT_NAME natural_order_group IMPORT_FROM NaturalOrderGroup STORE_NAME NaturalOrderGroup POP_TOP LOAD_CONST 1 LOAD_...
from .default_command_group import DefaultCommandGroup from .natural_order_group import NaturalOrderGroup from .real_path import RealPath __all__ = [ "DefaultCommandGroup", "NaturalOrderGroup", "RealPath", ]
data/ggshield-1.24.0/ggshield/utils/click/__init__.py
127
65
400,995
LOAD_CONST 0 LOAD_CONST ('service_description',) IMPORT_NAME openstack IMPORT_FROM service_description STORE_NAME service_description POP_TOP LOAD_CONST 0 LOAD_CONST ('_proxy',) IMPORT_NAME openstack.workflow.v2 IMPORT_FROM _proxy STORE_NAME _proxy POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object WorkflowService at 0...
from openstack import service_description from openstack.workflow.v2 import _proxy class WorkflowService(service_description.ServiceDescription): """The workflow service.""" supported_versions = { "2": _proxy.Proxy, }
data/openstacksdk-2.1.0/openstack/workflow/workflow_service.py
197
65
284,635
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME pytest STORE_NAME pytest LOAD_CONST 0 LOAD_CONST None IMPORT_NAME aioftp STORE_NAME aioftp LOAD_CONST <code object test_user_not_absolute_home at 0x7fadb5811c00, file "f.py", line 6> LOAD_CONST 'test_user_not_absolute_home' MAKE_FUNCTION STORE_NAME test_user_not_absolute_home ...
import pytest import aioftp def test_user_not_absolute_home(): with pytest.raises(aioftp.errors.PathIsNotAbsolute): aioftp.User(home_path="foo")
data/aioftp-0.22.3/tests/test_user.py
187
65
174,808
LOAD_CONST 'Separate file for storing the current version of SeqIO.\n\nStored in a separate file so that setup.py can reference the version without\npulling in all the dependencies in __init__.py.\n' STORE_NAME __doc__ LOAD_CONST '0.0.19' STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
r"""Separate file for storing the current version of SeqIO. Stored in a separate file so that setup.py can reference the version without pulling in all the dependencies in __init__.py. """ __version__ = "0.0.19"
data/seqio-0.0.19/seqio/version.py
78
65
290,888
LOAD_CONST 'd4rl_adroit_relocate dataset.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('D4rlAdroitRelocate',) IMPORT_NAME tensorflow_datasets.d4rl.d4rl_adroit_relocate.d4rl_adroit_relocate IMPORT_FROM D4rlAdroitRelocate STORE_NAME D4rlAdroitRelocate POP_TOP LOAD_CONST None RETURN_VALUE
"""d4rl_adroit_relocate dataset.""" from tensorflow_datasets.d4rl.d4rl_adroit_relocate.d4rl_adroit_relocate import ( D4rlAdroitRelocate, )
data/tfds-nightly-4.9.4.dev202402210044/tensorflow_datasets/d4rl/d4rl_adroit_relocate/__init__.py
99
65
238,557
LOAD_CONST 'test.natbib' BUILD_LIST STORE_NAME extensions LOAD_CONST '_build' BUILD_LIST STORE_NAME exclude_patterns LOAD_CONST 'test.bib' LOAD_CONST '{}' LOAD_CONST '/' LOAD_CONST 'authoryear' LOAD_CONST ('file', 'brackets', 'separator', 'style') BUILD_CONST_KEY_MAP STORE_NAME natbib LOAD_CONST None RETURN_VALUE
extensions = ["test.natbib"] exclude_patterns = ["_build"] natbib = { "file": "test.bib", "brackets": "{}", "separator": "/", "style": "authoryear", }
data/sphinxcontrib-bibtex-2.6.2/test/roots/test-natbib_conf/conf.py
81
65
136,693
LOAD_CONST 'sphinxcontrib.bibtex' LOAD_CONST 'sphinx.ext.autodoc' BUILD_LIST STORE_NAME extensions LOAD_CONST '_build' BUILD_LIST STORE_NAME exclude_patterns LOAD_CONST 'test.bib' BUILD_LIST STORE_NAME bibtex_bibfiles LOAD_CONST 'both' STORE_NAME autoclass_content LOAD_CONST None RETURN_VALUE
extensions = ["sphinxcontrib.bibtex", "sphinx.ext.autodoc"] exclude_patterns = ["_build"] bibtex_bibfiles = ["test.bib"] autoclass_content = "both" # document __init__ method too
data/sphinxcontrib-bibtex-2.6.2/test/roots/test-autodoc/conf.py
79
65
136,686
LOAD_CONST 1 LOAD_CONST ('cell_convert',) IMPORT_NAME cell_convert IMPORT_FROM cell_convert STORE_NAME cell_convert POP_TOP LOAD_CONST 1 LOAD_CONST ('cell_fill',) IMPORT_NAME cell_fill IMPORT_FROM cell_fill STORE_NAME cell_fill POP_TOP LOAD_CONST 1 LOAD_CONST ('cell_format',) IMPORT_NAME cell_format IMPORT_FROM cell_...
from .cell_convert import cell_convert from .cell_fill import cell_fill from .cell_format import cell_format from .cell_interpolate import cell_interpolate from .cell_replace import cell_replace from .cell_set import cell_set
data/frictionless-5.16.1/frictionless/steps/cell/__init__.py
192
65
41,788
LOAD_CONST '\nSome of the utils used by salt\n\nPLEASE DO NOT ADD ANY NEW FUNCTIONS TO THIS FILE.\n\nNew functions should be organized in other files under salt/utils/. Please\nconsult the dev team if you are unsure where a new function should go.\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" Some of the utils used by salt PLEASE DO NOT ADD ANY NEW FUNCTIONS TO THIS FILE. New functions should be organized in other files under salt/utils/. Please consult the dev team if you are unsure where a new function should go. """
data/salt-3006.6/salt/utils/__init__.py
79
65
97,345
LOAD_CONST 'Tasks package definition.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('image_classification',) IMPORT_NAME official.projects.qat.vision.tasks IMPORT_FROM image_classification STORE_NAME image_classification POP_TOP LOAD_CONST 0 LOAD_CONST ('retinanet',) IMPORT_NAME official.projects.qat.vision.tasks IMPO...
"""Tasks package definition.""" from official.projects.qat.vision.tasks import image_classification from official.projects.qat.vision.tasks import retinanet from official.projects.qat.vision.tasks import semantic_segmentation
data/tf-models-official-2.15.0/official/projects/qat/vision/tasks/__init__.py
147
65
355,976
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME attrs STORE_NAME attrs LOAD_CONST 3 LOAD_CONST ('Control',) IMPORT_NAME dialect IMPORT_FROM Control STORE_NAME Control POP_TOP LOAD_NAME attrs LOAD_ATTR defi...
from __future__ import annotations import attrs from ...dialect import Control @attrs.define(kw_only=True, repr=False) class LocalControl(Control): """Local control representation""" type = "local"
data/frictionless-5.16.1/frictionless/schemes/local/control.py
206
65
41,821
LOAD_CONST 0 LOAD_CONST ('annotations',) IMPORT_NAME __future__ IMPORT_FROM annotations STORE_NAME annotations POP_TOP LOAD_CONST 0 LOAD_CONST None IMPORT_NAME attrs STORE_NAME attrs LOAD_CONST 3 LOAD_CONST ('Control',) IMPORT_NAME dialect IMPORT_FROM Control STORE_NAME Control POP_TOP LOAD_NAME attrs LOAD_ATTR defi...
from __future__ import annotations import attrs from ...dialect import Control @attrs.define(kw_only=True, repr=False) class StreamControl(Control): """Stream control representation""" type = "stream"
data/frictionless-5.16.1/frictionless/schemes/stream/control.py
207
65
41,825
LOAD_CONST 2 LOAD_CONST ('DECKGL_SEMVER',) IMPORT_NAME frontend_semver IMPORT_FROM DECKGL_SEMVER STORE_NAME DECKGL_SEMVER POP_TOP LOAD_CONST '@deck.gl/jupyter-widget' STORE_NAME module_name LOAD_NAME DECKGL_SEMVER STORE_NAME module_version LOAD_CONST None RETURN_VALUE
from ..frontend_semver import DECKGL_SEMVER """ Information about the frontend package of the widget. """ module_name = "@deck.gl/jupyter-widget" module_version = DECKGL_SEMVER
data/pydeck-0.8.0/pydeck/widget/_frontend.py
85
65
348,065
LOAD_CONST 'Module containing stabilizer state preparation circuit synthesis.' STORE_NAME __doc__ LOAD_CONST 1 LOAD_CONST ('synth_stabilizer_layers', 'synth_stabilizer_depth_lnn') IMPORT_NAME stabilizer_decompose IMPORT_FROM synth_stabilizer_layers STORE_NAME synth_stabilizer_layers IMPORT_FROM synth_stabilizer_depth_...
"""Module containing stabilizer state preparation circuit synthesis.""" from .stabilizer_decompose import synth_stabilizer_layers, synth_stabilizer_depth_lnn from .stabilizer_circuit import synth_circuit_from_stabilizers
data/qiskit-1.0.0/qiskit/synthesis/stabilizer/__init__.py
164
65
283,221
LOAD_CONST 0 LOAD_CONST ('__version__',) IMPORT_NAME google.protobuf IMPORT_FROM __version__ STORE_NAME __version__ POP_TOP LOAD_NAME __version__ LOAD_METHOD startswith LOAD_CONST '4' CALL_METHOD POP_JUMP_IF_FALSE LOAD_CONST 1 LOAD_CONST ('*',) IMPORT_NAME _generated_pb4.service_pb2_grpc IMPORT_STAR JUMP_FORWARD to 4...
from google.protobuf import __version__ if __version__.startswith("4"): from ._generated_pb4.service_pb2_grpc import * else: from ._generated_pb3.service_pb2_grpc import *
data/bentoml-1.2.4/src/bentoml/grpc/v1/service_pb2_grpc.py
116
65
104,153
LOAD_CONST ' This "should"\nbe\n"linted" ' STORE_NAME s LOAD_CONST ' This "should"\n"not" be\n"linted" ' STORE_NAME s LOAD_CONST "'This should not be linted due to having would-be quadruple end quote'" STORE_NAME s LOAD_CONST None RETURN_VALUE
s = """ This "should" be "linted" """ s = """ This "should" "not" be "linted" """ s = """'This should not be linted due to having would-be quadruple end quote'"""
data/flake8-quotes-3.4.0/test/data/doubles_multiline_string.py
77
65
396,904
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME subprocess STORE_NAME subprocess LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 0 LOAD_CONST None IMPORT_NAME platform STORE_NAME platform LOAD_NAME platform LOAD_METHOD system CALL_METHOD LOAD_CONST 'SunOS' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_CONST 'g...
import subprocess, sys, platform if platform.system() == "SunOS": cc = "gcc" else: cc = "cc" subprocess.call([cc, "-DEXTERNAL_BUILD"] + sys.argv[1:])
data/numpy-1.26.4/vendored-meson/meson/test cases/unit/60 identity cross/build_wrapper.py
138
65
363,850
LOAD_CONST 1 LOAD_CONST ('CupidTableUploadSession', 'CupidTableDownloadSession', 'TableSplit') IMPORT_NAME core IMPORT_FROM CupidTableUploadSession STORE_NAME CupidTableUploadSession IMPORT_FROM CupidTableDownloadSession STORE_NAME CupidTableDownloadSession IMPORT_FROM TableSplit STORE_NAME TableSplit POP_TOP LOAD_CON...
from .core import CupidTableUploadSession, CupidTableDownloadSession, TableSplit from .record import CupidRecordReader, CupidRecordWriter try: from .pd import CupidPandasReader, CupidPandasWriter except ImportError: pass
data/pyodps-0.11.5.post0/cupid/io/table/__init__.py
224
65
299,833
LOAD_CONST '\nProgramming provides a set of programming languages and frameworks.\n' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('Node',) IMPORT_NAME diagrams IMPORT_FROM Node STORE_NAME Node POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object _Programming at 0x7fab702466f0, file "f.py", line 8> LOAD_CONST '_Programming...
""" Programming provides a set of programming languages and frameworks. """ from diagrams import Node class _Programming(Node): _provider = "programming" _icon_dir = "resources/programming" fontcolor = "#ffffff"
data/diagrams-0.23.4/diagrams/programming/__init__.py
175
65
205,966
LOAD_CONST 1 LOAD_CONST 2 BUILD_LIST STORE_NAME alist LOAD_CONST 'key' LOAD_CONST 'value' BUILD_MAP STORE_NAME adict LOAD_NAME func_call LOAD_NAME value LOAD_CONST ('arg',) CALL_FUNCTION POP_TOP LOAD_CONST 1 LOAD_CONST 2 BUILD_LIST STORE_NAME alist LOAD_CONST 'key' LOAD_CONST 'value' BUILD_MAP STORE_NAME adict LOA...
alist = [1, 2] adict = {"key": "value"} func_call(arg=value) alist = [1, 2] adict = {"key": "value"} func_call(arg=value)
data/black-24.2.0/tests/data/cases/line_ranges_unwrapping.py
106
65
405,221
LOAD_CONST "Flit's core machinery for building packages.\n\nThis package provides a standard PEP 517 API to build packages using Flit.\nAll the convenient development features live in the main 'flit' package.\n" STORE_NAME __doc__ LOAD_CONST '3.9.0' STORE_NAME __version__ LOAD_CONST None RETURN_VALUE
"""Flit's core machinery for building packages. This package provides a standard PEP 517 API to build packages using Flit. All the convenient development features live in the main 'flit' package. """ __version__ = "3.9.0"
data/flit_core-3.9.0/flit_core/__init__.py
78
65
49,589
LOAD_CONST 'd4rl_adroit_relocate dataset.' STORE_NAME __doc__ LOAD_CONST 0 LOAD_CONST ('D4rlAdroitRelocate',) IMPORT_NAME tensorflow_datasets.d4rl.d4rl_adroit_relocate.d4rl_adroit_relocate IMPORT_FROM D4rlAdroitRelocate STORE_NAME D4rlAdroitRelocate POP_TOP LOAD_CONST None RETURN_VALUE
"""d4rl_adroit_relocate dataset.""" from tensorflow_datasets.d4rl.d4rl_adroit_relocate.d4rl_adroit_relocate import ( D4rlAdroitRelocate, )
data/tensorflow-datasets-4.9.4/tensorflow_datasets/d4rl/d4rl_adroit_relocate/__init__.py
99
65
255,496
LOAD_CONST 0 LOAD_CONST ('CompilationError', 'DbtRuntimeError') IMPORT_NAME dbt.exceptions IMPORT_FROM CompilationError STORE_NAME CompilationError IMPORT_FROM DbtRuntimeError STORE_NAME DbtRuntimeError POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object SnapshotMigrationRequired at 0x7f8ab706f270, file "f.py", line 4> L...
from dbt.exceptions import CompilationError, DbtRuntimeError class SnapshotMigrationRequired(CompilationError): """Hive snapshot requires a manual operation due to backward incompatible changes.""" class S3LocationException(DbtRuntimeError): pass
data/dbt-athena-community-1.7.2/dbt/adapters/athena/exceptions.py
277
65
113,174
LOAD_CONST 0 LOAD_CONST ('InfoExtractor',) IMPORT_NAME yt_dlp.extractor.common IMPORT_FROM InfoExtractor STORE_NAME InfoExtractor POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object IgnoreNotInAllPluginIE at 0x7fab82049540, file "f.py", line 4> LOAD_CONST 'IgnoreNotInAllPluginIE' MAKE_FUNCTION LOAD_CONST 'IgnoreNotInAllP...
from yt_dlp.extractor.common import InfoExtractor class IgnoreNotInAllPluginIE(InfoExtractor): pass class InAllPluginIE(InfoExtractor): pass __all__ = ["InAllPluginIE"]
data/yt-dlp-2023.12.30/test/testdata/yt_dlp_plugins/extractor/ignore.py
268
65
158,643
LOAD_CONST 0 LOAD_CONST ('ServiceMaker',) IMPORT_NAME twisted.application.service IMPORT_FROM ServiceMaker STORE_NAME ServiceMaker POP_TOP LOAD_NAME ServiceMaker LOAD_CONST 'Twisted INETD Server' LOAD_CONST 'twisted.runner.inetdtap' LOAD_CONST 'An inetd(8) replacement.' LOAD_CONST 'inetd' CALL_FUNCTION STORE_NAME ...
from twisted.application.service import ServiceMaker TwistedINETD = ServiceMaker( "Twisted INETD Server", "twisted.runner.inetdtap", "An inetd(8) replacement.", "inetd", )
data/twisted-23.10.0/src/twisted/plugins/twisted_inet.py
94
65
384,030
LOAD_CONST 0 LOAD_CONST None IMPORT_NAME subprocess STORE_NAME subprocess LOAD_CONST 0 LOAD_CONST None IMPORT_NAME sys STORE_NAME sys LOAD_CONST 0 LOAD_CONST None IMPORT_NAME platform STORE_NAME platform LOAD_NAME platform LOAD_METHOD system CALL_METHOD LOAD_CONST 'SunOS' COMPARE_OP == POP_JUMP_IF_FALSE LOAD_CONST 'g...
import subprocess, sys, platform if platform.system() == "SunOS": cc = "gcc" else: cc = "cc" subprocess.call([cc, "-DEXTERNAL_HOST"] + sys.argv[1:])
data/numpy-1.26.4/vendored-meson/meson/test cases/unit/60 identity cross/host_wrapper.py
138
65
363,849
LOAD_CONST 0 LOAD_CONST ('SBApplication',) IMPORT_NAME ScriptingBridge IMPORT_FROM SBApplication STORE_NAME SBApplication POP_TOP LOAD_NAME SBApplication LOAD_METHOD applicationWithBundleIdentifier_ LOAD_CONST 'com.apple.Music' CALL_METHOD STORE_NAME iTunes LOAD_NAME print LOAD_CONST 'currentTrack' LOAD_NAME dir LOAD...
from ScriptingBridge import SBApplication iTunes = SBApplication.applicationWithBundleIdentifier_("com.apple.Music") print("currentTrack" in dir(iTunes)) print(iTunes.currentTrack) print(iTunes.currentTrack().name())
data/pyobjc-framework-ScriptingBridge-10.1/Examples/iTunesCurrentTrack.py
123
65
176,357
LOAD_CONST 0 LOAD_CONST ('AWSEncryptionSDKProvider',) IMPORT_NAME aws_lambda_powertools.utilities.data_masking.provider.kms.aws_encryption_sdk IMPORT_FROM AWSEncryptionSDKProvider STORE_NAME AWSEncryptionSDKProvider POP_TOP LOAD_CONST 'AWSEncryptionSDKProvider' BUILD_LIST STORE_NAME __all__ LOAD_CONST None RETURN_VALU...
from aws_lambda_powertools.utilities.data_masking.provider.kms.aws_encryption_sdk import ( AWSEncryptionSDKProvider, ) __all__ = [ "AWSEncryptionSDKProvider", ]
data/aws_lambda_powertools-2.34.0/aws_lambda_powertools/utilities/data_masking/provider/kms/__init__.py
91
65
359,747
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 InDocFacet at 0x7fab640fac90, file "f.py", line 4> LOAD_CONST 'InDocFacet' MAKE_FUNCTION LOAD_CONST 'InDocFacet' LOAD_NAME ClientValue CALL...
from office365.runtime.client_value import ClientValue class InDocFacet(ClientValue): """""" @property def entity_type_name(self): return "Microsoft.SharePoint.Activities.InDocFacet"
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/activities/facets/in_doc.py
227
65
189,617
LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pymoo.problems.many.dtlz IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pymoo.problems.many.cdtlz IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pymoo.problems.many.dcdtlz IMPORT_STAR LOAD_CONST 0 LOAD_CONST ('*',) IMPORT_NAME pymoo.problems.many.wfg IMPORT_...
from pymoo.problems.many.dtlz import * from pymoo.problems.many.cdtlz import * from pymoo.problems.many.dcdtlz import * from pymoo.problems.many.wfg import *
data/pymoo-0.6.1.1/pymoo/problems/many/__init__.py
112
65
93,074
LOAD_CONST 0 LOAD_CONST ('combiner', 'rule', 'make_pass') IMPORT_NAME insights IMPORT_FROM combiner STORE_NAME combiner IMPORT_FROM rule STORE_NAME rule IMPORT_FROM make_pass STORE_NAME make_pass POP_TOP LOAD_CONST 'This should never display' STORE_NAME CONTENT LOAD_NAME combiner CALL_FUNCTION LOAD_CONST <code object...
from insights import combiner, rule, make_pass CONTENT = "This should never display" @combiner() def thing(): raise Exception @rule(thing) def report(t): return make_pass("THING")
data/insights-core-3.3.9/insights/plugins/never_fires.py
198
65
213,262
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object LocationUniqueIdType at 0x7fab4298e270, file "f.py", line 4> LOAD_CONST 'LocationUniqueIdType' MAKE_FUNCTION LOAD_CONST 'LocationUniqueIdType' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION ...
from enum import Enum class LocationUniqueIdType(str, Enum): Unknown = ("unknown",) LocationStore = ("locationStore",) Directory = ("directory",) Private = ("private",) Bing = ("bing",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/location_unique_id_type.py
187
65
260,744
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object RoutingType at 0x7fab820f4810, file "f.py", line 4> LOAD_CONST 'RoutingType' MAKE_FUNCTION LOAD_CONST 'RoutingType' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTION STORE_NAME RoutingType LOAD...
from enum import Enum class RoutingType(str, Enum): Forwarded = ("forwarded",) Lookup = ("lookup",) SelfFork = ("selfFork",) UnknownFutureValue = ("unknownFutureValue",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/routing_type.py
177
65
260,757
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 Asin at 0x7fab41c96ae0, file "f.py", line 6> LOAD_CONST 'Asin' MAKE_FUNCTION LO...
import numpy as np from onnx.reference.ops._op import OpRunUnaryNum class Asin(OpRunUnaryNum): def _run(self, x): # type: ignore return (np.arcsin(x),)
data/onnx-1.15.0/onnx/reference/ops/op_asin.py
216
65
111,202
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 Cosh at 0x7fab41c96c90, file "f.py", line 6> LOAD_CONST 'Cosh' MAKE_FUNCTION LO...
import numpy as np from onnx.reference.ops._op import OpRunUnaryNum class Cosh(OpRunUnaryNum): def _run(self, x): # type: ignore return (np.cosh(x),)
data/onnx-1.15.0/onnx/reference/ops/op_cosh.py
217
65
111,205
LOAD_BUILD_CLASS LOAD_CONST <code object JSONRefParseError at 0x7f8af0dbb030, file "f.py", line 1> LOAD_CONST 'JSONRefParseError' MAKE_FUNCTION LOAD_CONST 'JSONRefParseError' LOAD_NAME Exception CALL_FUNCTION STORE_NAME JSONRefParseError LOAD_BUILD_CLASS LOAD_CONST <code object DocumentParseError at 0x7f8af0dbbdb0, fi...
class JSONRefParseError(Exception): """Base exception for failures when parsing.""" class DocumentParseError(JSONRefParseError): """Failed to parse a document.""" class ReferenceParseError(JSONRefParseError): """Failed to parse a reference."""
data/json-ref-dict-0.7.2/json_ref_dict/exceptions.py
334
65
123,018
LOAD_CONST 1 LOAD_CONST ('OptimalBinning2D',) IMPORT_NAME binning_2d IMPORT_FROM OptimalBinning2D STORE_NAME OptimalBinning2D POP_TOP LOAD_CONST 1 LOAD_CONST ('ContinuousOptimalBinning2D',) IMPORT_NAME continuous_binning_2d IMPORT_FROM ContinuousOptimalBinning2D STORE_NAME ContinuousOptimalBinning2D POP_TOP LOAD_CONS...
from .binning_2d import OptimalBinning2D from .continuous_binning_2d import ContinuousOptimalBinning2D __all__ = ["ContinuousOptimalBinning2D", "OptimalBinning2D"]
data/optbinning-0.19.0/optbinning/binning/multidimensional/__init__.py
134
65
175,786
LOAD_CONST 0 LOAD_CONST ('Optional',) IMPORT_NAME typing IMPORT_FROM Optional STORE_NAME Optional POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object FeatureTransformationCodeMetadata at 0x7f8ab6bd54b0, file "f.py", line 4> LOAD_CONST 'FeatureTransformationCodeMetadata' MAKE_FUNCTION LOAD_CONST 'FeatureTransformationCode...
from typing import Optional class FeatureTransformationCodeMetadata(object): def __init__(self, *, path: str, transformer_class: Optional[str] = None, **kwargs): self.path = path self.transformer_class = transformer_class
data/azure-ai-ml-1.13.0/azure/ai/ml/entities/_feature_set/feature_transformation_code_metadata.py
247
65
426,023
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 Tanh at 0x7fab82097150, file "f.py", line 6> LOAD_CONST 'Tanh' MAKE_FUNCTION LO...
import numpy as np from onnx.reference.ops._op import OpRunUnaryNum class Tanh(OpRunUnaryNum): def _run(self, x): # type: ignore return (np.tanh(x),)
data/onnx-1.15.0/onnx/reference/ops/op_tanh.py
221
65
111,241
LOAD_CONST 0 LOAD_CONST ('IfTag',) IMPORT_NAME liquid.builtin.tags.if_tag IMPORT_FROM IfTag STORE_NAME IfTag POP_TOP LOAD_CONST 0 LOAD_CONST ('Mode',) IMPORT_NAME liquid.mode IMPORT_FROM Mode STORE_NAME Mode POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object LaxIfTag at 0x7f8ab77c36f0, file "f.py", line 5> LOAD_CONST '...
from liquid.builtin.tags.if_tag import IfTag from liquid.mode import Mode class LaxIfTag(IfTag): """An `if` tag that is lax in its handling of extra expressions and blocks.""" mode = Mode.LAX
data/python_liquid-1.12.1/liquid/future/tags/_if_tag.py
198
65
433,690
LOAD_CONST 0 LOAD_CONST ('ClientObject',) IMPORT_NAME office365.runtime.client_object IMPORT_FROM ClientObject STORE_NAME ClientObject POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object ClientSidePage at 0x7fab82236420, file "f.py", line 4> LOAD_CONST 'ClientSidePage' MAKE_FUNCTION LOAD_CONST 'ClientSidePage' LOAD_NAME ...
from office365.runtime.client_object import ClientObject class ClientSidePage(ClientObject): """Represents the data and methods associated with client side "modern" pages""" @staticmethod def from_file(file): return None
data/Office365-REST-Python-Client-2.5.5/office365/sharepoint/publishing/client_side_page.py
221
65
189,091
LOAD_CONST 0 LOAD_CONST ('Constant',) IMPORT_NAME asdf.tags.core IMPORT_FROM Constant STORE_NAME Constant POP_TOP LOAD_CONST 0 LOAD_CONST ('helpers',) IMPORT_NAME asdf.testing IMPORT_FROM helpers STORE_NAME helpers POP_TOP LOAD_CONST <code object test_constant at 0x7faa74b7a300, file "f.py", line 5> LOAD_CONST 'test_...
from asdf.tags.core import Constant from asdf.testing import helpers def test_constant(): constant = Constant("gardener") result = helpers.roundtrip_object(constant) assert result.value == constant.value
data/asdf-3.0.1/asdf/_tests/core/_converters/test_constant.py
174
65
244,760
LOAD_CONST 0 LOAD_CONST ('NotebookLoader', 'concatenate_cells', 'remove_newlines') IMPORT_NAME langchain_community.document_loaders.notebook IMPORT_FROM NotebookLoader STORE_NAME NotebookLoader IMPORT_FROM concatenate_cells STORE_NAME concatenate_cells IMPORT_FROM remove_newlines STORE_NAME remove_newlines POP_TOP LOA...
from langchain_community.document_loaders.notebook import ( NotebookLoader, concatenate_cells, remove_newlines, ) __all__ = ["concatenate_cells", "remove_newlines", "NotebookLoader"]
data/langchain-0.1.8/langchain/document_loaders/notebook.py
115
65
368,530
LOAD_CONST '\nThese rules can be used to automatically upgrade lint rules to the latest version\nof Fixit, including deprecated names or aliases when possible.\n\nThese can be more easily applied by running ``fixit upgrade <path>``.\nSee `Commands`_ for details.\n' STORE_NAME __doc__ LOAD_CONST None RETURN_VALUE
""" These rules can be used to automatically upgrade lint rules to the latest version of Fixit, including deprecated names or aliases when possible. These can be more easily applied by running ``fixit upgrade <path>``. See `Commands`_ for details. """
data/fixit-2.1.0/src/fixit/upgrade/__init__.py
77
65
211,837
LOAD_CONST 0 LOAD_CONST ('keras_nlp_export',) IMPORT_NAME keras_nlp.src.api_export IMPORT_FROM keras_nlp_export STORE_NAME keras_nlp_export POP_TOP LOAD_CONST '0.8.0' STORE_NAME __version__ LOAD_NAME keras_nlp_export LOAD_CONST 'keras_nlp.version' CALL_FUNCTION LOAD_CONST <code object version at 0x7fab542b4c00, file ...
from keras_nlp.src.api_export import keras_nlp_export __version__ = "0.8.0" @keras_nlp_export("keras_nlp.version") def version(): return __version__
data/keras-nlp-0.8.0/keras_nlp/src/version_utils.py
144
65
111,636
LOAD_CONST 0 LOAD_CONST ('formats', 'resources') IMPORT_NAME frictionless IMPORT_FROM formats STORE_NAME formats IMPORT_FROM resources STORE_NAME resources POP_TOP LOAD_CONST <code object test_json_dialect at 0x7fab700f1c00, file "f.py", line 4> LOAD_CONST 'test_json_dialect' MAKE_FUNCTION STORE_NAME test_json_dialect...
from frictionless import formats, resources def test_json_dialect(): with resources.TableResource(path="data/table.json") as resource: assert isinstance(resource.dialect.get_control("json"), formats.JsonControl)
data/frictionless-5.16.1/tests/formats/json/test_control.py
189
65
41,620
LOAD_CONST 1 LOAD_CONST ('_GCP',) IMPORT_NAME IMPORT_FROM _GCP STORE_NAME _GCP POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object _Iot at 0x7fab81fc6030, file "f.py", line 4> LOAD_CONST '_Iot' MAKE_FUNCTION LOAD_CONST '_Iot' LOAD_NAME _GCP CALL_FUNCTION STORE_NAME _Iot LOAD_BUILD_CLASS LOAD_CONST <code object IotCore a...
from . import _GCP class _Iot(_GCP): _type = "iot" _icon_dir = "resources/gcp/iot" class IotCore(_Iot): _icon = "iot-core.png"
data/diagrams-0.23.4/diagrams/gcp/iot.py
255
65
205,899
LOAD_CONST 0 LOAD_CONST ('Enum',) IMPORT_NAME enum IMPORT_FROM Enum STORE_NAME Enum POP_TOP LOAD_BUILD_CLASS LOAD_CONST <code object ExpirationPatternType at 0x7fab4298e150, file "f.py", line 4> LOAD_CONST 'ExpirationPatternType' MAKE_FUNCTION LOAD_CONST 'ExpirationPatternType' LOAD_NAME str LOAD_NAME Enum CALL_FUNCTI...
from enum import Enum class ExpirationPatternType(str, Enum): NotSpecified = ("notSpecified",) NoExpiration = ("noExpiration",) AfterDateTime = ("afterDateTime",) AfterDuration = ("afterDuration",)
data/msgraph-sdk-1.1.0/msgraph/generated/models/expiration_pattern_type.py
181
65
260,964