repo_name stringlengths 5 76 | fname listlengths 1 6 | context stringlengths 15 1.47k | question stringlengths 31 95 | answer stringlengths 1 358 | full_len int64 58 256 |
|---|---|---|---|---|---|
10sr/webtools | [
"repos/10sr/webtools/webtools/urls.py"
] | from typing import List , Any
import typing
[docstring]
from django . contrib import admin
from django . urls import include , path
from django . views . generic . base import RedirectView
_path = [string]
urlpatterns = [ path ( [string] , RedirectView . as_view ( url = f" [string] { _path } [string] " ) ) , p... | What is the type of variable urlpatterns? | typing.List[typing.Any] | 238 |
10sr/webtools | [
"repos/10sr/webtools/webtools/wsgi.py"
] | from typing import Any
import typing
[docstring]
import os
from django . core . wsgi import get_wsgi_application
os . environ . setdefault ( [string] , [string] )
application = get_wsgi_application ( )
| What is the type of variable application? | typing.Any | 105 |
10sr/webtools | [
"repos/10sr/webtools/webtools/rootapp/views.py"
] | from typing import List , Any
import django
import typing
[docstring]
from django . conf import settings
from django . http import ( HttpRequest , HttpResponse , HttpResponseBadRequest , HttpResponseNotFound , HttpResponseRedirect , )
from django . template import loader
from django . utils . html import format... | What is the type of variable app_paths? | typing.List[builtins.str] | 230 |
10sr/webtools | [
"repos/10sr/webtools/webtools/rootapp/views.py"
] | from typing import List , Any
import django
import typing
[docstring]
from django . conf import settings
from django . http import ( HttpRequest , HttpResponse , HttpResponseBadRequest , HttpResponseNotFound , HttpResponseRedirect , )
from django . template import loader
from django . utils . html import format... | What is the type of variable index? | django.http.HttpResponse | 226 |
10sr/webtools | [
"repos/10sr/webtools/webtools/rootapp/apps.py",
"repos/10sr/webtools/webtools/rootapp/urls.py"
] | [docstring]
from django . apps import AppConfig
class RootappConfig ( AppConfig ) : [comment]
[docstring]
name = [string]
label = [string]
from typing import List , Any
import typing
[docstring]
from django . urls import path
from django . views . generic . base import RedirectView
from . import view... | What is the type of variable name? | builtins.str | 170 |
10sr/webtools | [
"repos/10sr/webtools/webtools/rootapp/apps.py",
"repos/10sr/webtools/webtools/rootapp/urls.py"
] | [docstring]
from django . apps import AppConfig
class RootappConfig ( AppConfig ) : [comment]
[docstring]
name = [string]
label = [string]
from typing import List , Any
import typing
[docstring]
from django . urls import path
from django . views . generic . base import RedirectView
from . import view... | What is the type of variable label? | builtins.str | 170 |
10sr/webtools | [
"repos/10sr/webtools/webtools/rootapp/apps.py",
"repos/10sr/webtools/webtools/rootapp/urls.py"
] | [docstring]
from django . apps import AppConfig
class RootappConfig ( AppConfig ) : [comment]
[docstring]
name = [string]
label = [string]
from typing import List , Any
import typing
[docstring]
from django . urls import path
from django . views . generic . base import RedirectView
from . import view... | What is the type of variable app_name? | builtins.str | 171 |
10sr/webtools | [
"repos/10sr/webtools/webtools/rootapp/apps.py",
"repos/10sr/webtools/webtools/rootapp/urls.py"
] | [docstring]
from django . apps import AppConfig
class RootappConfig ( AppConfig ) : [comment]
[docstring]
name = [string]
label = [string]
from typing import List , Any
import typing
[docstring]
from django . urls import path
from django . views . generic . base import RedirectView
from . import view... | What is the type of variable urlpatterns? | typing.List[typing.Any] | 173 |
1346520853/- | [
"repos/1346520853/-/tests/data/packages/symlinks/setup.py",
"repos/1346520853/-/tests/data/src/simplewheel-1.0/simplewheel/__init__.py",
"repos/1346520853/-/tests/data/src/simplewheel-2.0/simplewheel/__init__.py",
"repos/1346520853/-/tests/data/src/sample/sample/__init__.py"
] | from setuptools import setup
version = [string]
setup ( name = [string] , version = version , packages = [ [string] ] , )
__version__ = [string]
__version__ = [string]
__version__ = [string]
def main ( ) :
[docstring]
print ( [string] )
| What is the type of variable version? | builtins.str | 127 |
1346520853/- | [
"repos/1346520853/-/tests/data/packages/symlinks/setup.py",
"repos/1346520853/-/tests/data/src/simplewheel-1.0/simplewheel/__init__.py",
"repos/1346520853/-/tests/data/src/simplewheel-2.0/simplewheel/__init__.py",
"repos/1346520853/-/tests/data/src/sample/sample/__init__.py"
] | from setuptools import setup
version = [string]
setup ( name = [string] , version = version , packages = [ [string] ] , )
__version__ = [string]
__version__ = [string]
__version__ = [string]
def main ( ) :
[docstring]
print ( [string] )
| What is the type of variable __version__? | builtins.str | 129 |
1346520853/- | [
"repos/1346520853/-/tests/data/packages/symlinks/setup.py",
"repos/1346520853/-/tests/data/src/simplewheel-1.0/simplewheel/__init__.py",
"repos/1346520853/-/tests/data/src/simplewheel-2.0/simplewheel/__init__.py",
"repos/1346520853/-/tests/data/src/sample/sample/__init__.py"
] | from setuptools import setup
version = [string]
setup ( name = [string] , version = version , packages = [ [string] ] , )
__version__ = [string]
__version__ = [string]
__version__ = [string]
def main ( ) :
[docstring]
print ( [string] )
| What is the type of variable __version__? | builtins.str | 129 |
1346520853/- | [
"repos/1346520853/-/tests/data/packages/symlinks/setup.py",
"repos/1346520853/-/tests/data/src/simplewheel-1.0/simplewheel/__init__.py",
"repos/1346520853/-/tests/data/src/simplewheel-2.0/simplewheel/__init__.py",
"repos/1346520853/-/tests/data/src/sample/sample/__init__.py"
] | from setuptools import setup
version = [string]
setup ( name = [string] , version = version , packages = [ [string] ] , )
__version__ = [string]
__version__ = [string]
__version__ = [string]
def main ( ) :
[docstring]
print ( [string] )
| What is the type of variable __version__? | builtins.str | 129 |
1346520853/- | [
"repos/1346520853/-/src/pip/__init__.py"
] | __version__ = [string]
| What is the type of variable __version__? | builtins.str | 62 |
1346520853/- | [
"repos/1346520853/-/src/pip/_internal/cli/status_codes.py",
"repos/1346520853/-/src/pip/_internal/utils/setuptools_build.py",
"repos/1346520853/-/src/pip/_internal/utils/typing.py"
] | from __future__ import absolute_import
SUCCESS = [number]
ERROR = [number]
UNKNOWN_ERROR = [number]
VIRTUALENV_NOT_FOUND = [number]
PREVIOUS_BUILD_DIR_ERROR = [number]
NO_MATCHES_FOUND = [number]
[comment]
SETUPTOOLS_SHIM = ( [string] [string] [string] [string] [string] )
[docstring]
MYPY_CHECK_RUNNING = ... | What is the type of variable SUCCESS? | builtins.int | 153 |
1346520853/- | [
"repos/1346520853/-/src/pip/_internal/cli/status_codes.py",
"repos/1346520853/-/src/pip/_internal/utils/setuptools_build.py",
"repos/1346520853/-/src/pip/_internal/utils/typing.py"
] | from __future__ import absolute_import
SUCCESS = [number]
ERROR = [number]
UNKNOWN_ERROR = [number]
VIRTUALENV_NOT_FOUND = [number]
PREVIOUS_BUILD_DIR_ERROR = [number]
NO_MATCHES_FOUND = [number]
[comment]
SETUPTOOLS_SHIM = ( [string] [string] [string] [string] [string] )
[docstring]
MYPY_CHECK_RUNNING = ... | What is the type of variable ERROR? | builtins.int | 153 |
1346520853/- | [
"repos/1346520853/-/src/pip/_internal/cli/status_codes.py",
"repos/1346520853/-/src/pip/_internal/utils/setuptools_build.py",
"repos/1346520853/-/src/pip/_internal/utils/typing.py"
] | from __future__ import absolute_import
SUCCESS = [number]
ERROR = [number]
UNKNOWN_ERROR = [number]
VIRTUALENV_NOT_FOUND = [number]
PREVIOUS_BUILD_DIR_ERROR = [number]
NO_MATCHES_FOUND = [number]
[comment]
SETUPTOOLS_SHIM = ( [string] [string] [string] [string] [string] )
[docstring]
MYPY_CHECK_RUNNING = ... | What is the type of variable UNKNOWN_ERROR? | builtins.int | 154 |
1346520853/- | [
"repos/1346520853/-/src/pip/_internal/cli/status_codes.py",
"repos/1346520853/-/src/pip/_internal/utils/setuptools_build.py",
"repos/1346520853/-/src/pip/_internal/utils/typing.py"
] | from __future__ import absolute_import
SUCCESS = [number]
ERROR = [number]
UNKNOWN_ERROR = [number]
VIRTUALENV_NOT_FOUND = [number]
PREVIOUS_BUILD_DIR_ERROR = [number]
NO_MATCHES_FOUND = [number]
[comment]
SETUPTOOLS_SHIM = ( [string] [string] [string] [string] [string] )
[docstring]
MYPY_CHECK_RUNNING = ... | What is the type of variable VIRTUALENV_NOT_FOUND? | builtins.int | 159 |
1346520853/- | [
"repos/1346520853/-/src/pip/_internal/cli/status_codes.py",
"repos/1346520853/-/src/pip/_internal/utils/setuptools_build.py",
"repos/1346520853/-/src/pip/_internal/utils/typing.py"
] | from __future__ import absolute_import
SUCCESS = [number]
ERROR = [number]
UNKNOWN_ERROR = [number]
VIRTUALENV_NOT_FOUND = [number]
PREVIOUS_BUILD_DIR_ERROR = [number]
NO_MATCHES_FOUND = [number]
[comment]
SETUPTOOLS_SHIM = ( [string] [string] [string] [string] [string] )
[docstring]
MYPY_CHECK_RUNNING = ... | What is the type of variable PREVIOUS_BUILD_DIR_ERROR? | builtins.int | 157 |
1346520853/- | [
"repos/1346520853/-/src/pip/_internal/cli/status_codes.py",
"repos/1346520853/-/src/pip/_internal/utils/setuptools_build.py",
"repos/1346520853/-/src/pip/_internal/utils/typing.py"
] | from __future__ import absolute_import
SUCCESS = [number]
ERROR = [number]
UNKNOWN_ERROR = [number]
VIRTUALENV_NOT_FOUND = [number]
PREVIOUS_BUILD_DIR_ERROR = [number]
NO_MATCHES_FOUND = [number]
[comment]
SETUPTOOLS_SHIM = ( [string] [string] [string] [string] [string] )
[docstring]
MYPY_CHECK_RUNNING = ... | What is the type of variable NO_MATCHES_FOUND? | builtins.int | 156 |
1346520853/- | [
"repos/1346520853/-/src/pip/_internal/cli/status_codes.py",
"repos/1346520853/-/src/pip/_internal/utils/setuptools_build.py",
"repos/1346520853/-/src/pip/_internal/utils/typing.py"
] | from __future__ import absolute_import
SUCCESS = [number]
ERROR = [number]
UNKNOWN_ERROR = [number]
VIRTUALENV_NOT_FOUND = [number]
PREVIOUS_BUILD_DIR_ERROR = [number]
NO_MATCHES_FOUND = [number]
[comment]
SETUPTOOLS_SHIM = ( [string] [string] [string] [string] [string] )
[docstring]
MYPY_CHECK_RUNNING = ... | What is the type of variable SETUPTOOLS_SHIM? | builtins.str | 159 |
1346520853/- | [
"repos/1346520853/-/src/pip/_internal/cli/status_codes.py",
"repos/1346520853/-/src/pip/_internal/utils/setuptools_build.py",
"repos/1346520853/-/src/pip/_internal/utils/typing.py"
] | from __future__ import absolute_import
SUCCESS = [number]
ERROR = [number]
UNKNOWN_ERROR = [number]
VIRTUALENV_NOT_FOUND = [number]
PREVIOUS_BUILD_DIR_ERROR = [number]
NO_MATCHES_FOUND = [number]
[comment]
SETUPTOOLS_SHIM = ( [string] [string] [string] [string] [string] )
[docstring]
MYPY_CHECK_RUNNING = ... | What is the type of variable MYPY_CHECK_RUNNING? | builtins.bool | 157 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/chardet/compat.py"
] | [comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
from typing import Type , Tuple
import typing
import sys
if sys . version_info < ( [number] , ... | What is the type of variable PY2? | builtins.bool | 214 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/chardet/compat.py"
] | [comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
from typing import Type , Tuple
import typing
import sys
if sys . version_info < ( [number] , ... | What is the type of variable PY3? | builtins.bool | 214 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/chardet/compat.py"
] | [comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
from typing import Type , Tuple
import typing
import sys
if sys . version_info < ( [number] , ... | What is the type of variable base_str? | typing.Tuple[typing.Type[builtins.bytes],typing.Type[builtins.str]] | 229 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/chardet/compat.py"
] | [comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
from typing import Type , Tuple
import typing
import sys
if sys . version_info < ( [number] , ... | What is the type of variable text_type? | typing.Type[builtins.str] | 218 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/urllib3/packages/__init__.py",
"repos/1346520853/-/src/pip/_vendor/requests/hooks.py"
] | from typing import Tuple
import typing
from __future__ import absolute_import
from . import ssl_match_hostname
__all__ = ( [string] , )
[comment]
from typing import Any , List
import typing
[docstring]
HOOKS = [ [string] ]
def default_hooks ( ) :
return { event : [ ] for event in HOOKS }
[comment]
... | What is the type of variable __all__? | typing.Tuple[builtins.str] | 242 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/urllib3/packages/__init__.py",
"repos/1346520853/-/src/pip/_vendor/requests/hooks.py"
] | from typing import Tuple
import typing
from __future__ import absolute_import
from . import ssl_match_hostname
__all__ = ( [string] , )
[comment]
from typing import Any , List
import typing
[docstring]
HOOKS = [ [string] ]
def default_hooks ( ) :
return { event : [ ] for event in HOOKS }
[comment]
... | What is the type of variable HOOKS? | typing.List[builtins.str] | 241 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __title__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __description__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __url__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __version__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __build__? | builtins.int | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __author__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __author_email__? | builtins.str | 162 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __license__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __copyright__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __cake__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/requests/__version__.py",
"repos/1346520853/-/src/pip/_vendor/certifi/__init__.py"
] | [comment]
[comment]
[comment]
__title__ = [string]
__description__ = [string]
__url__ = [string]
__version__ = [string]
__build__ = [number]
__author__ = [string]
__author_email__ = [string]
__license__ = [string]
__copyright__ = [string]
__cake__ = [string]
from . core import where
__version__ = [stri... | What is the type of variable __version__? | builtins.str | 161 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/idna/package_data.py",
"repos/1346520853/-/src/pip/_vendor/cachecontrol/__init__.py",
"repos/1346520853/-/src/pip/_vendor/colorama/__init__.py"
] | __version__ = [string]
[docstring]
__author__ = [string]
__email__ = [string]
__version__ = [string]
from . wrapper import CacheControl
from . adapter import CacheControlAdapter
from . controller import CacheController
[comment]
from . initialise import init , deinit , reinit , colorama_text
from . ansi i... | What is the type of variable __version__? | builtins.str | 167 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/idna/package_data.py",
"repos/1346520853/-/src/pip/_vendor/cachecontrol/__init__.py",
"repos/1346520853/-/src/pip/_vendor/colorama/__init__.py"
] | __version__ = [string]
[docstring]
__author__ = [string]
__email__ = [string]
__version__ = [string]
from . wrapper import CacheControl
from . adapter import CacheControlAdapter
from . controller import CacheController
[comment]
from . initialise import init , deinit , reinit , colorama_text
from . ansi i... | What is the type of variable __author__? | builtins.str | 167 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/idna/package_data.py",
"repos/1346520853/-/src/pip/_vendor/cachecontrol/__init__.py",
"repos/1346520853/-/src/pip/_vendor/colorama/__init__.py"
] | __version__ = [string]
[docstring]
__author__ = [string]
__email__ = [string]
__version__ = [string]
from . wrapper import CacheControl
from . adapter import CacheControlAdapter
from . controller import CacheController
[comment]
from . initialise import init , deinit , reinit , colorama_text
from . ansi i... | What is the type of variable __email__? | builtins.str | 167 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/idna/package_data.py",
"repos/1346520853/-/src/pip/_vendor/cachecontrol/__init__.py",
"repos/1346520853/-/src/pip/_vendor/colorama/__init__.py"
] | __version__ = [string]
[docstring]
__author__ = [string]
__email__ = [string]
__version__ = [string]
from . wrapper import CacheControl
from . adapter import CacheControlAdapter
from . controller import CacheController
[comment]
from . initialise import init , deinit , reinit , colorama_text
from . ansi i... | What is the type of variable __version__? | builtins.str | 167 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/idna/package_data.py",
"repos/1346520853/-/src/pip/_vendor/cachecontrol/__init__.py",
"repos/1346520853/-/src/pip/_vendor/colorama/__init__.py"
] | __version__ = [string]
[docstring]
__author__ = [string]
__email__ = [string]
__version__ = [string]
from . wrapper import CacheControl
from . adapter import CacheControlAdapter
from . controller import CacheController
[comment]
from . initialise import init , deinit , reinit , colorama_text
from . ansi i... | What is the type of variable __version__? | builtins.str | 167 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/html5lib/_trie/__init__.py",
"repos/1346520853/-/src/pip/_vendor/msgpack/_version.py",
"repos/1346520853/-/src/pip/_vendor/pep517/__init__.py"
] | from typing import Type
import typing
import src
from __future__ import absolute_import , division , unicode_literals
from . py import Trie as PyTrie
Trie = PyTrie
[comment]
try :
from . datrie import Trie as DATrie
except ImportError :
pass
else :
Trie = DATrie
[comment]
from typing import Tuple
imp... | What is the type of variable Trie? | typing.Type[src.pip._vendor.html5lib._trie.py.Trie] | 180 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/html5lib/_trie/__init__.py",
"repos/1346520853/-/src/pip/_vendor/msgpack/_version.py",
"repos/1346520853/-/src/pip/_vendor/pep517/__init__.py"
] | from typing import Type
import typing
import src
from __future__ import absolute_import , division , unicode_literals
from . py import Trie as PyTrie
Trie = PyTrie
[comment]
try :
from . datrie import Trie as DATrie
except ImportError :
pass
else :
Trie = DATrie
[comment]
from typing import Tuple
imp... | What is the type of variable version? | typing.Tuple[builtins.int,builtins.int,builtins.int] | 180 |
1346520853/- | [
"repos/1346520853/-/src/pip/_vendor/html5lib/_trie/__init__.py",
"repos/1346520853/-/src/pip/_vendor/msgpack/_version.py",
"repos/1346520853/-/src/pip/_vendor/pep517/__init__.py"
] | from typing import Type
import typing
import src
from __future__ import absolute_import , division , unicode_literals
from . py import Trie as PyTrie
Trie = PyTrie
[comment]
try :
from . datrie import Trie as DATrie
except ImportError :
pass
else :
Trie = DATrie
[comment]
from typing import Tuple
imp... | What is the type of variable __version__? | builtins.str | 169 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/version.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/confirmation/settings.py"
] | ZULIP_VERSION = [string]
LATEST_MAJOR_VERSION = [string]
LATEST_RELEASE_VERSION = [string]
LATEST_RELEASE_ANNOUNCEMENT = [string]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
PROVISION_VERSION = [string]
[comment]
[comment]
from typing import Any , Dict
__revision__ = [string]
STAT... | What is the type of variable ZULIP_VERSION? | builtins.str | 156 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/version.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/confirmation/settings.py"
] | ZULIP_VERSION = [string]
LATEST_MAJOR_VERSION = [string]
LATEST_RELEASE_VERSION = [string]
LATEST_RELEASE_ANNOUNCEMENT = [string]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
PROVISION_VERSION = [string]
[comment]
[comment]
from typing import Any , Dict
__revision__ = [string]
STAT... | What is the type of variable LATEST_MAJOR_VERSION? | builtins.str | 156 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/version.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/confirmation/settings.py"
] | ZULIP_VERSION = [string]
LATEST_MAJOR_VERSION = [string]
LATEST_RELEASE_VERSION = [string]
LATEST_RELEASE_ANNOUNCEMENT = [string]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
PROVISION_VERSION = [string]
[comment]
[comment]
from typing import Any , Dict
__revision__ = [string]
STAT... | What is the type of variable LATEST_RELEASE_VERSION? | builtins.str | 156 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/version.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/confirmation/settings.py"
] | ZULIP_VERSION = [string]
LATEST_MAJOR_VERSION = [string]
LATEST_RELEASE_VERSION = [string]
LATEST_RELEASE_ANNOUNCEMENT = [string]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
PROVISION_VERSION = [string]
[comment]
[comment]
from typing import Any , Dict
__revision__ = [string]
STAT... | What is the type of variable LATEST_RELEASE_ANNOUNCEMENT? | builtins.str | 159 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/version.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/confirmation/settings.py"
] | ZULIP_VERSION = [string]
LATEST_MAJOR_VERSION = [string]
LATEST_RELEASE_VERSION = [string]
LATEST_RELEASE_ANNOUNCEMENT = [string]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
PROVISION_VERSION = [string]
[comment]
[comment]
from typing import Any , Dict
__revision__ = [string]
STAT... | What is the type of variable PROVISION_VERSION? | builtins.str | 155 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/version.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/confirmation/settings.py"
] | ZULIP_VERSION = [string]
LATEST_MAJOR_VERSION = [string]
LATEST_RELEASE_VERSION = [string]
LATEST_RELEASE_ANNOUNCEMENT = [string]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
PROVISION_VERSION = [string]
[comment]
[comment]
from typing import Any , Dict
__revision__ = [string]
STAT... | What is the type of variable __revision__? | builtins.str | 155 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/version.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/confirmation/settings.py"
] | ZULIP_VERSION = [string]
LATEST_MAJOR_VERSION = [string]
LATEST_RELEASE_VERSION = [string]
LATEST_RELEASE_ANNOUNCEMENT = [string]
[comment]
[comment]
[comment]
[comment]
[comment]
[comment]
PROVISION_VERSION = [string]
[comment]
[comment]
from typing import Any , Dict
__revision__ = [string]
STAT... | What is the type of variable STATUS_ACTIVE? | builtins.int | 154 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/tools/linter_lib/exclude.py"
] | [comment]
from typing import List
import typing
EXCLUDED_FILES = [ [string] , [string] , [string] , [string] , [string] , [string] , [string] , [string] , [string] , [string] , [string] , ]
PUPPET_CHECK_RULES_TO_EXCLUDE = [ [string] , [string] , ]
| What is the type of variable EXCLUDED_FILES? | typing.List[builtins.str] | 142 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/tools/linter_lib/exclude.py"
] | [comment]
from typing import List
import typing
EXCLUDED_FILES = [ [string] , [string] , [string] , [string] , [string] , [string] , [string] , [string] , [string] , [string] , [string] , ]
PUPPET_CHECK_RULES_TO_EXCLUDE = [ [string] , [string] , ]
| What is the type of variable PUPPET_CHECK_RULES_TO_EXCLUDE? | typing.List[builtins.str] | 148 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zproject/legacy_urls.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/__init__.py"
] | from typing import Any , List
import typing
from django . conf . urls import url
import zerver . views
import zerver . views . streams
import zerver . views . auth
import zerver . views . tutorial
import zerver . views . report
[comment]
legacy_urls = [ url ( [string] , zerver . views . streams . json_stream... | What is the type of variable legacy_urls? | typing.List[typing.Any] | 153 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zproject/legacy_urls.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/__init__.py"
] | from typing import Any , List
import typing
from django . conf . urls import url
import zerver . views
import zerver . views . streams
import zerver . views . auth
import zerver . views . tutorial
import zerver . views . report
[comment]
legacy_urls = [ url ( [string] , zerver . views . streams . json_stream... | What is the type of variable default_app_config? | builtins.str | 151 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/intercom/tests.py"
] | import builtins
from zerver . lib . test_classes import WebhookTestCase
class IntercomWebHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_user_created_message ( self ) :
expected_topic = [string]
expected_message = ( [string] [string] [string]... | What is the type of variable STREAM_NAME? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/intercom/tests.py"
] | import builtins
from zerver . lib . test_classes import WebhookTestCase
class IntercomWebHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_user_created_message ( self ) :
expected_topic = [string]
expected_message = ( [string] [string] [string]... | What is the type of variable URL_TEMPLATE? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/intercom/tests.py"
] | import builtins
from zerver . lib . test_classes import WebhookTestCase
class IntercomWebHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_user_created_message ( self ) :
expected_topic = [string]
expected_message = ( [string] [string] [string]... | What is the type of variable FIXTURE_DIR_NAME? | builtins.str | 202 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/intercom/tests.py"
] | import builtins
from zerver . lib . test_classes import WebhookTestCase
class IntercomWebHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_user_created_message ( self ) :
expected_topic = [string]
expected_message = ( [string] [string] [string]... | What is the type of variable test_user_created_message? | None | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/intercom/tests.py"
] | import builtins
from zerver . lib . test_classes import WebhookTestCase
class IntercomWebHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_user_created_message ( self ) :
expected_topic = [string]
expected_message = ( [string] [string] [string]... | What is the type of variable expected_topic? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/intercom/tests.py"
] | import builtins
from zerver . lib . test_classes import WebhookTestCase
class IntercomWebHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_user_created_message ( self ) :
expected_topic = [string]
expected_message = ( [string] [string] [string]... | What is the type of variable expected_message? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/intercom/tests.py"
] | import builtins
from zerver . lib . test_classes import WebhookTestCase
class IntercomWebHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_user_created_message ( self ) :
expected_topic = [string]
expected_message = ( [string] [string] [string]... | What is the type of variable get_body? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/intercom/tests.py"
] | import builtins
from zerver . lib . test_classes import WebhookTestCase
class IntercomWebHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_user_created_message ( self ) :
expected_topic = [string]
expected_message = ( [string] [string] [string]... | What is the type of variable fixture_name? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/dropbox/view.py"
] | import zerver
import django
from django . http import HttpRequest , HttpResponse
from zerver . lib . response import json_success
from zerver . lib . webhooks . common import check_send_webhook_message
from zerver . decorator import REQ , has_request_variables , api_key_only_webhook_view
from zerver . models impo... | What is the type of variable api_dropbox_webhook? | django.http.HttpResponse | 230 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/crashlytics/tests.py"
] | [comment]
from zerver . lib . test_classes import WebhookTestCase
class CrashlyticsHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_crashlytics_verification_message ( self ) :
expected_topic = [string]
expected_message = [string]
self . send_... | What is the type of variable STREAM_NAME? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/crashlytics/tests.py"
] | [comment]
from zerver . lib . test_classes import WebhookTestCase
class CrashlyticsHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_crashlytics_verification_message ( self ) :
expected_topic = [string]
expected_message = [string]
self . send_... | What is the type of variable URL_TEMPLATE? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/crashlytics/tests.py"
] | [comment]
from zerver . lib . test_classes import WebhookTestCase
class CrashlyticsHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_crashlytics_verification_message ( self ) :
expected_topic = [string]
expected_message = [string]
self . send_... | What is the type of variable FIXTURE_DIR_NAME? | builtins.str | 202 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/crashlytics/tests.py"
] | [comment]
from zerver . lib . test_classes import WebhookTestCase
class CrashlyticsHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_crashlytics_verification_message ( self ) :
expected_topic = [string]
expected_message = [string]
self . send_... | What is the type of variable test_crashlytics_verification_message? | None | 203 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/crashlytics/tests.py"
] | [comment]
from zerver . lib . test_classes import WebhookTestCase
class CrashlyticsHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_crashlytics_verification_message ( self ) :
expected_topic = [string]
expected_message = [string]
self . send_... | What is the type of variable expected_topic? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/crashlytics/tests.py"
] | [comment]
from zerver . lib . test_classes import WebhookTestCase
class CrashlyticsHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_crashlytics_verification_message ( self ) :
expected_topic = [string]
expected_message = [string]
self . send_... | What is the type of variable expected_message? | builtins.str | 200 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/webhooks/crashlytics/tests.py"
] | [comment]
from zerver . lib . test_classes import WebhookTestCase
class CrashlyticsHookTests ( WebhookTestCase ) :
STREAM_NAME = [string]
URL_TEMPLATE = [string]
FIXTURE_DIR_NAME = [string]
def test_crashlytics_verification_message ( self ) :
expected_topic = [string]
expected_message = [string]
self . send_... | What is the type of variable test_crashlytics_build_in_success_status? | None | 205 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/print_email_delivery_backlog.py"
] |
from typing import Any
import typing
[docstring]
from datetime import timedelta
from typing import Any
from django . core . management . base import BaseCommand
from django . utils . timezone import now as timezone_now
from zerver . models import ScheduledEmail
class Command ( BaseCommand ) :
help = [str... | What is the type of variable help? | builtins.str | 169 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/print_email_delivery_backlog.py"
] |
from typing import Any
import typing
[docstring]
from datetime import timedelta
from typing import Any
from django . core . management . base import BaseCommand
from django . utils . timezone import now as timezone_now
from zerver . models import ScheduledEmail
class Command ( BaseCommand ) :
help = [str... | What is the type of variable handle? | None | 167 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/print_email_delivery_backlog.py"
] |
from typing import Any
import typing
[docstring]
from datetime import timedelta
from typing import Any
from django . core . management . base import BaseCommand
from django . utils . timezone import now as timezone_now
from zerver . models import ScheduledEmail
class Command ( BaseCommand ) :
help = [str... | What is the type of variable args? | typing.Any | 168 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/print_email_delivery_backlog.py"
] |
from typing import Any
import typing
[docstring]
from datetime import timedelta
from typing import Any
from django . core . management . base import BaseCommand
from django . utils . timezone import now as timezone_now
from zerver . models import ScheduledEmail
class Command ( BaseCommand ) :
help = [str... | What is the type of variable options? | typing.Any | 168 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/fill_memcached_caches.py"
] |
from typing import Any
import argparse
import builtins
import typing
from argparse import ArgumentParser
from typing import Any
from django . core . management . base import BaseCommand
from zerver . lib . cache_helpers import cache_fillers , fill_remote_cache
class Command ( BaseCommand ) :
def add_argume... | What is the type of variable add_arguments? | None | 208 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/fill_memcached_caches.py"
] |
from typing import Any
import argparse
import builtins
import typing
from argparse import ArgumentParser
from typing import Any
from django . core . management . base import BaseCommand
from zerver . lib . cache_helpers import cache_fillers , fill_remote_cache
class Command ( BaseCommand ) :
def add_argume... | What is the type of variable parser? | argparse.ArgumentParser | 209 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/fill_memcached_caches.py"
] |
from typing import Any
import argparse
import builtins
import typing
from argparse import ArgumentParser
from typing import Any
from django . core . management . base import BaseCommand
from zerver . lib . cache_helpers import cache_fillers , fill_remote_cache
class Command ( BaseCommand ) :
def add_argume... | What is the type of variable handle? | None | 207 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/fill_memcached_caches.py"
] |
from typing import Any
import argparse
import builtins
import typing
from argparse import ArgumentParser
from typing import Any
from django . core . management . base import BaseCommand
from zerver . lib . cache_helpers import cache_fillers , fill_remote_cache
class Command ( BaseCommand ) :
def add_argume... | What is the type of variable args? | typing.Any | 208 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/management/commands/fill_memcached_caches.py"
] |
from typing import Any
import argparse
import builtins
import typing
from argparse import ArgumentParser
from typing import Any
from django . core . management . base import BaseCommand
from zerver . lib . cache_helpers import cache_fillers , fill_remote_cache
class Command ( BaseCommand ) :
def add_argume... | What is the type of variable options? | builtins.str | 209 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0136_remove_userprofile_quota.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from __future__ import unicode_literals
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [st... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 146 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0103_remove_userprofile_muted_topics.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0179_rename_to_digest_emails_enabled.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [string] , ) , ]
[comment]
[comment]
from... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 228 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0103_remove_userprofile_muted_topics.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0179_rename_to_digest_emails_enabled.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [string] , ) , ]
[comment]
[comment]
from... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 228 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0071_rename_realmalias_to_realmdomain.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0144_remove_realm_create_generic_bot_by_admins_only.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RenameModel ( old_name = [string] , new_name = [string] , ) , ]
[comment]
[comment]
fr... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 221 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0071_rename_realmalias_to_realmdomain.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0144_remove_realm_create_generic_bot_by_admins_only.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RenameModel ( old_name = [string] , new_name = [string] , ) , ]
[comment]
[comment]
fr... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 221 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0163_remove_userprofile_default_desktop_notifications.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0176_remove_subscription_notifications.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from __future__ import unicode_literals
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [st... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 228 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0163_remove_userprofile_default_desktop_notifications.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0176_remove_subscription_notifications.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from __future__ import unicode_literals
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [st... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 228 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0068_remove_realm_domain.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0036_rename_subdomain_to_string_id.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [string] , ) , ]
[comment]
from typing im... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 218 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0068_remove_realm_domain.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0036_rename_subdomain_to_string_id.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [string] , ) , ]
[comment]
from typing im... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 218 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0178_rename_to_emails_restricted_to_domains.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0112_index_muted_topics.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from __future__ import unicode_literals
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RenameField ( model_name = [string] , old_name =... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 221 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0178_rename_to_emails_restricted_to_domains.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0112_index_muted_topics.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from __future__ import unicode_literals
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RenameField ( model_name = [string] , old_name =... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 221 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0129_remove_userprofile_autoscroll_forever.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0122_rename_botuserstatedata_botstoragedata.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from __future__ import unicode_literals
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [st... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 229 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0129_remove_userprofile_autoscroll_forever.py",
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0122_rename_botuserstatedata_botstoragedata.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from __future__ import unicode_literals
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RemoveField ( model_name = [string] , name = [st... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 229 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/migrations/0133_rename_botuserconfigdata_botconfigdata.py"
] | [comment]
[comment]
from typing import Tuple , List
import typing
from __future__ import unicode_literals
from django . db import migrations
class Migration ( migrations . Migration ) :
dependencies = [ ( [string] , [string] ) , ]
operations = [ migrations . RenameModel ( old_name = [string] , new_name = [... | What is the type of variable dependencies? | typing.List[typing.Tuple[builtins.str,builtins.str]] | 147 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/lib/str_utils.py"
] | from typing import Union , TypeVar
import builtins
import typing
[docstring]
from typing import Any , Dict , Mapping , Union , TypeVar
NonBinaryStr = TypeVar ( [string] , str , str )
[comment]
def force_text ( s , encoding = [string] ) :
[docstring]
if isinstance ( s , str ) :
return s
elif isinstance ( s... | What is the type of variable force_text? | builtins.str | 242 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/lib/str_utils.py"
] | from typing import Union , TypeVar
import builtins
import typing
[docstring]
from typing import Any , Dict , Mapping , Union , TypeVar
NonBinaryStr = TypeVar ( [string] , str , str )
[comment]
def force_text ( s , encoding = [string] ) :
[docstring]
if isinstance ( s , str ) :
return s
elif isinstance ( s... | What is the type of variable force_str? | builtins.str | 242 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/lib/html_diff.py"
] | from typing import Any , Optional
import builtins
import typing
import lxml
from lxml . html . diff import htmldiff
from typing import Optional
def highlight_with_class ( text , klass ) :
return [string] % ( klass , text )
def highlight_html_differences ( s1 , s2 , msg_id = None ) :
retval = htmldiff ( s1 ,... | What is the type of variable highlight_with_class? | builtins.str | 239 |
18-2-SKKU-OSS/2018-2-OSS-L5 | [
"repos/18-2-SKKU-OSS/2018-2-OSS-L5/zerver/lib/html_diff.py"
] | from typing import Any , Optional
import builtins
import typing
import lxml
from lxml . html . diff import htmldiff
from typing import Optional
def highlight_with_class ( text , klass ) :
return [string] % ( klass , text )
def highlight_html_differences ( s1 , s2 , msg_id = None ) :
retval = htmldiff ( s1 ,... | What is the type of variable highlight_html_differences? | builtins.str | 240 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.