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 3
LOAD_CONST ('function',)
IMPORT_NAME double_name
IMPORT_FROM function
STORE_NAME function
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from ...double_name import function
|
data/astroid-3.0.3/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/main.py
| 28 | 9 | 388,632 |
LOAD_CONST 0
LOAD_CONST ('models',)
IMPORT_NAME django.db
IMPORT_FROM models
STORE_NAME models
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from django.db import models
|
data/python3-openid-3.2.0/examples/djopenid/server/models.py
| 29 | 9 | 246,188 |
LOAD_CONST 'Qiskit pulse tests.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Qiskit pulse tests."""
|
data/qiskit-terra-0.46.0/test/python/pulse/__init__.py
| 19 | 9 | 431,853 |
LOAD_CONST 'The yamaha component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The yamaha component."""
|
data/homeassistant-2024.2.2/homeassistant/components/yamaha/__init__.py
| 19 | 9 | 296,452 |
LOAD_CONST 1
LOAD_CONST ('selectors',)
IMPORT_NAME cq
IMPORT_FROM selectors
STORE_NAME selectors
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .cq import selectors
|
data/jedi-0.19.1/test/examples/import-recursion/cadquery_simple/__init__.py
| 30 | 9 | 420,993 |
LOAD_NAME __import__
LOAD_CONST 'netrc'
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
__import__("netrc")
|
data/gevent-24.2.1/src/gevent/tests/_imports_at_top_level.py
| 20 | 9 | 447,991 |
LOAD_NAME tuple
CALL_FUNCTION
STORE_NAME _instruments
LOAD_CONST None
RETURN_VALUE
|
_instruments = tuple()
|
data/opentelemetry_instrumentation_dbapi-0.43b0/src/opentelemetry/instrumentation/dbapi/package.py
| 16 | 9 | 16,001 |
LOAD_CONST 'The xiaomi component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The xiaomi component."""
|
data/homeassistant-2024.2.2/homeassistant/components/xiaomi/__init__.py
| 19 | 9 | 296,494 |
LOAD_CONST 'Kite utilities testing.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Kite utilities testing."""
|
data/spyder-5.5.1/spyder/plugins/completion/providers/kite/utils/tests/__init__.py
| 19 | 9 | 369,767 |
LOAD_CONST ' Package defining language models\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
""" Package defining language models
"""
|
data/speechbrain-0.5.16/speechbrain/lm/__init__.py
| 20 | 9 | 55,586 |
LOAD_CONST 1
LOAD_CONST ('Discovery',)
IMPORT_NAME discovery
IMPORT_FROM Discovery
STORE_NAME Discovery
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .discovery import Discovery
|
data/datadog_checks_base-36.1.0/datadog_checks/base/utils/discovery/__init__.py
| 29 | 9 | 442,850 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME _lerc
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE
|
from ._lerc import *
|
data/lerc-4.0.1/lerc/__init__.py
| 22 | 9 | 331,265 |
LOAD_CONST 'SmartWings devices.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""SmartWings devices."""
|
data/zha-quirks-0.0.111/zhaquirks/smartwings/__init__.py
| 19 | 9 | 423,360 |
LOAD_CONST 0
LOAD_CONST ('admin',)
IMPORT_NAME django.contrib
IMPORT_FROM admin
STORE_NAME admin
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from django.contrib import admin
|
data/django-tenants-3.6.1/examples/tenant_multi_types/tenant_type_both/admin.py
| 29 | 9 | 224,882 |
LOAD_CONST 'cssutils unittests'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""cssutils unittests"""
|
data/cssutils-2.9.0/cssutils/tests/__init__.py
| 19 | 9 | 364,740 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from __future__ import annotations
|
data/openai-1.12.0/src/openai/types/beta/chat/__init__.py
| 31 | 9 | 63,714 |
LOAD_CONST '\nORM enhancement.\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""
ORM enhancement.
"""
|
data/sqlalchemy_mate-1.4.28.4/sqlalchemy_mate/orm/__init__.py
| 19 | 9 | 17,475 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME _replication
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE
|
from ._replication import *
|
data/osmium-3.7.0/src/osmium/replication/__init__.py
| 22 | 9 | 170,059 |
LOAD_CONST 1
LOAD_CONST ('ExternalLink',)
IMPORT_NAME external
IMPORT_FROM ExternalLink
STORE_NAME ExternalLink
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .external import ExternalLink
|
data/openpyxl-3.1.2/openpyxl/workbook/external_link/__init__.py
| 31 | 9 | 444,388 |
LOAD_CONST 1
LOAD_CONST ('Workbook',)
IMPORT_NAME workbook
IMPORT_FROM Workbook
STORE_NAME Workbook
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .workbook import Workbook
|
data/openpyxl-3.1.2/openpyxl/workbook/__init__.py
| 30 | 9 | 444,385 |
LOAD_NAME future_flags
LOAD_NAME matching_code
BINARY_AND
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
future_flags & matching_code
|
data/executing-2.0.1/tests/small_samples/f533555a1d2d56090b3757364cecf29604df0881e66395fa9533122623793bd9.py
| 19 | 9 | 331,210 |
LOAD_CONST 1
LOAD_CONST ('make_app',)
IMPORT_NAME application
IMPORT_FROM make_app
STORE_NAME make_app
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .application import make_app
|
data/werkzeug-3.0.1/examples/coolmagic/__init__.py
| 32 | 9 | 396,677 |
LOAD_CONST 'Tests for the converters.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Tests for the converters."""
|
data/qiskit-terra-0.46.0/test/python/converters/__init__.py
| 19 | 9 | 431,862 |
LOAD_NAME tester
UNARY_NEGATIVE
LOAD_NAME tester
UNARY_POSITIVE
COMPARE_OP is
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
-tester is +tester
|
data/executing-2.0.1/tests/small_samples/1a1292769ffae5636aa864bec0bf01dc60380a867a7f5b8ab6f18b523848bb39.py
| 22 | 9 | 331,215 |
LOAD_CONST 'RDT performance testing package.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""RDT performance testing package."""
|
data/rdt-1.9.2/tests/performance/tests/__init__.py
| 19 | 9 | 334,131 |
LOAD_CONST 0
LOAD_CONST ('OrderedDict',)
IMPORT_NAME collections
IMPORT_FROM OrderedDict
STORE_NAME OrderedDict
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from collections import OrderedDict
|
data/nibabel-5.2.0/nibabel/externals/__init__.py
| 35 | 9 | 68,697 |
LOAD_NAME object
CALL_FUNCTION
STORE_NAME UNDEFINED
LOAD_CONST None
RETURN_VALUE
|
UNDEFINED = object()
|
data/aiven_client-4.0.0/aiven/client/common.py
| 16 | 9 | 271,639 |
LOAD_CONST 'RDT unit testing package.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""RDT unit testing package."""
|
data/rdt-1.9.2/tests/unit/__init__.py
| 19 | 9 | 334,138 |
LOAD_CONST 'Module for icasa devices.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Module for icasa devices."""
|
data/zha-quirks-0.0.111/zhaquirks/icasa/__init__.py
| 19 | 9 | 423,354 |
LOAD_CONST 'The local_file component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The local_file component."""
|
data/homeassistant-2024.2.2/homeassistant/components/local_file/__init__.py
| 19 | 9 | 297,601 |
LOAD_CONST <code object f at 0x7fab703f78a0, file "f.py", line 1>
LOAD_CONST 'f'
MAKE_FUNCTION
STORE_NAME f
LOAD_CONST None
RETURN_VALUE
LOAD_CONST None
RETURN_VALUE
|
async def f():
pass
|
data/pytype-2024.2.13/pytype/tools/merge_pyi/test_data/async.py
| 53 | 9 | 353,328 |
LOAD_CONST True
STORE_NAME TEST_PERFORMANCE
LOAD_CONST None
RETURN_VALUE
|
TEST_PERFORMANCE = True
|
data/djangorestframework-gis-1.0/tests/local_settings.example.py
| 16 | 9 | 242,811 |
LOAD_CONST 'The gtfs component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The gtfs component."""
|
data/homeassistant-2024.2.2/homeassistant/components/gtfs/__init__.py
| 19 | 9 | 297,668 |
LOAD_CONST 'The foobot component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The foobot component."""
|
data/homeassistant-2024.2.2/homeassistant/components/foobot/__init__.py
| 19 | 9 | 298,107 |
LOAD_CONST 'The pocketcasts component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The pocketcasts component."""
|
data/homeassistant-2024.2.2/homeassistant/components/pocketcasts/__init__.py
| 19 | 9 | 298,105 |
LOAD_CONST 'webOS Smart TV triggers.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""webOS Smart TV triggers."""
|
data/homeassistant-2024.2.2/homeassistant/components/webostv/triggers/__init__.py
| 19 | 9 | 298,084 |
LOAD_CONST 1
LOAD_CONST ('Drawing',)
IMPORT_NAME drawing
IMPORT_FROM Drawing
STORE_NAME Drawing
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .drawing import Drawing
|
data/openpyxl-3.1.2/openpyxl/drawing/__init__.py
| 28 | 9 | 444,280 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME qu2cu
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE
|
from .qu2cu import *
|
data/fonttools-4.49.0/Lib/fontTools/qu2cu/__init__.py
| 22 | 9 | 334,728 |
LOAD_CONST 'qux1'
STORE_NAME data
LOAD_CONST None
RETURN_VALUE
|
data = "qux1"
|
data/ansible-core-2.16.3/test/integration/targets/module_utils/module_utils/qux1/quux.py
| 15 | 9 | 437,375 |
LOAD_CONST 'Contains third party logging applications.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Contains third party logging applications."""
|
data/spark-nlp-5.2.3/sparknlp/logging/__init__.py
| 19 | 9 | 417,950 |
LOAD_NAME max
LOAD_CONST 1
LOAD_CONST 2
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
max(1, 2)
|
data/uncompyle6-3.9.0/test/simple_source/calls/01_positional.py
| 20 | 9 | 442,116 |
LOAD_CONST 'The FleetGO component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The FleetGO component."""
|
data/homeassistant-2024.2.2/homeassistant/components/fleetgo/__init__.py
| 19 | 9 | 296,274 |
LOAD_NAME globals
CALL_FUNCTION
POP_TOP
LOAD_NAME locals
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
globals()
locals()
|
data/uncompyle6-3.9.0/test/simple_source/calls/01_fns.py
| 21 | 9 | 442,118 |
LOAD_CONST 1
LOAD_CONST ('PageClient',)
IMPORT_NAME PageClient
IMPORT_FROM PageClient
STORE_NAME PageClient
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .PageClient import PageClient
|
data/pydomo-0.3.0.10/pydomo/pages/__init__.py
| 30 | 9 | 356,212 |
LOAD_CONST 1
LOAD_CONST ('AccountClient',)
IMPORT_NAME AccountClient
IMPORT_FROM AccountClient
STORE_NAME AccountClient
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .AccountClient import AccountClient
|
data/pydomo-0.3.0.10/pydomo/accounts/__init__.py
| 30 | 9 | 356,214 |
LOAD_CONST 'Provide basic model objects.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Provide basic model objects."""
|
data/anyconfig-0.14.0/src/anyconfig/models/__init__.py
| 19 | 9 | 390,929 |
LOAD_CONST 'The supervisord component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The supervisord component."""
|
data/homeassistant-2024.2.2/homeassistant/components/supervisord/__init__.py
| 19 | 9 | 297,990 |
LOAD_CONST 'baz2'
STORE_NAME data
LOAD_CONST None
RETURN_VALUE
|
data = "baz2"
|
data/ansible-core-2.16.3/test/integration/targets/module_utils/module_utils/baz2/one.py
| 15 | 9 | 437,374 |
LOAD_CONST 'pyc file format parser.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""pyc file format parser."""
|
data/pytype-2024.2.13/pytype/pyc/__init__.py
| 19 | 9 | 353,157 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME email
STORE_NAME email
LOAD_CONST 0
LOAD_CONST ('message',)
IMPORT_NAME email
IMPORT_FROM message
STORE_NAME message
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
import email
from email import message
|
data/astroid-3.0.3/tests/testdata/python3/data/absimport.py
| 40 | 9 | 388,601 |
LOAD_CONST 'ANY'
STORE_NAME ANY
LOAD_CONST None
RETURN_VALUE
|
ANY = "ANY"
|
data/featuretools-1.29.0/featuretools/feature_discovery/type_defs.py
| 14 | 9 | 422,190 |
LOAD_CONST 'Working Directory Tests.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Working Directory Tests."""
|
data/spyder-5.5.1/spyder/plugins/workingdirectory/tests/__init__.py
| 19 | 9 | 369,669 |
LOAD_CONST 'The wsdot component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The wsdot component."""
|
data/homeassistant-2024.2.2/homeassistant/components/wsdot/__init__.py
| 19 | 9 | 297,898 |
LOAD_CONST 0
LOAD_CONST ('*',)
IMPORT_NAME odftohtml
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE
|
from odftohtml import *
|
data/odfpy-1.4.1/contrib/tracplugins/0.10/odftohtml/__init__.py
| 23 | 9 | 428,682 |
LOAD_CONST 'The rtorrent component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The rtorrent component."""
|
data/homeassistant-2024.2.2/homeassistant/components/rtorrent/__init__.py
| 19 | 9 | 296,410 |
LOAD_CONST ' Serverless Module Tests '
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
""" Serverless Module Tests """
|
data/runpod-1.6.2/tests/test_serverless/test_modules/__init__.py
| 19 | 9 | 399,676 |
LOAD_CONST 1
LOAD_CONST ('URLObject',)
IMPORT_NAME urlobject
IMPORT_FROM URLObject
STORE_NAME URLObject
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .urlobject import URLObject
|
data/URLObject-2.4.3/urlobject/__init__.py
| 30 | 9 | 395,329 |
LOAD_CONST 1
LOAD_CONST ('mod1',)
IMPORT_NAME
IMPORT_FROM mod1
STORE_NAME fake
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from . import mod1 as fake
|
data/jedi-0.19.1/test/completion/import_tree/mod2.py
| 27 | 9 | 420,975 |
LOAD_CONST 'spam2'
STORE_NAME data
LOAD_CONST None
RETURN_VALUE
|
data = "spam2"
|
data/ansible-core-2.16.3/test/integration/targets/module_utils/module_utils/spam2/ham/eggs/__init__.py
| 15 | 9 | 437,380 |
LOAD_CONST 'The sigfox component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The sigfox component."""
|
data/homeassistant-2024.2.2/homeassistant/components/sigfox/__init__.py
| 19 | 9 | 296,184 |
LOAD_CONST 0
LOAD_CONST ('models',)
IMPORT_NAME django.db
IMPORT_FROM models
STORE_NAME models
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from django.db import models
|
data/python3-openid-3.2.0/examples/djopenid/consumer/models.py
| 29 | 9 | 246,191 |
LOAD_CONST 'ClassicalFunction compiler tests.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""ClassicalFunction compiler tests."""
|
data/qiskit-terra-0.46.0/test/python/classical_function_compiler/__init__.py
| 19 | 9 | 431,655 |
LOAD_CONST 1
LOAD_CONST ('XGBoost',)
IMPORT_NAME
IMPORT_FROM XGBoost
STORE_NAME XGBoost
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from . import XGBoost
|
data/onnxmltools-1.12.0/onnxmltools/convert/xgboost/operator_converters/__init__.py
| 34 | 9 | 289,143 |
LOAD_NAME print
LOAD_CONST 'ext/noext'
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
print("ext/noext")
|
data/meson-1.3.2/test cases/windows/8 find program/test-script-ext.py
| 20 | 9 | 81,934 |
LOAD_CONST 'Virtual integration: Eastron.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Virtual integration: Eastron."""
|
data/homeassistant-2024.2.2/homeassistant/components/eastron/__init__.py
| 19 | 9 | 297,627 |
LOAD_CONST 'Virtual integration: Evergy.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Virtual integration: Evergy."""
|
data/homeassistant-2024.2.2/homeassistant/components/evergy/__init__.py
| 19 | 9 | 296,276 |
LOAD_CONST 'The pjlink component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The pjlink component."""
|
data/homeassistant-2024.2.2/homeassistant/components/pjlink/__init__.py
| 19 | 9 | 296,192 |
LOAD_CONST 1
LOAD_CONST ('*',)
IMPORT_NAME _tempita
IMPORT_STAR
LOAD_CONST None
RETURN_VALUE
|
from ._tempita import *
|
data/catboost-1.2.2/catboost_all_src/contrib/tools/cython/Cython/Tempita/__init__.py
| 22 | 9 | 177,194 |
LOAD_CONST 'Data structure for the report'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Data structure for the report"""
|
data/pandas-profiling-3.6.6/src/pandas_profiling/report/structure/__init__.py
| 19 | 9 | 305,503 |
LOAD_CONST '0.7'
STORE_NAME VERSION
LOAD_CONST None
RETURN_VALUE
|
VERSION = "0.7"
|
data/times-0.7/times/version.py
| 17 | 9 | 322,945 |
LOAD_CONST 'a.b.c'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"a.b.c"
|
data/anyconfig-0.14.0/tests/res/dicts/mk_nested_dic/10/10.py
| 19 | 9 | 390,831 |
LOAD_CONST '/a/b/c'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"/a/b/c"
|
data/anyconfig-0.14.0/tests/res/dicts/mk_nested_dic/10/20.py
| 19 | 9 | 390,832 |
LOAD_CONST 1
LOAD_CONST ('TO',)
IMPORT_NAME core
IMPORT_FROM TO
STORE_NAME TO
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .core import TO as TO
|
data/nevergrad-1.0.2/nevergrad/functions/topology_optimization/__init__.py
| 26 | 9 | 448,844 |
LOAD_CONST 'Presentation of the report'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Presentation of the report"""
|
data/pandas-profiling-3.6.6/src/pandas_profiling/report/presentation/__init__.py
| 19 | 9 | 305,443 |
BUILD_MAP
STORE_NAME _timezone_cache
LOAD_CONST None
RETURN_VALUE
|
_timezone_cache = {}
|
data/icalendar-5.0.11/src/icalendar/timezone_cache.py
| 14 | 9 | 15,823 |
LOAD_CONST '\nTops Directory\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""
Tops Directory
"""
|
data/salt-3006.6/salt/tops/__init__.py
| 20 | 9 | 98,100 |
LOAD_CONST 1
LOAD_CONST ('UserBlueprint',)
IMPORT_NAME models
IMPORT_FROM UserBlueprint
STORE_NAME UserBlueprint
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .models import UserBlueprint
|
data/datarobot-3.3.1/datarobot/models/user_blueprints/__init__.py
| 32 | 9 | 357,241 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME os
STORE_NAME os
LOAD_CONST None
RETURN_VALUE
|
import os # noqa
|
data/invoke-2.2.0/tests/_support/has_modules.py
| 18 | 9 | 194,055 |
LOAD_CONST '\nQueues Directory\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""
Queues Directory
"""
|
data/salt-3006.6/salt/queues/__init__.py
| 20 | 9 | 98,091 |
LOAD_CONST '\nStates Directory\n'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""
States Directory
"""
|
data/salt-3006.6/salt/states/__init__.py
| 20 | 9 | 98,050 |
LOAD_CONST 'baz1'
STORE_NAME data
LOAD_CONST None
RETURN_VALUE
|
data = "baz1"
|
data/ansible-core-2.16.3/test/integration/targets/module_utils/module_utils/baz1/one.py
| 15 | 9 | 437,383 |
SETUP_ANNOTATIONS
BUILD_LIST
STORE_NAME urlpatterns
LOAD_NAME list
LOAD_NAME __annotations__
LOAD_CONST 'urlpatterns'
STORE_SUBSCR
LOAD_CONST None
RETURN_VALUE
|
urlpatterns: list = []
|
data/django-axes-6.3.0/tests/urls_empty.py
| 32 | 9 | 362,937 |
LOAD_CONST 'The hikvision component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The hikvision component."""
|
data/homeassistant-2024.2.2/homeassistant/components/hikvision/__init__.py
| 19 | 9 | 297,574 |
LOAD_CONST 1
STORE_NAME j
LOAD_NAME j
LOAD_CONST 1
INPLACE_ADD
STORE_NAME j
LOAD_CONST None
RETURN_VALUE
|
j = 1
j += 1
|
data/coverage-7.4.2/tests/covmodzip1.py
| 25 | 9 | 308,430 |
LOAD_CONST 'The starlingbank component.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The starlingbank component."""
|
data/homeassistant-2024.2.2/homeassistant/components/starlingbank/__init__.py
| 19 | 9 | 296,541 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from __future__ import annotations
|
data/postgrest-0.15.0/postgrest/_sync/__init__.py
| 31 | 9 | 405,713 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from __future__ import annotations
|
data/postgrest-0.15.0/postgrest/_async/__init__.py
| 31 | 9 | 405,710 |
LOAD_CONST '[a]\n'
STORE_NAME DATA
LOAD_CONST None
RETURN_VALUE
|
DATA = "[a]\n"
|
data/anyconfig-0.14.0/tests/res/1/dumpers/toml.tomlkit/10/e/130_a_sect_wo_values.json.py
| 17 | 9 | 390,706 |
LOAD_CONST 1
LOAD_CONST ('MetadataManager',)
IMPORT_NAME core
IMPORT_FROM MetadataManager
STORE_NAME MetadataManager
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .core import MetadataManager
|
data/datadog_checks_base-36.1.0/datadog_checks/base/utils/metadata/__init__.py
| 31 | 9 | 442,834 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from __future__ import annotations
|
data/ibis_framework-8.0.0/ibis/tests/__init__.py
| 31 | 9 | 161,196 |
LOAD_CONST 'Lorem\nipsum'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Lorem
ipsum"""
|
data/anyconfig-0.14.0/tests/res/1/dumpers/python.builtin/10/e/630_str_lorem_ipsum_with_line_breaks.json.py
| 20 | 9 | 390,712 |
LOAD_CONST 'Collection of Cuban numbers.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Collection of Cuban numbers."""
|
data/python-stdnum-1.19/stdnum/cu/__init__.py
| 19 | 9 | 417,717 |
LOAD_CONST 0
LOAD_CONST None
IMPORT_NAME some_package.SomeModule
STORE_NAME some_package
LOAD_CONST None
RETURN_VALUE
|
import some_package.SomeModule
|
data/Nuitka-2.0.3/tests/programs/package_code/PackageInitCodeMain.py
| 25 | 9 | 148,249 |
LOAD_CONST 0
LOAD_CONST ('models',)
IMPORT_NAME django.db
IMPORT_FROM models
STORE_NAME models
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from django.db import models
|
data/python-openid-2.2.5/examples/djopenid/server/models.py
| 29 | 9 | 84,460 |
LOAD_CONST 0
LOAD_CONST ('annotations',)
IMPORT_NAME __future__
IMPORT_FROM annotations
STORE_NAME annotations
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from __future__ import annotations
|
data/ocrmypdf-16.1.1/src/ocrmypdf/_pipelines/__init__.py
| 31 | 9 | 136,266 |
LOAD_CONST 'The pgen2 package.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""The pgen2 package."""
|
data/yapf-0.40.2/third_party/yapf_third_party/_ylib2to3/pgen2/__init__.py
| 19 | 9 | 80,111 |
LOAD_NAME print
LOAD_CONST 'Doing something else.'
CALL_FUNCTION
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
print("Doing something else.")
|
data/meson-1.3.2/test cases/failing/68 override used/other.py
| 20 | 9 | 82,096 |
LOAD_CONST 'Error analysis _internal namespace.'
STORE_NAME __doc__
LOAD_CONST None
RETURN_VALUE
|
"""Error analysis _internal namespace."""
|
data/erroranalysis-0.5.3/erroranalysis/_internal/__init__.py
| 19 | 9 | 307,597 |
LOAD_NAME tuple
CALL_FUNCTION
STORE_NAME _instruments
LOAD_CONST None
RETURN_VALUE
|
_instruments = tuple()
|
data/opentelemetry_instrumentation_aws_lambda-0.43b0/src/opentelemetry/instrumentation/aws_lambda/package.py
| 16 | 9 | 386,275 |
LOAD_CONST 1
LOAD_CONST ('lupdate',)
IMPORT_NAME lupdate
IMPORT_FROM lupdate
STORE_NAME lupdate
POP_TOP
LOAD_CONST None
RETURN_VALUE
|
from .lupdate import lupdate
|
data/PyQt6-6.6.1/lupdate/__init__.py
| 30 | 9 | 209,903 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.