content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
from pathlib import Path\nfrom typing import Any, Optional\n\nfrom django.utils.autoreload import BaseReloader\n\ndef watch_for_translation_changes(sender: BaseReloader, **kwargs: Any) -> None: ...\ndef translation_file_changed(sender: Optional[BaseReloader], file_path: Path, **kwargs: Any) -> bool: ...\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\utils\translation\reloader.pyi | reloader.pyi | Other | 299 | 0.85 | 0.285714 | 0 | react-lib | 278 | 2024-01-02T06:36:52.731317 | Apache-2.0 | false | b85a7835258dde998293e6d5410231c8 |
from typing import Any\n\ndot_re: Any\n\ndef blankout(src: str, char: str) -> str: ...\n\ncontext_re: Any\ninline_re: Any\nblock_re: Any\nendblock_re: Any\nplural_re: Any\nconstant_re: Any\n\ndef templatize(src: str, origin: str = ...) -> str: ...\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\utils\translation\template.pyi | template.pyi | Other | 235 | 0.85 | 0.142857 | 0 | awesome-app | 122 | 2024-12-17T21:46:22.850564 | MIT | false | d0e034e6ada3e6d620a6c947a0aa47a9 |
from typing import Any\n\ndef gettext(message: Any): ...\n\ngettext_noop = gettext\ngettext_lazy = gettext\n_ = gettext\n\ndef ngettext(singular: str, plural: str, number: int) -> str: ...\n\nngettext_lazy = ngettext\n\ndef pgettext(context: Any, message: Any): ...\ndef npgettext(context: Any, singular: Any, plural: An... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\utils\translation\trans_null.pyi | trans_null.pyi | Other | 729 | 0.85 | 0.48 | 0 | node-utils | 724 | 2025-03-22T19:03:36.040488 | GPL-3.0 | false | c6dc30e210c9ef20bc24263d8d481430 |
import gettext as gettext_module\nfrom collections import OrderedDict\nfrom gettext import NullTranslations\nfrom typing import Any, List, Optional, Tuple, Callable\n\nfrom django.core.handlers.wsgi import WSGIRequest\n\nCONTEXT_SEPARATOR: str\naccept_language_re: Any\nlanguage_code_re: Any\nlanguage_code_prefix_re: An... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\utils\translation\trans_real.pyi | trans_real.pyi | Other | 1,815 | 0.85 | 0.619048 | 0 | node-utils | 430 | 2024-01-04T11:56:17.684627 | GPL-3.0 | false | 1e040da90e5873b2410860980d8a1268 |
import functools\nfrom contextlib import ContextDecorator\nfrom typing import Any, Optional, Callable\n\nfrom django.core.handlers.wsgi import WSGIRequest\n\nLANGUAGE_SESSION_KEY: str\n\nclass TranslatorCommentWarning(SyntaxWarning): ...\n\nclass Trans:\n activate: Callable\n check_for_language: functools._lru_ca... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\utils\translation\__init__.pyi | __init__.pyi | Other | 2,232 | 0.85 | 0.347222 | 0 | vue-tools | 149 | 2024-04-21T09:46:56.587285 | GPL-3.0 | false | 91bfa3a16bda05b2ef2310f3e468ac4a |
from django.http.request import HttpRequest\nfrom django.http.response import HttpResponseForbidden\n\nCSRF_FAILURE_TEMPLATE: str\nCSRF_FAILURE_TEMPLATE_NAME: str\n\ndef csrf_failure(request: HttpRequest, reason: str = ..., template_name: str = ...) -> HttpResponseForbidden: ...\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\csrf.pyi | csrf.pyi | Other | 274 | 0.85 | 0.142857 | 0 | vue-tools | 215 | 2023-11-27T14:05:48.841847 | Apache-2.0 | false | 34da6b16f184dec6049acd2727b2c077 |
from importlib.abc import SourceLoader\nfrom types import TracebackType\nfrom typing import Any, Callable, Dict, List, MutableMapping, Optional, Type, Union\n\nfrom django.http.request import HttpRequest, QueryDict\nfrom django.http.response import Http404, HttpResponse\nfrom django.utils.safestring import SafeText\n\n... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\debug.pyi | debug.pyi | Other | 2,781 | 0.85 | 0.378788 | 0 | react-lib | 509 | 2024-12-26T10:20:13.937897 | MIT | false | 3c4e923d4b85abf8e57f3f630c59a61b |
from typing import Optional\n\nfrom django.http.request import HttpRequest\nfrom django.http.response import (\n HttpResponseBadRequest,\n HttpResponseForbidden,\n HttpResponseNotFound,\n HttpResponseServerError,\n)\n\nERROR_404_TEMPLATE_NAME: str\nERROR_403_TEMPLATE_NAME: str\nERROR_400_TEMPLATE_NAME: str\... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\defaults.pyi | defaults.pyi | Other | 814 | 0.85 | 0.173913 | 0 | node-utils | 222 | 2024-02-03T18:44:39.181576 | Apache-2.0 | false | 6583e9208a0267e19854de2bfe685ebd |
from typing import Any, Callable, Dict, List, Optional, Union\n\nfrom django.http.request import HttpRequest\nfrom django.http.response import HttpResponse\nfrom django.utils.translation.trans_real import DjangoTranslation\n\nfrom django.views.generic import View\n\nLANGUAGE_QUERY_PARAMETER: str\n\ndef set_language(req... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\i18n.pyi | i18n.pyi | Other | 1,257 | 0.85 | 0.387097 | 0 | node-utils | 816 | 2024-01-28T23:02:38.827606 | Apache-2.0 | false | 55ed19a5376752a74748b58f65e46bcb |
from typing import Any, Optional\n\nfrom django.http.request import HttpRequest\nfrom django.http.response import FileResponse\n\ndef serve(request: HttpRequest, path: str, document_root: str = ..., show_indexes: bool = ...) -> FileResponse: ...\n\nDEFAULT_DIRECTORY_INDEX_TEMPLATE: str\ntemplate_translatable: Any\n\nde... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\static.pyi | static.pyi | Other | 461 | 0.85 | 0.25 | 0 | vue-tools | 437 | 2025-01-29T18:05:27.828132 | MIT | false | 1e5bd739b12505c2923af8f30c96c193 |
from .generic.base import View as View\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\__init__.pyi | __init__.pyi | Other | 39 | 0.65 | 0 | 0 | python-kit | 744 | 2025-06-05T21:16:03.093894 | Apache-2.0 | false | 35b5f398bf08425415de548a718b4eae |
from typing import Any, Callable, Optional, TypeVar\n\n_F = TypeVar("_F", bound=Callable[..., Any])\n\ndef cache_page(timeout: float, *, cache: Optional[Any] = ..., key_prefix: Optional[Any] = ...) -> Callable: ...\ndef cache_control(**kwargs: Any) -> Callable: ...\ndef never_cache(view_func: _F) -> _F: ...\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\decorators\cache.pyi | cache.pyi | Other | 303 | 0.85 | 0.428571 | 0 | react-lib | 647 | 2024-04-16T23:23:22.683317 | BSD-3-Clause | false | 3cdbd4cc7fb7d602830fbf8c39a2d314 |
from typing import Callable, TypeVar, Any\n\n_F = TypeVar("_F", bound=Callable[..., Any])\n\ndef xframe_options_deny(view_func: _F) -> _F: ...\ndef xframe_options_sameorigin(view_func: _F) -> _F: ...\ndef xframe_options_exempt(view_func: _F) -> _F: ...\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\decorators\clickjacking.pyi | clickjacking.pyi | Other | 247 | 0.85 | 0.428571 | 0 | react-lib | 420 | 2023-10-24T03:07:16.702223 | GPL-3.0 | false | 8a3e8971d1d078c9257b7284fefa7900 |
from typing import Any, Callable, TypeVar\n\nfrom django.middleware.csrf import CsrfViewMiddleware\n\ncsrf_protect: Any\n\nclass _EnsureCsrfToken(CsrfViewMiddleware): ...\n\nrequires_csrf_token: Any\n\nclass _EnsureCsrfCookie(CsrfViewMiddleware):\n get_response: None\n def process_view(self, request: Any, callbac... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\decorators\csrf.pyi | csrf.pyi | Other | 477 | 0.85 | 0.210526 | 0 | awesome-app | 738 | 2025-02-27T23:39:40.044338 | BSD-3-Clause | false | 6ae0538f45193001a15cee540f7afef6 |
from typing import Any, Callable\n\ndef sensitive_variables(*variables: Any) -> Callable: ...\ndef sensitive_post_parameters(*parameters: Any) -> Callable: ...\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\decorators\debug.pyi | debug.pyi | Other | 157 | 0.85 | 0.5 | 0 | python-kit | 507 | 2023-08-10T09:11:27.387164 | GPL-3.0 | false | 4fd59c790341903454e267df826a4fc5 |
from typing import Callable, TypeVar, Any\n\n_C = TypeVar("_C", bound=Callable[..., Any])\n\ndef gzip_page(view_func: _C) -> _C: ...\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\decorators\gzip.pyi | gzip.pyi | Other | 129 | 0.85 | 0.2 | 0 | node-utils | 328 | 2024-02-16T02:50:08.230582 | MIT | false | 5a4a680c8be296d981a04b1e1570c07f |
from typing import Any, Callable, List, Optional, TypeVar\n\n_F = TypeVar("_F", bound=Callable[..., Any])\n\ndef conditional_page(_F) -> _F: ...\ndef require_http_methods(request_method_list: List[str]) -> Callable: ...\ndef require_GET(_F) -> _F: ...\ndef require_POST(_F) -> _F: ...\ndef require_safe(_F) -> _F: ...\nd... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\decorators\http.pyi | http.pyi | Other | 576 | 0.85 | 0.666667 | 0 | vue-tools | 804 | 2024-10-31T05:48:03.486492 | Apache-2.0 | false | fdde8c25f0d024eb04bc8bd4e1664362 |
from typing import Any, Callable, TypeVar\n\n_F = TypeVar("_F", bound=Callable[..., Any])\n\ndef vary_on_headers(*headers: Any) -> Callable: ...\ndef vary_on_cookie(func: _F) -> _F: ...\n | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\decorators\vary.pyi | vary.pyi | Other | 181 | 0.85 | 0.333333 | 0 | python-kit | 203 | 2024-10-29T18:17:57.444742 | Apache-2.0 | false | 111fd154eb9a13f74833f1a41235cbee |
from typing import Any, Callable, Dict, List, Optional, Type\n\nfrom django import http\n\nclass ContextMixin:\n def get_context_data(self, **kwargs: Any) -> Dict[str, Any]: ...\n\nclass View:\n http_method_names: List[str] = ...\n request: http.HttpRequest = ...\n args: Any = ...\n kwargs: Any = ...\n ... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\generic\base.pyi | base.pyi | Other | 2,239 | 0.85 | 0.5 | 0 | react-lib | 103 | 2023-08-14T19:56:15.391872 | MIT | false | 5a481b9d870176e5987dd6d087596b96 |
import datetime\nfrom typing import Any, Dict, Optional, Sequence, Tuple\n\nfrom django.views.generic.base import View\nfrom django.views.generic.detail import BaseDetailView, SingleObjectTemplateResponseMixin\nfrom django.views.generic.list import MultipleObjectMixin, MultipleObjectTemplateResponseMixin\n\nfrom django... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\generic\dates.pyi | dates.pyi | Other | 3,771 | 0.85 | 0.573171 | 0 | vue-tools | 465 | 2025-05-03T06:50:27.666693 | BSD-3-Clause | false | f479a7ac6c99e0acd8d219eeae99ea15 |
from typing import Any, Optional, Type\n\nfrom django.views.generic.base import ContextMixin, TemplateResponseMixin, View\n\nfrom django.db import models\nfrom django.http import HttpRequest, HttpResponse\n\nclass SingleObjectMixin(ContextMixin):\n model: Type[models.Model] = ...\n queryset: models.query.QuerySet... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\generic\detail.pyi | detail.pyi | Other | 1,090 | 0.85 | 0.321429 | 0 | python-kit | 706 | 2023-10-28T08:10:36.468909 | MIT | false | 0eb75c6d4d77b4389adf1eaf4b9a6f8e |
from typing import Any, Callable, Dict, Optional, Sequence, Type, Union\n\nfrom django.forms.forms import BaseForm\nfrom django.views.generic.base import ContextMixin, TemplateResponseMixin, View\nfrom django.views.generic.detail import BaseDetailView, SingleObjectMixin, SingleObjectTemplateResponseMixin\nfrom typing_e... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\generic\edit.pyi | edit.pyi | Other | 2,234 | 0.85 | 0.565217 | 0 | react-lib | 319 | 2023-08-28T10:07:20.248126 | Apache-2.0 | false | 791d8859f27c0eed35e16005251cb9d8 |
from typing import Any, Optional, Sequence, Tuple, Type\n\nfrom django.core.paginator import Paginator\nfrom django.db.models.query import QuerySet, _BaseQuerySet\nfrom django.views.generic.base import ContextMixin, TemplateResponseMixin, View\n\nfrom django.db.models import Model\nfrom django.http import HttpRequest, ... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\generic\list.pyi | list.pyi | Other | 1,625 | 0.85 | 0.351351 | 0 | awesome-app | 530 | 2023-12-23T18:15:59.311210 | MIT | false | 770a8cbade1181a77aa9ab7df05e379a |
from .base import RedirectView as RedirectView, TemplateView as TemplateView, View as View\nfrom .dates import (\n ArchiveIndexView as ArchiveIndexView,\n DateDetailView as DateDetailView,\n DayArchiveView as DayArchiveView,\n MonthArchiveView as MonthArchiveView,\n TodayArchiveView as TodayArchiveView,\... | .venv\Lib\site-packages\jedi\third_party\django-stubs\django-stubs\views\generic\__init__.pyi | __init__.pyi | Other | 637 | 0.85 | 0.066667 | 0 | awesome-app | 357 | 2024-05-22T15:29:59.015200 | MIT | false | 605ad7067043868971e75752a3b9b087 |
The "typeshed" project is licensed under the terms of the Apache license, as\nreproduced below.\n\n= = = = =\n\nApache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Defini... | .venv\Lib\site-packages\jedi\third_party\typeshed\LICENSE | LICENSE | Other | 12,658 | 0.95 | 0.10084 | 0 | vue-tools | 606 | 2023-07-22T04:12:59.637203 | GPL-3.0 | false | 84cbb431042e656c3ccddf7f5ecc2d84 |
import _weakrefset\nfrom typing import Any, Callable, Dict, Set, Tuple, Type, TypeVar\n\n_FuncT = TypeVar("_FuncT", bound=Callable[..., Any])\n\n# NOTE: mypy has special processing for ABCMeta and abstractmethod.\n\ndef abstractmethod(funcobj: _FuncT) -> _FuncT: ...\n\nclass ABCMeta(type):\n # TODO: FrozenSet\n _... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\abc.pyi | abc.pyi | Other | 1,147 | 0.95 | 0.322581 | 0.115385 | awesome-app | 770 | 2025-04-23T22:58:46.744727 | GPL-3.0 | false | e9061588cd0dc17c1825b2df66907040 |
# Python 2.7 ast\n\n# Rename typing to _typing, as not to conflict with typing imported\n# from _ast below when loaded in an unorthodox way by the Dropbox\n# internal Bazel integration.\nimport typing as _typing\nfrom typing import Any, Iterator, Optional, Union\n\nfrom _ast import *\nfrom _ast import AST, Module\n\nde... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\ast.pyi | ast.pyi | Other | 1,199 | 0.95 | 0.535714 | 0.173913 | node-utils | 645 | 2025-06-29T19:53:15.628908 | BSD-3-Clause | false | 3b2f19e2dcaac5da7175750341903fdf |
from typing import Any, TypeVar\n\n_FT = TypeVar("_FT")\n\ndef register(func: _FT, *args: Any, **kargs: Any) -> _FT: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\atexit.pyi | atexit.pyi | Other | 117 | 0.85 | 0.2 | 0 | node-utils | 393 | 2024-03-11T17:59:28.407011 | BSD-3-Clause | false | dc2cd8fc460b9d590b1719e923ab7776 |
import mimetools\nimport SocketServer\nfrom typing import Any, BinaryIO, Callable, Mapping, Optional, Tuple, Union\n\nclass HTTPServer(SocketServer.TCPServer):\n server_name: str\n server_port: int\n def __init__(self, server_address: Tuple[str, int], RequestHandlerClass: Callable[..., BaseHTTPRequestHandler])... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\BaseHTTPServer.pyi | BaseHTTPServer.pyi | Other | 1,747 | 0.85 | 0.439024 | 0 | vue-tools | 163 | 2024-05-29T17:52:22.862271 | Apache-2.0 | false | 24f54e66ffc21495399d4ff9fec7b0eb |
# True and False are deliberately omitted because they are keywords in\n# Python 3, and stub files conform to Python 3 syntax.\n\nfrom _typeshed import ReadableBuffer, SupportsKeysAndGetItem, SupportsWrite\nfrom abc import ABCMeta\nfrom ast import mod\nfrom types import CodeType\nfrom typing import (\n AbstractSet,\... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\builtins.pyi | builtins.pyi | Other | 48,853 | 0.95 | 0.633473 | 0.022104 | react-lib | 137 | 2023-11-12T11:12:08.630360 | MIT | false | 13102b31bcdba8a358df481109038432 |
import SimpleHTTPServer\nfrom typing import List\n\nclass CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):\n cgi_directories: List[str]\n def do_POST(self) -> None: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\CGIHTTPServer.pyi | CGIHTTPServer.pyi | Other | 187 | 0.85 | 0.333333 | 0 | python-kit | 664 | 2024-09-03T12:36:38.896559 | MIT | false | d586a93e119f86fb395effe0ecd76c03 |
from typing import (\n AbstractSet,\n Any,\n Callable as Callable,\n Container as Container,\n Dict,\n Generic,\n Hashable as Hashable,\n ItemsView as ItemsView,\n Iterable as Iterable,\n Iterator as Iterator,\n KeysView as KeysView,\n List,\n Mapping as Mapping,\n MappingView ... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\collections.pyi | collections.pyi | Other | 4,913 | 0.95 | 0.457364 | 0.04918 | python-kit | 477 | 2025-05-11T17:09:55.018298 | Apache-2.0 | false | abc0838e540b0e4d1d73b11a7d35f05c |
from typing import AnyStr, Text, Tuple, overload\n\ndef getstatus(file: Text) -> str: ...\ndef getoutput(cmd: Text) -> str: ...\ndef getstatusoutput(cmd: Text) -> Tuple[int, str]: ...\n@overload\ndef mk2arg(head: bytes, x: bytes) -> bytes: ...\n@overload\ndef mk2arg(head: Text, x: Text) -> Text: ...\ndef mkarg(x: AnySt... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\commands.pyi | commands.pyi | Other | 329 | 0.85 | 0.6 | 0 | react-lib | 563 | 2024-01-28T01:04:37.463388 | BSD-3-Clause | false | b153f8272d4d483ddf98ed939949859a |
from _typeshed import AnyPath\nfrom typing import Any, Optional, Pattern\n\n# rx can be any object with a 'search' method; once we have Protocols we can change the type\ndef compile_dir(\n dir: AnyPath,\n maxlevels: int = ...,\n ddir: Optional[AnyPath] = ...,\n force: bool = ...,\n rx: Optional[Pattern[A... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\compileall.pyi | compileall.pyi | Other | 628 | 0.95 | 0.1875 | 0.066667 | node-utils | 327 | 2024-11-03T23:07:54.667471 | MIT | false | 99f6396f6dae7a2fd5703c183d70b99b |
from _typeshed import SupportsNoArgReadline\nfrom typing import IO, Any, Dict, List, Optional, Sequence, Tuple, Union\n\nDEFAULTSECT: str\nMAX_INTERPOLATION_DEPTH: int\n\nclass Error(Exception):\n message: Any\n def __init__(self, msg: str = ...) -> None: ...\n def _get_message(self) -> None: ...\n def _set... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\ConfigParser.pyi | ConfigParser.pyi | Other | 3,869 | 0.85 | 0.556701 | 0 | awesome-app | 30 | 2024-01-12T03:09:50.350647 | Apache-2.0 | false | d7f7155308b4897899933191bd5a344f |
from typing import Any, Dict, Optional\n\nclass CookieError(Exception): ...\n\nclass Morsel(Dict[Any, Any]):\n key: Any\n def __init__(self): ...\n def __setitem__(self, K, V): ...\n def isReservedKey(self, K): ...\n value: Any\n coded_value: Any\n def set(self, key, val, coded_val, LegalChars=...,... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\Cookie.pyi | Cookie.pyi | Other | 1,342 | 0.85 | 0.7 | 0 | react-lib | 879 | 2025-04-21T07:31:31.020677 | MIT | false | 6335b933969510cbe39faa15537c2242 |
from typing import Any, Optional\n\nclass Cookie:\n version: Any\n name: Any\n value: Any\n port: Any\n port_specified: Any\n domain: Any\n domain_specified: Any\n domain_initial_dot: Any\n path: Any\n path_specified: Any\n secure: Any\n expires: Any\n discard: Any\n comment: A... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\cookielib.pyi | cookielib.pyi | Other | 4,716 | 0.95 | 0.408451 | 0 | node-utils | 82 | 2024-10-31T23:48:59.775381 | GPL-3.0 | false | 038fb9d628984db78cfe7f40aecf87a2 |
from typing import Any, Callable, Hashable, List, Optional, SupportsInt, Tuple, TypeVar, Union\n\n_Type = TypeVar("_Type", bound=type)\n_Reduce = Union[Tuple[Callable[..., _Type], Tuple[Any, ...]], Tuple[Callable[..., _Type], Tuple[Any, ...], Optional[Any]]]\n\n__all__: List[str]\n\ndef pickle(\n ob_type: _Type,\n ... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\copy_reg.pyi | copy_reg.pyi | Other | 739 | 0.85 | 0.3125 | 0 | awesome-app | 280 | 2023-09-27T07:27:30.571746 | BSD-3-Clause | false | d334bc42169b6dbc00df4884b6f40485 |
from typing import IO, Any, List\n\nHIGHEST_PROTOCOL: int\ncompatible_formats: List[str]\nformat_version: str\n\nclass Pickler:\n def __init__(self, file: IO[str], protocol: int = ...) -> None: ...\n def dump(self, obj: Any) -> None: ...\n def clear_memo(self) -> None: ...\n\nclass Unpickler:\n def __init__... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\cPickle.pyi | cPickle.pyi | Other | 795 | 0.85 | 0.653846 | 0 | react-lib | 571 | 2024-03-05T23:16:49.127924 | BSD-3-Clause | false | 77f29102faa95dfc69da001208368ddb |
from abc import ABCMeta\nfrom types import TracebackType\nfrom typing import IO, Iterable, Iterator, List, Optional, Union, overload\n\n# This class isn't actually abstract, but you can't instantiate it\n# directly, so we might as well treat it as abstract in the stub.\nclass InputType(IO[str], Iterator[str], metaclass... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\cStringIO.pyi | cStringIO.pyi | Other | 1,870 | 0.95 | 0.75 | 0.044444 | react-lib | 354 | 2024-07-02T01:22:49.605966 | Apache-2.0 | false | 268d6063858cd6d193771bbc06c82a31 |
from typing import List, MutableSequence, Text, Union\n\ndef reset() -> None: ...\ndef listdir(path: Text) -> List[str]: ...\n\nopendir = listdir\n\ndef annotate(head: Text, list: Union[MutableSequence[str], MutableSequence[Text], MutableSequence[Union[str, Text]]]) -> None: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\dircache.pyi | dircache.pyi | Other | 273 | 0.85 | 0.375 | 0 | python-kit | 425 | 2025-06-15T09:36:55.001085 | GPL-3.0 | false | 3906be8d1cebafd3261654e06b48d4c4 |
from typing import Any, Callable, Dict, NoReturn, Optional, Tuple\n\nclass error(Exception):\n def __init__(self, *args: Any) -> None: ...\n\ndef start_new_thread(function: Callable[..., Any], args: Tuple[Any, ...], kwargs: Dict[str, Any] = ...) -> None: ...\ndef exit() -> NoReturn: ...\ndef get_ident() -> int: ...\... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\dummy_thread.pyi | dummy_thread.pyi | Other | 794 | 0.85 | 0.761905 | 0 | awesome-app | 314 | 2023-08-18T15:34:51.921161 | GPL-3.0 | false | 4d6082270d7522731e9cb4bd8d70ab5f |
from __builtin__ import (\n ArithmeticError as ArithmeticError,\n AssertionError as AssertionError,\n AttributeError as AttributeError,\n BaseException as BaseException,\n BufferError as BufferError,\n BytesWarning as BytesWarning,\n DeprecationWarning as DeprecationWarning,\n EnvironmentError a... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\exceptions.pyi | exceptions.pyi | Other | 1,756 | 0.85 | 0 | 0 | react-lib | 272 | 2025-07-03T14:59:40.149266 | Apache-2.0 | false | 73e37c328bc76a23491854960c0bfebd |
from _typeshed import FileDescriptorLike\nfrom typing import Any, Union\n\nFASYNC: int\nFD_CLOEXEC: int\n\nDN_ACCESS: int\nDN_ATTRIB: int\nDN_CREATE: int\nDN_DELETE: int\nDN_MODIFY: int\nDN_MULTISHOT: int\nDN_RENAME: int\nF_DUPFD: int\nF_EXLCK: int\nF_GETFD: int\nF_GETFL: int\nF_GETLEASE: int\nF_GETLK: int\nF_GETLK64: ... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\fcntl.pyi | fcntl.pyi | Other | 1,580 | 0.95 | 0.04878 | 0.038462 | node-utils | 272 | 2023-09-09T00:29:33.067252 | Apache-2.0 | false | 4838d5c360ab399432a22f62b20c6b18 |
from typing import AnyStr, Iterable, List, Union\n\n_EitherStr = Union[str, unicode]\n\ndef fnmatch(filename: _EitherStr, pattern: _EitherStr) -> bool: ...\ndef fnmatchcase(filename: _EitherStr, pattern: _EitherStr) -> bool: ...\ndef filter(names: Iterable[AnyStr], pattern: _EitherStr) -> List[AnyStr]: ...\ndef transla... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\fnmatch.pyi | fnmatch.pyi | Other | 348 | 0.85 | 0.5 | 0 | python-kit | 372 | 2023-08-14T09:05:09.019633 | BSD-3-Clause | false | d8fa3165484973840a4d28c2ee383acd |
from abc import ABCMeta, abstractmethod\nfrom typing import Any, Callable, Dict, Generic, Iterable, Optional, Sequence, Tuple, Type, TypeVar, overload\n\n_AnyCallable = Callable[..., Any]\n\n_T = TypeVar("_T")\n_S = TypeVar("_S")\n@overload\ndef reduce(function: Callable[[_T, _T], _T], sequence: Iterable[_T]) -> _T: ..... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\functools.pyi | functools.pyi | Other | 1,180 | 0.95 | 0.366667 | 0 | python-kit | 228 | 2023-07-30T13:51:01.986036 | BSD-3-Clause | false | 087aa8ffcad5d3e9006a676f86d79559 |
from itertools import ifilter, imap, izip\nfrom typing import Any\n\nfilter = ifilter\nmap = imap\nzip = izip\n\ndef ascii(obj: Any) -> str: ...\ndef hex(x: int) -> str: ...\ndef oct(x: int) -> str: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\future_builtins.pyi | future_builtins.pyi | Other | 194 | 0.85 | 0.3 | 0 | awesome-app | 161 | 2024-09-10T05:24:55.090141 | GPL-3.0 | false | 1f5b19bfc96c05179097a6f880cdd173 |
from typing import Any, List, Tuple\n\ndef enable() -> None: ...\ndef disable() -> None: ...\ndef isenabled() -> bool: ...\ndef collect(generation: int = ...) -> int: ...\ndef set_debug(flags: int) -> None: ...\ndef get_debug() -> int: ...\ndef get_objects() -> List[Any]: ...\ndef set_threshold(threshold0: int, thresho... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\gc.pyi | gc.pyi | Other | 752 | 0.85 | 0.52 | 0 | python-kit | 500 | 2023-10-26T21:19:23.207608 | GPL-3.0 | false | 1d71191b31ea1262ce2e83548e05960a |
from typing import List, Tuple\n\nclass GetoptError(Exception):\n opt: str\n msg: str\n def __init__(self, msg: str, opt: str = ...) -> None: ...\n def __str__(self) -> str: ...\n\nerror = GetoptError\n\ndef getopt(args: List[str], shortopts: str, longopts: List[str] = ...) -> Tuple[List[Tuple[str, str]], L... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\getopt.pyi | getopt.pyi | Other | 448 | 0.85 | 0.416667 | 0 | awesome-app | 268 | 2025-02-23T01:25:24.216832 | BSD-3-Clause | false | b492a913c5c3421772ed54317033d14f |
from typing import IO, Any\n\nclass GetPassWarning(UserWarning): ...\n\ndef getpass(prompt: str = ..., stream: IO[Any] = ...) -> str: ...\ndef getuser() -> str: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\getpass.pyi | getpass.pyi | Other | 160 | 0.85 | 0.5 | 0 | node-utils | 583 | 2023-10-23T18:28:07.214980 | BSD-3-Clause | false | 5c9187175255ef7b60c43b5642018494 |
from typing import IO, Any, Container, Dict, List, Optional, Sequence, Type, Union\n\ndef bindtextdomain(domain: str, localedir: str = ...) -> str: ...\ndef bind_textdomain_codeset(domain: str, codeset: str = ...) -> str: ...\ndef textdomain(domain: str = ...) -> str: ...\ndef gettext(message: str) -> str: ...\ndef lge... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\gettext.pyi | gettext.pyi | Other | 2,285 | 0.85 | 0.625 | 0 | awesome-app | 653 | 2023-09-25T00:07:33.494373 | Apache-2.0 | false | 67d4d45033daa6eaecddf4bc8ba55e46 |
from typing import AnyStr, Iterator, List, Union\n\ndef glob(pathname: AnyStr) -> List[AnyStr]: ...\ndef iglob(pathname: AnyStr) -> Iterator[AnyStr]: ...\ndef glob1(dirname: Union[str, unicode], pattern: AnyStr) -> List[AnyStr]: ...\ndef glob0(dirname: Union[str, unicode], basename: AnyStr) -> List[AnyStr]: ...\ndef ha... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\glob.pyi | glob.pyi | Other | 375 | 0.95 | 0.714286 | 0 | vue-tools | 856 | 2024-06-01T01:26:14.743867 | BSD-3-Clause | false | 0829d9d2364e7853eb4fb9ad8f390cda |
import io\nfrom typing import IO, Any, Text\n\nclass GzipFile(io.BufferedIOBase):\n myfileobj: Any\n max_read_chunk: Any\n mode: Any\n extrabuf: Any\n extrasize: Any\n extrastart: Any\n name: Any\n min_readsize: Any\n compress: Any\n fileobj: Any\n offset: Any\n mtime: Any\n def _... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\gzip.pyi | gzip.pyi | Other | 997 | 0.85 | 0.421053 | 0 | awesome-app | 238 | 2025-05-28T20:54:20.711036 | Apache-2.0 | false | 1a86e2663b971ed42ffa7edd667f2916 |
from typing import Tuple, Union\n\n_DataType = Union[str, unicode, bytearray, buffer, memoryview]\n\nclass _hash(object): # This is not actually in the module namespace.\n name: str\n block_size: int\n digest_size: int\n digestsize: int\n def __init__(self, arg: _DataType = ...) -> None: ...\n def up... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\hashlib.pyi | hashlib.pyi | Other | 971 | 0.95 | 0.5 | 0 | vue-tools | 651 | 2024-05-18T08:28:31.177738 | MIT | false | e45310406a2dd48e41ed6022d574dd3b |
from _typeshed import SupportsLessThan\nfrom typing import Any, Callable, Iterable, List, Optional, Protocol, TypeVar\n\n_T = TypeVar("_T")\n\ndef cmp_lt(x, y) -> bool: ...\ndef heappush(heap: List[_T], item: _T) -> None: ...\ndef heappop(heap: List[_T]) -> _T: ...\ndef heappushpop(heap: List[_T], item: _T) -> _T: ...\... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\heapq.pyi | heapq.pyi | Other | 756 | 0.95 | 0.666667 | 0 | awesome-app | 323 | 2024-12-20T09:47:46.694239 | Apache-2.0 | false | ae0b57a7ec757e19c11897d782a3e980 |
from typing import Dict\n\nname2codepoint: Dict[str, int]\ncodepoint2name: Dict[int, str]\nentitydefs: Dict[str, str]\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\htmlentitydefs.pyi | htmlentitydefs.pyi | Other | 114 | 0.85 | 0 | 0 | node-utils | 428 | 2024-08-11T04:25:52.361485 | BSD-3-Clause | false | 69f76c9a1848a8ad733b9a77c1d61f66 |
from typing import AnyStr, List, Tuple\n\nfrom markupbase import ParserBase\n\nclass HTMLParser(ParserBase):\n def __init__(self) -> None: ...\n def feed(self, feed: AnyStr) -> None: ...\n def close(self) -> None: ...\n def reset(self) -> None: ...\n def get_starttag_text(self) -> AnyStr: ...\n def se... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\HTMLParser.pyi | HTMLParser.pyi | Other | 1,064 | 0.85 | 0.714286 | 0 | react-lib | 452 | 2024-11-01T22:19:03.631001 | GPL-3.0 | false | 41c8233d908f21d5330bca4ef41b4e1e |
import mimetools\nimport ssl\nfrom typing import Any, Dict, Optional, Protocol\n\nclass HTTPMessage(mimetools.Message):\n def addcontinue(self, key: str, more: str) -> None: ...\n dict: Dict[str, str]\n def addheader(self, key: str, value: str) -> None: ...\n unixfrom: str\n headers: Any\n status: str... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\httplib.pyi | httplib.pyi | Other | 5,929 | 0.95 | 0.298165 | 0.06701 | react-lib | 679 | 2024-02-25T06:31:19.510350 | MIT | false | ae438d951b4ddfe224d47346b890c309 |
import types\nfrom typing import IO, Any, Iterable, List, Optional, Tuple\n\nC_BUILTIN: int\nC_EXTENSION: int\nIMP_HOOK: int\nPKG_DIRECTORY: int\nPY_CODERESOURCE: int\nPY_COMPILED: int\nPY_FROZEN: int\nPY_RESOURCE: int\nPY_SOURCE: int\nSEARCH_ERROR: int\n\ndef acquire_lock() -> None: ...\ndef find_module(name: str, pat... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\imp.pyi | imp.pyi | Other | 1,290 | 0.85 | 0.545455 | 0 | awesome-app | 754 | 2025-03-24T02:57:15.703451 | Apache-2.0 | false | e003361612f4947e315de4b74fcb559c |
import types\nfrom typing import Optional, Text\n\ndef import_module(name: Text, package: Optional[Text] = ...) -> types.ModuleType: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\importlib.pyi | importlib.pyi | Other | 134 | 0.85 | 0.25 | 0 | react-lib | 436 | 2024-01-27T00:23:40.402558 | GPL-3.0 | false | 7e0a267f13f588b2671eaa730d89eb1a |
from types import CodeType, FrameType, FunctionType, MethodType, ModuleType, TracebackType\nfrom typing import Any, AnyStr, Callable, Dict, List, NamedTuple, Optional, Sequence, Tuple, Type, Union\n\n# Types and members\nclass EndOfBlock(Exception): ...\n\nclass BlockFinder:\n indent: int\n islambda: bool\n st... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\inspect.pyi | inspect.pyi | Other | 4,692 | 0.95 | 0.449612 | 0.054545 | react-lib | 285 | 2023-07-13T07:24:11.000417 | BSD-3-Clause | false | b632a7770b33887b20d0ffc21f51cb72 |
from typing import IO, Any, Union\n\nimport _io\nfrom _io import (\n DEFAULT_BUFFER_SIZE as DEFAULT_BUFFER_SIZE,\n BlockingIOError as BlockingIOError,\n BufferedRandom as BufferedRandom,\n BufferedReader as BufferedReader,\n BufferedRWPair as BufferedRWPair,\n BufferedWriter as BufferedWriter,\n By... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\io.pyi | io.pyi | Other | 1,136 | 0.95 | 0.125 | 0.057143 | python-kit | 824 | 2025-06-02T18:13:18.236135 | MIT | false | f6b2fb11ace23d99c1defca035c99e06 |
from typing import Any, Callable, Generic, Iterable, Iterator, Optional, Sequence, Tuple, TypeVar, Union, overload\n\n_T = TypeVar("_T")\n_S = TypeVar("_S")\n\ndef count(start: int = ..., step: int = ...) -> Iterator[int]: ... # more general types?\n\nclass cycle(Iterator[_T], Generic[_T]):\n def __init__(self, ite... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\itertools.pyi | itertools.pyi | Other | 5,975 | 0.95 | 0.292683 | 0.019108 | awesome-app | 782 | 2023-07-13T04:02:09.717323 | GPL-3.0 | false | 9f702d54811adc0eb67e56125650144f |
from _typeshed import SupportsRead\nfrom typing import IO, Any, Callable, Dict, List, Optional, Text, Tuple, Type, Union\n\ndef dumps(\n obj: Any,\n skipkeys: bool = ...,\n ensure_ascii: bool = ...,\n check_circular: bool = ...,\n allow_nan: bool = ...,\n cls: Optional[Type[JSONEncoder]] = ...,\n i... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\json.pyi | json.pyi | Other | 3,206 | 0.85 | 0.139785 | 0.044444 | react-lib | 458 | 2023-12-19T05:00:57.731401 | GPL-3.0 | false | a1fbb77c63fb0e91bba3e70a24ca9896 |
from typing import Tuple\n\nclass ParserBase(object):\n def __init__(self) -> None: ...\n def error(self, message: str) -> None: ...\n def reset(self) -> None: ...\n def getpos(self) -> Tuple[int, int]: ...\n def unknown_decl(self, data: str) -> None: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\markupbase.pyi | markupbase.pyi | Other | 264 | 0.85 | 0.75 | 0 | react-lib | 853 | 2023-08-07T06:45:40.685745 | BSD-3-Clause | false | 2d9211e7babc89bec418c5b88de9f1fc |
from hashlib import md5 as md5\n\nnew = md5\nblocksize: int\ndigest_size: int\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\md5.pyi | md5.pyi | Other | 74 | 0.65 | 0 | 0 | python-kit | 145 | 2024-07-02T22:37:12.889727 | GPL-3.0 | false | f512de1f0dfbb61748239e38085f29c5 |
import rfc822\nfrom typing import Any\n\nclass Message(rfc822.Message):\n encodingheader: Any\n typeheader: Any\n def __init__(self, fp, seekable: int = ...): ...\n plisttext: Any\n type: Any\n maintype: Any\n subtype: Any\n def parsetype(self): ...\n plist: Any\n def parseplist(self): ...... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\mimetools.pyi | mimetools.pyi | Other | 703 | 0.85 | 0.592593 | 0 | node-utils | 847 | 2024-05-23T15:16:27.621100 | MIT | false | b07a7191c48ce7f350be69727a2207ca |
from typing import Any, Callable, Deque, TypeVar\n\n_ArgType = TypeVar("_ArgType")\n\nclass mutex:\n locked: bool\n queue: Deque[Any]\n def __init__(self) -> None: ...\n def test(self) -> bool: ...\n def testandset(self) -> bool: ...\n def lock(self, function: Callable[[_ArgType], Any], argument: _Arg... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\mutex.pyi | mutex.pyi | Other | 363 | 0.85 | 0.583333 | 0 | node-utils | 10 | 2023-12-04T04:38:42.587031 | Apache-2.0 | false | 917e078c096713d6ba0db95c4b77a898 |
import os\nimport sys\nfrom _typeshed import AnyPath, BytesPath, StrPath\nfrom genericpath import exists as exists\nfrom typing import Any, AnyStr, Callable, List, Optional, Sequence, Text, Tuple, TypeVar, overload\n\n_T = TypeVar("_T")\n\n# ----- os.path variables -----\nsupports_unicode_filenames: bool\n# aliases (al... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\ntpath.pyi | ntpath.pyi | Other | 2,937 | 0.95 | 0.470588 | 0.16 | python-kit | 805 | 2023-09-09T18:22:20.279672 | MIT | false | 85d6a21f1a4f58f9e3ffbeb89cf82345 |
from typing import AnyStr\n\ndef url2pathname(url: AnyStr) -> AnyStr: ...\ndef pathname2url(p: AnyStr) -> AnyStr: ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\nturl2path.pyi | nturl2path.pyi | Other | 115 | 0.85 | 0.5 | 0 | awesome-app | 643 | 2024-09-30T08:07:42.734703 | BSD-3-Clause | false | 121d3dc515dd6281145bbc13849d720c |
import os\nimport sys\nfrom _typeshed import AnyPath, BytesPath, StrPath\nfrom genericpath import exists as exists\nfrom typing import Any, AnyStr, Callable, List, Optional, Sequence, Text, Tuple, TypeVar, overload\n\n_T = TypeVar("_T")\n\n# ----- os.path variables -----\nsupports_unicode_filenames: bool\n# aliases (al... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\os2emxpath.pyi | os2emxpath.pyi | Other | 2,937 | 0.95 | 0.470588 | 0.16 | python-kit | 806 | 2023-08-21T09:18:39.184687 | MIT | false | 85d6a21f1a4f58f9e3ffbeb89cf82345 |
from typing import IO, Any, AnyStr\n\nclass Template:\n def __init__(self) -> None: ...\n def reset(self) -> None: ...\n def clone(self) -> Template: ...\n def debug(self, flag: bool) -> None: ...\n def append(self, cmd: str, kind: str) -> None: ...\n def prepend(self, cmd: str, kind: str) -> None: ..... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\pipes.pyi | pipes.pyi | Other | 467 | 0.85 | 0.769231 | 0 | react-lib | 222 | 2023-11-14T06:15:57.896326 | GPL-3.0 | false | 1a3c2706fee412fd7fced142a1b8b395 |
from typing import Any, Optional, Tuple\n\n__copyright__: Any\nDEV_NULL: Any\n\ndef libc_ver(executable=..., lib=..., version=..., chunksize: int = ...): ...\ndef linux_distribution(distname=..., version=..., id=..., supported_dists=..., full_distribution_name: int = ...): ...\ndef dist(distname=..., version=..., id=..... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\platform.pyi | platform.pyi | Other | 1,536 | 0.85 | 0.707317 | 0 | react-lib | 890 | 2024-09-11T09:08:37.771888 | Apache-2.0 | false | e860a5b31df54ce4d3e10a9c9d8e16b8 |
from typing import Any, Iterable, List, Optional, TextIO, Tuple, TypeVar, Union\n\n_T = TypeVar("_T")\n\nclass Popen3:\n sts: int\n cmd: Iterable[Any]\n pid: int\n tochild: TextIO\n fromchild: TextIO\n childerr: Optional[TextIO]\n def __init__(self, cmd: Iterable[Any] = ..., capturestderr: bool = .... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\popen2.pyi | popen2.pyi | Other | 999 | 0.85 | 0.37037 | 0 | react-lib | 336 | 2023-08-30T20:06:12.888403 | Apache-2.0 | false | 0031790854ab5e107329561bfc31498d |
from _typeshed import FileDescriptorLike\nfrom typing import IO, AnyStr, Dict, List, Mapping, NamedTuple, Optional, Sequence, Tuple, TypeVar, Union\n\nerror = OSError\n\nconfstr_names: Dict[str, int]\nenviron: Dict[str, str]\npathconf_names: Dict[str, int]\nsysconf_names: Dict[str, int]\n\n_T = TypeVar("_T")\n\nEX_CANT... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\posix.pyi | posix.pyi | Other | 6,396 | 0.85 | 0.572139 | 0 | python-kit | 731 | 2023-11-22T21:23:00.929325 | BSD-3-Clause | false | 3b067d3d62c937d0f443af5e54d8df8b |
import os\nimport sys\nfrom _typeshed import AnyPath, BytesPath, StrPath\nfrom genericpath import exists as exists\nfrom typing import Any, AnyStr, Callable, List, Optional, Sequence, Text, Tuple, TypeVar, overload\n\n_T = TypeVar("_T")\n\n# ----- os.path variables -----\nsupports_unicode_filenames: bool\n# aliases (al... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\posixpath.pyi | posixpath.pyi | Other | 2,937 | 0.95 | 0.470588 | 0.16 | node-utils | 935 | 2024-06-18T22:58:32.294267 | GPL-3.0 | false | 85d6a21f1a4f58f9e3ffbeb89cf82345 |
from collections import deque\nfrom typing import Any, Deque, Generic, Optional, TypeVar\n\n_T = TypeVar("_T")\n\nclass Empty(Exception): ...\nclass Full(Exception): ...\n\nclass Queue(Generic[_T]):\n maxsize: Any\n mutex: Any\n not_empty: Any\n not_full: Any\n all_tasks_done: Any\n unfinished_tasks: ... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\Queue.pyi | Queue.pyi | Other | 895 | 0.95 | 0.517241 | 0 | node-utils | 139 | 2025-05-04T08:13:27.139364 | Apache-2.0 | false | f92a57182ce6a0dace064ebe0b01a9e5 |
import _random\nfrom typing import AbstractSet, Any, Callable, Iterator, List, MutableSequence, Protocol, Sequence, TypeVar, Union, overload\n\n_T = TypeVar("_T")\n_T_co = TypeVar("_T_co", covariant=True)\n\nclass _Sampleable(Protocol[_T_co]):\n def __iter__(self) -> Iterator[_T_co]: ...\n def __len__(self) -> in... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\random.pyi | random.pyi | Other | 3,156 | 0.95 | 0.80597 | 0.032258 | vue-tools | 975 | 2023-11-11T03:47:07.342036 | BSD-3-Clause | false | 8dcc8be870515e1c3df3b8c70629f094 |
from typing import (\n Any,\n AnyStr,\n Callable,\n Dict,\n Generic,\n Iterator,\n List,\n Match,\n Optional,\n Pattern,\n Sequence,\n Tuple,\n Union,\n overload,\n)\n\n# ----- re variables and constants -----\nDEBUG: int\nI: int\nIGNORECASE: int\nL: int\nLOCALE: int\nM: int\nM... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\re.pyi | re.pyi | Other | 3,641 | 0.95 | 0.231481 | 0.048077 | react-lib | 771 | 2024-12-31T05:57:09.364472 | Apache-2.0 | false | e20c1d557f45510eb3dfc597fcc4f37e |
from typing import Any, List\n\nclass Repr:\n maxarray: int\n maxdeque: int\n maxdict: int\n maxfrozenset: int\n maxlevel: int\n maxlist: int\n maxlong: int\n maxother: int\n maxset: int\n maxstring: int\n maxtuple: int\n def __init__(self) -> None: ...\n def _repr_iterable(self, ... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\repr.pyi | repr.pyi | Other | 1,095 | 0.85 | 0.5 | 0 | awesome-app | 517 | 2024-08-14T02:09:21.945150 | GPL-3.0 | false | 3fe3d766388c8736716a890d0c801776 |
from typing import NamedTuple, Tuple\n\nclass error(Exception): ...\n\nRLIM_INFINITY: int\n\ndef getrlimit(resource: int) -> Tuple[int, int]: ...\ndef setrlimit(resource: int, limits: Tuple[int, int]) -> None: ...\n\nRLIMIT_CORE: int\nRLIMIT_CPU: int\nRLIMIT_FSIZE: int\nRLIMIT_DATA: int\nRLIMIT_STACK: int\nRLIMIT_RSS: ... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\resource.pyi | resource.pyi | Other | 877 | 0.85 | 0.130435 | 0 | node-utils | 373 | 2024-08-08T08:59:13.410100 | MIT | false | ce30d69979b66864ecb226119c48ab25 |
from typing import Any, Optional\n\nclass Message:\n fp: Any\n seekable: Any\n startofheaders: Any\n startofbody: Any\n def __init__(self, fp, seekable: int = ...): ...\n def rewindbody(self): ...\n dict: Any\n unixfrom: Any\n headers: Any\n status: Any\n def readheaders(self): ...\n ... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\rfc822.pyi | rfc822.pyi | Other | 2,163 | 0.85 | 0.693333 | 0 | python-kit | 59 | 2023-12-21T03:00:30.589595 | Apache-2.0 | false | 6c4412e19785841cd99fde35cf6ba09b |
class RobotFileParser:\n def set_url(self, url: str): ...\n def read(self): ...\n def parse(self, lines: str): ...\n def can_fetch(self, user_agent: str, url: str): ...\n def mtime(self): ...\n def modified(self): ...\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\robotparser.pyi | robotparser.pyi | Other | 230 | 0.85 | 1 | 0 | node-utils | 439 | 2024-08-05T04:33:23.680748 | BSD-3-Clause | false | b95639ec8b9f7606853589e2a2ae43cb |
from typing import Any, Optional\n\nclass _TempModule:\n mod_name: Any\n module: Any\n def __init__(self, mod_name): ...\n def __enter__(self): ...\n def __exit__(self, *args): ...\n\nclass _ModifiedArgv0:\n value: Any\n def __init__(self, value): ...\n def __enter__(self): ...\n def __exit__... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\runpy.pyi | runpy.pyi | Other | 541 | 0.85 | 0.588235 | 0 | vue-tools | 357 | 2025-02-28T17:01:52.965971 | GPL-3.0 | false | d9b9f4efa8d03dc7e9aec02a8606802d |
from typing import Any, Callable, Hashable, Iterable, Iterator, MutableMapping, Optional, TypeVar, Union\n\n_T = TypeVar("_T")\n_Setlike = Union[BaseSet[_T], Iterable[_T]]\n_SelfT = TypeVar("_SelfT")\n\nclass BaseSet(Iterable[_T]):\n def __init__(self) -> None: ...\n def __len__(self) -> int: ...\n def __repr_... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\sets.pyi | sets.pyi | Other | 2,975 | 0.85 | 0.85 | 0 | vue-tools | 643 | 2024-12-09T18:30:44.983441 | Apache-2.0 | false | 6524d2643d90c2a4954ae05311226be3 |
class sha(object):\n def update(self, arg: str) -> None: ...\n def digest(self) -> str: ...\n def hexdigest(self) -> str: ...\n def copy(self) -> sha: ...\n\ndef new(string: str = ...) -> sha: ...\n\nblocksize: int\ndigest_size: int\n | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\sha.pyi | sha.pyi | Other | 236 | 0.85 | 0.6 | 0 | awesome-app | 120 | 2023-08-26T14:12:22.075899 | Apache-2.0 | false | 19dc9b0f8bb346fbfe17f3005bf839c6 |
import collections\nfrom typing import Any, Dict, Iterator, List, Optional, Tuple\n\nclass Shelf(collections.MutableMapping[Any, Any]):\n def __init__(\n self, dict: Dict[Any, Any], protocol: Optional[int] = ..., writeback: bool = ..., keyencoding: str = ...\n ) -> None: ...\n def __iter__(self) -> Iter... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\shelve.pyi | shelve.pyi | Other | 1,612 | 0.85 | 0.722222 | 0 | react-lib | 52 | 2024-09-16T23:13:57.968583 | GPL-3.0 | false | c11d779e7765ce746b2d2380f1712c5e |
from typing import IO, Any, List, Optional, Text, TypeVar, Union\n\ndef split(s: Optional[str], comments: bool = ..., posix: bool = ...) -> List[str]: ...\n\n_SLT = TypeVar("_SLT", bound=shlex)\n\nclass shlex:\n def __init__(self, instream: Union[IO[Any], Text] = ..., infile: IO[Any] = ..., posix: bool = ...) -> Non... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\shlex.pyi | shlex.pyi | Other | 1,025 | 0.85 | 0.4 | 0 | vue-tools | 755 | 2024-03-30T06:24:48.507338 | Apache-2.0 | false | fe5c22d368714aa86929157470bc76d6 |
from types import FrameType\nfrom typing import Any, Callable, Tuple, Union\n\nSIG_DFL: int = ...\nSIG_IGN: int = ...\n\nITIMER_REAL: int = ...\nITIMER_VIRTUAL: int = ...\nITIMER_PROF: int = ...\n\nNSIG: int = ...\n\nSIGABRT: int = ...\nSIGALRM: int = ...\nSIGBREAK: int = ... # Windows\nSIGBUS: int = ...\nSIGCHLD: int... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\signal.pyi | signal.pyi | Other | 1,571 | 0.95 | 0.147059 | 0.016667 | python-kit | 23 | 2023-12-18T05:54:55.915838 | GPL-3.0 | false | 1f6c6bb4be3177f566cd812dc7733eba |
import BaseHTTPServer\nfrom StringIO import StringIO\nfrom typing import IO, Any, AnyStr, Mapping, Optional, Union\n\nclass SimpleHTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):\n server_version: str\n def do_GET(self) -> None: ...\n def do_HEAD(self) -> None: ...\n def send_head(self) -> Optiona... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\SimpleHTTPServer.pyi | SimpleHTTPServer.pyi | Other | 648 | 0.85 | 0.571429 | 0 | node-utils | 824 | 2025-06-13T22:43:52.614428 | GPL-3.0 | false | 0e75f142d14ec17c92b73d592ab48acf |
from typing import Any\n\nclass SMTPException(Exception): ...\nclass SMTPServerDisconnected(SMTPException): ...\n\nclass SMTPResponseException(SMTPException):\n smtp_code: Any\n smtp_error: Any\n args: Any\n def __init__(self, code, msg) -> None: ...\n\nclass SMTPSenderRefused(SMTPResponseException):\n s... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\smtplib.pyi | smtplib.pyi | Other | 2,542 | 0.85 | 0.55814 | 0 | vue-tools | 315 | 2024-11-16T06:53:17.125992 | Apache-2.0 | false | 39a2ddb9943e8f3ddceb60e8e6085282 |
import sys\nimport types\nfrom socket import SocketType\nfrom typing import Any, BinaryIO, Callable, ClassVar, List, Optional, Text, Tuple, Type, Union\n\nclass BaseServer:\n address_family: int\n RequestHandlerClass: Callable[..., BaseRequestHandler]\n server_address: Tuple[str, int]\n socket: SocketType\n... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\SocketServer.pyi | SocketServer.pyi | Other | 4,559 | 0.95 | 0.408696 | 0.058252 | vue-tools | 244 | 2023-12-25T18:48:43.630821 | MIT | false | 897f996999e39cb18349e67bc6e53bec |
from typing import List, NamedTuple\n\nclass struct_spwd(NamedTuple):\n sp_nam: str\n sp_pwd: str\n sp_lstchg: int\n sp_min: int\n sp_max: int\n sp_warn: int\n sp_inact: int\n sp_expire: int\n sp_flag: int\n\ndef getspall() -> List[struct_spwd]: ...\ndef getspnam(name: str) -> struct_spwd: ..... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\spwd.pyi | spwd.pyi | Other | 308 | 0.85 | 0.2 | 0 | react-lib | 414 | 2023-12-29T02:27:27.442501 | BSD-3-Clause | false | c68cfc830dc60b0c5c74c967d8d14320 |
from typing import Dict, List, TypeVar\n\nMAGIC: int\nMAXREPEAT: int\n\nclass error(Exception): ...\n\nFAILURE: str\nSUCCESS: str\nANY: str\nANY_ALL: str\nASSERT: str\nASSERT_NOT: str\nAT: str\nBIGCHARSET: str\nBRANCH: str\nCALL: str\nCATEGORY: str\nCHARSET: str\nGROUPREF: str\nGROUPREF_IGNORE: str\nGROUPREF_EXISTS: st... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\sre_constants.pyi | sre_constants.pyi | Other | 1,744 | 0.85 | 0.021505 | 0 | awesome-app | 177 | 2024-07-21T20:40:32.445608 | BSD-3-Clause | false | d5db92e98880b5225f98f790c35e0d7e |
from typing import Any, Dict, Iterable, List, Match, Optional, Pattern as _Pattern, Set, Tuple, Union\n\nSPECIAL_CHARS: str\nREPEAT_CHARS: str\nDIGITS: Set[Any]\nOCTDIGITS: Set[Any]\nHEXDIGITS: Set[Any]\nWHITESPACE: Set[Any]\nESCAPES: Dict[str, Tuple[str, int]]\nCATEGORIES: Dict[str, Union[Tuple[str, str], Tuple[str, L... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\sre_parse.pyi | sre_parse.pyi | Other | 2,311 | 0.85 | 0.435484 | 0 | vue-tools | 59 | 2023-12-30T20:17:24.673900 | Apache-2.0 | false | 8531e45ae6657336dd98fab39eee0e40 |
def S_ISDIR(mode: int) -> bool: ...\ndef S_ISCHR(mode: int) -> bool: ...\ndef S_ISBLK(mode: int) -> bool: ...\ndef S_ISREG(mode: int) -> bool: ...\ndef S_ISFIFO(mode: int) -> bool: ...\ndef S_ISLNK(mode: int) -> bool: ...\ndef S_ISSOCK(mode: int) -> bool: ...\ndef S_IMODE(mode: int) -> int: ...\ndef S_IFMT(mode: int) -... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\stat.pyi | stat.pyi | Other | 992 | 0.85 | 0.155172 | 0 | node-utils | 906 | 2025-07-06T01:16:54.611564 | Apache-2.0 | false | 35b55be6ee8b968c2c0db86c20d5cc64 |
from typing import Any, AnyStr, Iterable, List, Mapping, Optional, Sequence, Text, Tuple, Union, overload\n\nascii_letters: str\nascii_lowercase: str\nascii_uppercase: str\ndigits: str\nhexdigits: str\nletters: str\nlowercase: str\noctdigits: str\npunctuation: str\nprintable: str\nuppercase: str\nwhitespace: str\n\ndef... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\string.pyi | string.pyi | Other | 3,567 | 0.95 | 0.632353 | 0.031746 | vue-tools | 869 | 2023-07-24T02:41:02.735532 | Apache-2.0 | false | a2bbbbb83d36e9a86c9d941ee8ffb642 |
from typing import IO, Any, AnyStr, Generic, Iterable, Iterator, List, Optional\n\nclass StringIO(IO[AnyStr], Generic[AnyStr]):\n closed: bool\n softspace: int\n len: int\n name: str\n def __init__(self, buf: AnyStr = ...) -> None: ...\n def __iter__(self) -> Iterator[AnyStr]: ...\n def next(self) ... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\StringIO.pyi | StringIO.pyi | Other | 1,146 | 0.85 | 0.785714 | 0 | node-utils | 944 | 2024-11-04T23:17:43.514027 | MIT | false | 50143f5db506dcd9c6149975161b9d12 |
from typing import AnyStr, Iterable, List, Optional, Type\n\nwhitespace: str\nlowercase: str\nuppercase: str\nletters: str\ndigits: str\nhexdigits: str\noctdigits: str\n_idmap: str\n_idmapL: Optional[List[str]]\nindex_error = ValueError\natoi_error = ValueError\natof_error = ValueError\natol_error = ValueError\n\ndef l... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\stringold.pyi | stringold.pyi | Other | 2,010 | 0.85 | 0.636364 | 0 | node-utils | 403 | 2024-11-28T19:13:04.948161 | Apache-2.0 | false | 80654d70bfa0320abe0ebabe0a01ab76 |
from typing import List, Sequence\n\nlowercase: str\nuppercase: str\nwhitespace: str\n\ndef atof(a: str) -> float: ...\ndef atoi(a: str, base: int = ...) -> int: ...\ndef atol(a: str, base: int = ...) -> long: ...\ndef capitalize(s: str) -> str: ...\ndef count(s: str, sub: str, start: int = ..., end: int = ...) -> int:... | .venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\strop.pyi | strop.pyi | Other | 1,157 | 0.85 | 0.777778 | 0 | vue-tools | 99 | 2025-05-29T23:55:21.802688 | GPL-3.0 | false | 2440c1a2f75edfd9bf411b6c35264ae1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.