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
import ssl\n\nfrom . import connection, request, response, retry, ssl_, timeout, url\n\nis_connection_dropped = connection.is_connection_dropped\nmake_headers = request.make_headers\nis_fp_closed = response.is_fp_closed\nSSLContext = ssl.SSLContext\nHAS_SNI = ssl_.HAS_SNI\nassert_fingerprint = ssl_.assert_fingerprint\n...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\requests\packages\urllib3\util\__init__.pyi
__init__.pyi
Other
615
0.85
0
0
node-utils
326
2023-08-23T12:50:42.251055
BSD-3-Clause
false
f50b8cacd66512060b9afa032116840d
from logging import Logger\nfrom typing import Any, Callable, Dict, Optional, Sequence, Tuple, Type, TypeVar, Union\n\n_T = TypeVar("_T", bound=Callable[..., Any])\n_Decorator = Callable[[_T], _T]\n_R = TypeVar("_R")\n\ndef retry_call(\n f: Callable[..., _R],\n fargs: Optional[Sequence[Any]] = ...,\n fkwargs: ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\retry\api.pyi
api.pyi
Other
935
0.85
0.071429
0
python-kit
596
2025-05-28T00:40:53.368263
MIT
false
1990e0d81af8a40d0996bb4c6934f3ea
from .api import retry as retry\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\retry\__init__.pyi
__init__.pyi
Other
32
0.65
0
0
python-kit
64
2024-02-18T12:20:11.830763
GPL-3.0
false
fd70b54f6840c0cbc1909b78ab4437d1
from typing import Match\n\nclass JSONDecoder(object):\n def __init__(self, **kwargs): ...\n def decode(self, s: str, _w: Match[str], _PY3: bool): ...\n def raw_decode(self, s: str, idx: int, _w: Match[str], _PY3: bool): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\simplejson\decoder.pyi
decoder.pyi
Other
229
0.85
0.666667
0
python-kit
138
2024-06-17T12:31:55.740023
BSD-3-Clause
false
f9536e01963b354fae42481f6feeed22
from typing import Any\n\nclass JSONEncoder(object):\n def __init__(self, *args, **kwargs): ...\n def encode(self, o: Any): ...\n def default(self, o: Any): ...\n def iterencode(self, o: Any, _one_shot: bool): ...\n\nclass JSONEncoderForHTML(JSONEncoder): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\simplejson\encoder.pyi
encoder.pyi
Other
264
0.85
0.666667
0
react-lib
927
2025-02-13T03:58:20.524299
GPL-3.0
false
ca623486586a080bc6a6b3f01ca2ed0f
from typing import Optional\n\nclass JSONDecodeError(ValueError):\n msg: str = ...\n doc: str = ...\n pos: int = ...\n end: Optional[int] = ...\n lineno: int = ...\n colno: int = ...\n endlineno: Optional[int] = ...\n endcolno: Optional[int] = ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\simplejson\scanner.pyi
scanner.pyi
Other
262
0.85
0.090909
0
vue-tools
781
2024-06-20T11:43:13.844668
MIT
false
af40e6606cf560fddb20f849b189da8e
from typing import IO, Any, Text, Union\n\nfrom simplejson.decoder import JSONDecoder as JSONDecoder\nfrom simplejson.encoder import JSONEncoder as JSONEncoder, JSONEncoderForHTML as JSONEncoderForHTML\nfrom simplejson.scanner import JSONDecodeError as JSONDecodeError\n\n_LoadsString = Union[Text, bytes, bytearray]\n\n...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\simplejson\__init__.pyi
__init__.pyi
Other
538
0.85
0.333333
0
python-kit
846
2025-01-31T22:24:24.535265
MIT
false
4c1bcc4d87b7c5d3ca38175d8acaece4
from typing import Iterable, Optional\n\ndef smart_truncate(\n string: str, max_length: int = ..., word_boundary: bool = ..., separator: str = ..., save_order: bool = ...\n) -> str: ...\ndef slugify(\n text: str,\n entities: bool = ...,\n decimal: bool = ...,\n hexadecimal: bool = ...,\n max_length: i...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\slugify\slugify.pyi
slugify.pyi
Other
561
0.85
0.105263
0
vue-tools
370
2025-05-05T00:47:32.194451
MIT
false
a1107435f7c0b46fa974599f61b8373e
from typing import Sequence, Tuple\n\ndef add_uppercase_char(char_list: Sequence[Tuple[str, str]]) -> Sequence[Tuple[str, str]]: ...\n\nCYRILLIC: Sequence[Tuple[str, str]]\nGERMAN: Sequence[Tuple[str, str]]\nGREEK: Sequence[Tuple[str, str]]\nPRE_TRANSLATIONS: Sequence[Tuple[str, str]]\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\slugify\special.pyi
special.pyi
Other
279
0.85
0.125
0
python-kit
78
2024-08-21T19:47:48.222086
MIT
false
8478cc89cebfd6fe5f253cf56916187e
from .slugify import *\nfrom .special import *\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\slugify\__init__.pyi
__init__.pyi
Other
46
0.65
0
0
node-utils
831
2024-08-22T08:29:48.117350
GPL-3.0
false
58d9566b79287d709fa34ffba2d46938
from pytz import BaseTzInfo\n\ndef reload_localzone() -> None: ...\ndef get_localzone() -> BaseTzInfo: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\tzlocal\__init__.pyi
__init__.pyi
Other
104
0.85
0.5
0
react-lib
835
2023-12-11T18:51:01.015274
Apache-2.0
false
fe4bff923e9c61ac3a35ba3f8f6a7103
from _typeshed import SupportsWrite\nfrom typing import (\n IO,\n Any,\n Callable,\n Container,\n Dict,\n Generic,\n Iterable,\n Iterator,\n List,\n Mapping,\n MutableSet,\n NoReturn,\n Optional,\n Text,\n Tuple,\n Type,\n TypeVar,\n Union,\n overload,\n)\n\n_K =...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\datastructures.pyi
datastructures.pyi
Other
15,587
0.95
0.615721
0
vue-tools
893
2024-12-30T23:30:37.849465
Apache-2.0
false
86e67e763b6e6dec3af9e8e5e054a2a3
import datetime\nfrom _typeshed.wsgi import StartResponse, WSGIEnvironment\nfrom typing import Any, Dict, Iterable, List, NoReturn, Optional, Protocol, Text, Tuple, Type, Union\n\nfrom werkzeug.wrappers import Response\n\nclass _EnvironContainer(Protocol):\n @property\n def environ(self) -> WSGIEnvironment: ...\n...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\exceptions.pyi
exceptions.pyi
Other
4,942
0.85
0.300546
0
python-kit
988
2025-02-12T19:40:44.020566
BSD-3-Clause
false
6a8e08ca6ec3b11c37e13b070c2cd6c1
from typing import Any\n\nhas_likely_buggy_unicode_filesystem: Any\n\nclass BrokenFilesystemWarning(RuntimeWarning, UnicodeWarning): ...\n\ndef get_filesystem_encoding(): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\filesystem.pyi
filesystem.pyi
Other
169
0.85
0.285714
0
react-lib
536
2023-08-25T09:37:36.554019
Apache-2.0
false
c45b4562d2605985ec23c5f36314c507
from _typeshed.wsgi import WSGIEnvironment\nfrom typing import (\n IO,\n Any,\n Callable,\n Dict,\n Generator,\n Iterable,\n Mapping,\n NoReturn,\n Optional,\n Protocol,\n Text,\n Tuple,\n TypeVar,\n Union,\n)\n\nfrom .datastructures import Headers\n\n_Dict = Any\n_ParseFunc = ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\formparser.pyi
formparser.pyi
Other
3,702
0.85
0.22549
0
awesome-app
428
2023-07-17T19:01:44.007783
GPL-3.0
false
4bc2ffa08ca47c704d1faa53b396a0c6
import sys\nfrom _typeshed.wsgi import WSGIEnvironment\nfrom datetime import datetime, timedelta\nfrom typing import (\n Any,\n Callable,\n Dict,\n Iterable,\n List,\n Mapping,\n Optional,\n SupportsInt,\n Text,\n Tuple,\n Type,\n TypeVar,\n Union,\n overload,\n)\n\nfrom .datas...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\http.pyi
http.pyi
Other
5,335
0.95
0.306569
0.007634
node-utils
420
2024-10-02T02:17:55.169512
MIT
false
b0b0ebacc1a0dcd7685ae0644c45c326
from typing import Any, Optional\n\ndef release_local(local): ...\n\nclass Local:\n def __init__(self): ...\n def __iter__(self): ...\n def __call__(self, proxy): ...\n def __release_local__(self): ...\n def __getattr__(self, name): ...\n def __setattr__(self, name, value): ...\n def __delattr__(se...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\local.pyi
local.pyi
Other
2,315
0.85
0.35
0
vue-tools
913
2024-10-15T00:40:01.777147
GPL-3.0
false
b7ae0e79cc2a248f43b0eb1bb87e5f89
from typing import Any\n\nfrom ._compat import to_unicode as to_unicode\nfrom .filesystem import get_filesystem_encoding as get_filesystem_encoding\n\ncan_rename_open_file: Any\n\ndef rename(src, dst): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\posixemulation.pyi
posixemulation.pyi
Other
199
0.85
0.125
0
node-utils
130
2025-05-08T20:33:02.254395
BSD-3-Clause
false
046a4b1ed1adc1b0e5814afab89893ce
from typing import Any, Optional, Text\n\nfrom werkzeug.exceptions import HTTPException\n\ndef parse_converter_args(argstr): ...\ndef parse_rule(rule): ...\n\nclass RoutingException(Exception): ...\n\nclass RequestRedirect(HTTPException, RoutingException):\n code: Any\n new_url: Any\n def __init__(self, new_ur...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\routing.pyi
routing.pyi
Other
6,802
0.85
0.378261
0
python-kit
764
2023-09-12T03:06:24.193655
Apache-2.0
false
d07ffa6cc87d5a38ecb0355207a8a3a8
from typing import Any, Optional\n\nargument_types: Any\nconverters: Any\n\ndef run(namespace: Optional[Any] = ..., action_prefix: str = ..., args: Optional[Any] = ...): ...\ndef fail(message, code: int = ...): ...\ndef find_actions(namespace, action_prefix): ...\ndef print_usage(actions): ...\ndef analyse_action(func)...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\script.pyi
script.pyi
Other
768
0.85
0.291667
0
awesome-app
484
2024-10-11T19:37:49.851649
MIT
false
273f7b9f2377994077b7154c8408cccd
from typing import Any, Optional\n\nSALT_CHARS: Any\nDEFAULT_PBKDF2_ITERATIONS: Any\n\ndef pbkdf2_hex(data, salt, iterations=..., keylen: Optional[Any] = ..., hashfunc: Optional[Any] = ...): ...\ndef pbkdf2_bin(data, salt, iterations=..., keylen: Optional[Any] = ..., hashfunc: Optional[Any] = ...): ...\ndef safe_str_cm...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\security.pyi
security.pyi
Other
524
0.85
0.583333
0
awesome-app
718
2024-12-02T08:53:41.070424
MIT
false
be0b54d50d5bce0b09dd23905d391346
import sys\nfrom typing import Any, Optional\n\nif sys.version_info < (3,):\n from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer\n from SocketServer import ThreadingMixIn\nelse:\n from http.server import BaseHTTPRequestHandler, HTTPServer\n from socketserver import ThreadingMixIn\n\nif sys.platfo...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\serving.pyi
serving.pyi
Other
4,057
0.85
0.328571
0
node-utils
349
2024-01-11T11:54:29.038817
Apache-2.0
false
1db534549b87438d30ecf2976ef2e356
import sys\nfrom _typeshed.wsgi import WSGIEnvironment\nfrom typing import Any, Generic, Optional, Text, Tuple, Type, TypeVar, overload\nfrom typing_extensions import Literal\n\nif sys.version_info < (3,):\n from cookielib import CookieJar\n from urllib2 import Request as U2Request\nelse:\n from http.cookiejar...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\test.pyi
test.pyi
Other
6,138
0.95
0.337143
0.012121
react-lib
267
2024-07-19T11:34:23.063129
Apache-2.0
true
50186a846f4f07730d87042a7e5dd55f
from typing import Any\n\nfrom werkzeug.wrappers import BaseRequest as Request, BaseResponse as Response\n\nlogo: Any\nTEMPLATE: Any\n\ndef iter_sys_path(): ...\ndef render_testapp(req): ...\ndef test_app(environ, start_response): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\testapp.pyi
testapp.pyi
Other
226
0.85
0.3
0
react-lib
179
2025-03-15T18:42:28.624818
MIT
true
de7f882ee1d4bba95aa2866827d04035
from typing import Any, NamedTuple, Optional, Text\n\nclass _URLTuple(NamedTuple):\n scheme: Any\n netloc: Any\n path: Any\n query: Any\n fragment: Any\n\nclass BaseURL(_URLTuple):\n def replace(self, **kwargs): ...\n @property\n def host(self): ...\n @property\n def ascii_host(self): ...\...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\urls.pyi
urls.pyi
Other
2,898
0.85
0.446809
0
awesome-app
652
2025-07-06T18:31:55.347540
BSD-3-Clause
false
6b0907ad0cebdbe59f5e1470452d10b0
from typing import Any, Optional\n\nclass UserAgentParser:\n platforms: Any\n browsers: Any\n def __init__(self): ...\n def __call__(self, user_agent): ...\n\nclass UserAgent:\n string: Any\n platform: Optional[str]\n browser: Optional[str]\n version: Optional[str]\n language: Optional[str]\n...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\useragents.pyi
useragents.pyi
Other
431
0.85
0.388889
0
react-lib
478
2024-07-05T23:40:40.682607
BSD-3-Clause
false
1f9063b6ca50e90d6ba2550949cd9fe9
from typing import Any, Optional, Text, Type, TypeVar, overload\n\nfrom werkzeug._internal import _DictAccessorProperty\nfrom werkzeug.wrappers import Response\n\nclass cached_property(property):\n __name__: Any\n __module__: Any\n __doc__: Any\n func: Any\n def __init__(self, func, name: Optional[Any] =...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\utils.pyi
utils.pyi
Other
1,962
0.95
0.482759
0.041667
node-utils
872
2025-05-09T10:25:52.554009
MIT
false
55b85b9a4c7168de2e834fafedc05430
from _typeshed.wsgi import InputStream, WSGIEnvironment\nfrom datetime import datetime\nfrom typing import (\n Any,\n Callable,\n Iterable,\n Iterator,\n Mapping,\n MutableMapping,\n Optional,\n Sequence,\n Text,\n Tuple,\n Type,\n TypeVar,\n Union,\n overload,\n)\nfrom typing_...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\wrappers.pyi
wrappers.pyi
Other
9,115
0.95
0.342561
0.007326
node-utils
198
2023-07-18T11:37:38.616282
BSD-3-Clause
false
7381707431a33fdec13b105c257a68db
from _typeshed import SupportsRead\nfrom _typeshed.wsgi import InputStream, WSGIEnvironment\nfrom typing import Any, Iterable, Optional, Text\n\nfrom .middleware.dispatcher import DispatcherMiddleware as DispatcherMiddleware\nfrom .middleware.http_proxy import ProxyMiddleware as ProxyMiddleware\nfrom .middleware.shared...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\wsgi.pyi
wsgi.pyi
Other
3,030
0.85
0.608108
0
node-utils
85
2025-05-05T00:45:03.434711
BSD-3-Clause
false
bf3770595d855894ac5bbd2f868d78da
import sys\nfrom typing import Any, Optional, Text\n\nif sys.version_info >= (3,):\n from io import BytesIO as BytesIO, StringIO as StringIO\n\n NativeStringIO = StringIO\nelse:\n import cStringIO\n from StringIO import StringIO as StringIO\n\n BytesIO = cStringIO.StringIO\n NativeStringIO = BytesIO\n...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\_compat.pyi
_compat.pyi
Other
1,271
0.85
0.283019
0
vue-tools
303
2024-02-21T21:41:49.795802
BSD-3-Clause
false
6c7658053e6cc457fb9c6f03dd1dfc1b
from typing import Any, Optional\n\nclass _Missing:\n def __reduce__(self): ...\n\nclass _DictAccessorProperty:\n read_only: Any\n name: Any\n default: Any\n load_func: Any\n dump_func: Any\n __doc__: Any\n def __init__(\n self,\n name,\n default: Optional[Any] = ...,\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\_internal.pyi
_internal.pyi
Other
644
0.85
0.307692
0
python-kit
520
2024-04-09T20:24:36.045875
Apache-2.0
false
f4cede6a5b870776b07545ba82672aa1
from typing import Any, Optional\n\nclass ReloaderLoop:\n name: Any\n extra_files: Any\n interval: float\n def __init__(self, extra_files: Optional[Any] = ..., interval: float = ...): ...\n def run(self): ...\n def restart_with_reloader(self): ...\n def trigger_reload(self, filename): ...\n def ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\_reloader.pyi
_reloader.pyi
Other
826
0.85
0.448276
0
awesome-app
286
2024-05-28T02:59:07.048280
BSD-3-Clause
false
7232440d47e5d175f8e34365258022d1
from types import ModuleType\nfrom typing import Any\n\nfrom werkzeug import (\n _internal,\n datastructures,\n debug,\n exceptions,\n formparser,\n http,\n local,\n security,\n serving,\n test,\n testapp,\n urls,\n useragents,\n utils,\n wrappers,\n wsgi,\n)\n\nclass mod...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\__init__.pyi
__init__.pyi
Other
5,307
0.85
0.019868
0
python-kit
818
2023-09-25T20:22:09.524692
MIT
false
cd2395fdd75e4a30b2d3e272bd6ecce5
from typing import Any, Optional\n\nXHTML_NAMESPACE: Any\n\ndef format_iso8601(obj): ...\n\nclass AtomFeed:\n default_generator: Any\n title: Any\n title_type: Any\n url: Any\n feed_url: Any\n id: Any\n updated: Any\n author: Any\n icon: Any\n logo: Any\n rights: Any\n rights_type: A...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\atom.pyi
atom.pyi
Other
1,136
0.85
0.24
0
python-kit
944
2024-09-20T08:17:55.351030
BSD-3-Clause
false
e7f120bad35990db93b03e85e25db179
from typing import Any, Optional\n\nclass BaseCache:\n default_timeout: float\n def __init__(self, default_timeout: float = ...): ...\n def get(self, key): ...\n def delete(self, key): ...\n def get_many(self, *keys): ...\n def get_dict(self, *keys): ...\n def set(self, key, value, timeout: Optiona...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\cache.pyi
cache.pyi
Other
3,375
0.85
0.73913
0.011905
awesome-app
748
2024-10-07T06:44:14.416516
GPL-3.0
false
0e9656606320ece8dc670838c2c42dd0
from _typeshed.wsgi import StartResponse, WSGIApplication, WSGIEnvironment\nfrom typing import Any, Iterable, List, Mapping, Optional, Set, Text\n\nfrom ..middleware.proxy_fix import ProxyFix as ProxyFix\n\nclass CGIRootFix(object):\n app: WSGIApplication\n app_root: Text\n def __init__(self, app: WSGIApplicat...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\fixers.pyi
fixers.pyi
Other
1,650
0.85
0.428571
0
awesome-app
229
2023-12-25T00:55:50.513040
GPL-3.0
false
235974fc4bd1beda62fbfd602816a5be
from typing import Any, Optional, Text, Union\n\ngreenlet: Any\n\nclass IterIO:\n def __new__(cls, obj, sentinel: Union[Text, bytes] = ...): ...\n def __iter__(self): ...\n def tell(self): ...\n def isatty(self): ...\n def seek(self, pos, mode: int = ...): ...\n def truncate(self, size: Optional[Any] ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\iterio.pyi
iterio.pyi
Other
1,202
0.85
0.717949
0
awesome-app
566
2024-05-03T22:25:19.733992
MIT
false
eec7fb6ce2d190b4bd5d22d5c62ad96c
from typing import Any\n\ndef dumps(*args): ...\ndef render_template(name_parts, rules, converters): ...\ndef generate_map(map, name: str = ...): ...\ndef generate_adapter(adapter, name: str = ..., map_name: str = ...): ...\ndef js_to_url_function(converter): ...\ndef NumberConverter_js_to_url(conv): ...\n\njs_to_url_f...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\jsrouting.pyi
jsrouting.pyi
Other
325
0.85
0.6
0
vue-tools
799
2025-03-30T19:39:53.418166
Apache-2.0
false
24b3a073df8a3f6dca50656e40085b3b
from typing import Any\n\nclass StreamLimitMiddleware:\n app: Any\n maximum_size: Any\n def __init__(self, app, maximum_size=...): ...\n def __call__(self, environ, start_response): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\limiter.pyi
limiter.pyi
Other
192
0.85
0.428571
0
vue-tools
919
2025-04-28T18:17:34.096865
Apache-2.0
false
64e867e8aa8b6cb65bda6e8b6f9c9f70
from ..middleware.lint import *\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\lint.pyi
lint.pyi
Other
32
0.65
0
0
awesome-app
500
2025-02-17T11:23:56.225823
BSD-3-Clause
false
fa378c07bd4541a76c8c227f18d260ec
from _typeshed import SupportsWrite\nfrom typing import AnyStr, Generic, Tuple\n\nfrom ..middleware.profiler import *\n\nclass MergeStream(Generic[AnyStr]):\n streams: Tuple[SupportsWrite[AnyStr], ...]\n def __init__(self, *streams: SupportsWrite[AnyStr]) -> None: ...\n def write(self, data: AnyStr) -> None: ....
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\profiler.pyi
profiler.pyi
Other
315
0.85
0.333333
0
node-utils
773
2024-04-10T05:52:25.841562
MIT
false
85153abefe96970bd2a57ce9dd18e2a4
from hashlib import sha1 as _default_hash\nfrom hmac import new as hmac\nfrom typing import Any, Optional\n\nfrom werkzeug.contrib.sessions import ModificationTrackingDict\n\nclass UnquoteError(Exception): ...\n\nclass SecureCookie(ModificationTrackingDict[Any, Any]):\n hash_method: Any\n serialization_method: An...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\securecookie.pyi
securecookie.pyi
Other
1,212
0.85
0.25641
0
python-kit
456
2024-02-27T14:18:59.854477
GPL-3.0
false
67e992661504b6c68e9501258b9e2115
from typing import Any, Optional, Text, TypeVar\n\nfrom werkzeug.datastructures import CallbackDict\n\n_K = TypeVar("_K")\n_V = TypeVar("_V")\n\ndef generate_key(salt: Optional[Any] = ...): ...\n\nclass ModificationTrackingDict(CallbackDict[_K, _V]):\n modified: Any\n def __init__(self, *args, **kwargs): ...\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\sessions.pyi
sessions.pyi
Other
2,074
0.85
0.350649
0
node-utils
288
2025-01-22T22:40:34.036835
BSD-3-Clause
false
4351641c7f0e6f83df8f68edf9f921de
from werkzeug.wrappers import Response\n\nclass ContentAccessors:\n def xml(self): ...\n def lxml(self): ...\n def json(self): ...\n\nclass TestResponse(Response, ContentAccessors): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\testtools.pyi
testtools.pyi
Other
188
0.85
0.625
0
vue-tools
51
2024-12-17T20:10:07.778549
MIT
true
eca44f6dee452a40ddb8537bf7828489
from typing import Any\n\ndef is_known_charset(charset): ...\n\nclass JSONRequestMixin:\n def json(self): ...\n\nclass ProtobufRequestMixin:\n protobuf_check_initialization: Any\n def parse_protobuf(self, proto_type): ...\n\nclass RoutingArgsRequestMixin:\n routing_args: Any\n routing_vars: Any\n\nclass ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\contrib\wrappers.pyi
wrappers.pyi
Other
603
0.85
0.481481
0
react-lib
516
2024-09-14T01:05:41.140948
Apache-2.0
false
3bd2bae80be6cb738ba3bf3d8f3d3c0d
import code\nfrom typing import Any, Optional\n\nclass HTMLStringO:\n def __init__(self): ...\n def isatty(self): ...\n def close(self): ...\n def flush(self): ...\n def seek(self, n, mode: int = ...): ...\n def readline(self): ...\n def reset(self): ...\n def write(self, x): ...\n def writel...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\debug\console.pyi
console.pyi
Other
1,207
0.85
0.704545
0
python-kit
122
2023-09-11T04:48:49.289008
GPL-3.0
false
d84fa28de468fc3e7016e36dd4c50f3e
from typing import Any, Optional\n\ndeque: Any\nmissing: Any\nRegexType: Any\nHELP_HTML: Any\nOBJECT_DUMP_HTML: Any\n\ndef debug_repr(obj): ...\ndef dump(obj=...): ...\n\nclass _Helper:\n def __call__(self, topic: Optional[Any] = ...): ...\n\nhelper: Any\n\nclass DebugReprGenerator:\n def __init__(self): ...\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\debug\repr.pyi
repr.pyi
Other
846
0.85
0.484848
0
vue-tools
795
2023-10-22T12:18:16.237848
Apache-2.0
false
44e5d52de441b1faed0222fb37e41be7
from typing import Any, Optional\n\nUTF8_COOKIE: Any\nsystem_exceptions: Any\nHEADER: Any\nFOOTER: Any\nPAGE_HTML: Any\nCONSOLE_HTML: Any\nSUMMARY_HTML: Any\nFRAME_HTML: Any\nSOURCE_LINE_HTML: Any\n\ndef render_console_html(secret, evalex_trusted: bool = ...): ...\ndef get_current_traceback(ignore_system_exceptions: bo...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\debug\tbtools.pyi
tbtools.pyi
Other
1,687
0.85
0.428571
0
awesome-app
590
2023-07-31T05:09:16.345930
GPL-3.0
false
8376143817313b6d7fc71d8b147a8291
from typing import Any, Optional\n\nfrom werkzeug.wrappers import BaseRequest as Request, BaseResponse as Response\n\nPIN_TIME: Any\n\ndef hash_pin(pin): ...\ndef get_machine_id(): ...\n\nclass _ConsoleFrame:\n console: Any\n id: Any\n def __init__(self, namespace): ...\n\ndef get_pin_and_cookie_name(app): ......
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\debug\__init__.pyi
__init__.pyi
Other
1,384
0.85
0.333333
0
vue-tools
310
2025-02-08T00:06:09.406640
BSD-3-Clause
false
767d9c98bd58eb25ec1f4afe88d49fe1
from _typeshed.wsgi import StartResponse, WSGIApplication, WSGIEnvironment\nfrom typing import Iterable, Mapping, Optional, Text\n\nclass DispatcherMiddleware(object):\n app: WSGIApplication\n mounts: Mapping[Text, WSGIApplication]\n def __init__(self, app: WSGIApplication, mounts: Optional[Mapping[Text, WSGIA...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\middleware\dispatcher.pyi
dispatcher.pyi
Other
451
0.85
0.375
0
vue-tools
713
2023-09-27T03:03:06.662882
Apache-2.0
false
31deb564865c828b87bd3ba796a7d197
from _typeshed.wsgi import StartResponse, WSGIApplication, WSGIEnvironment\nfrom typing import Any, Dict, Iterable, Mapping, MutableMapping, Text\n\n_Opts = Mapping[Text, Any]\n_MutableOpts = MutableMapping[Text, Any]\n\nclass ProxyMiddleware(object):\n app: WSGIApplication\n targets: Dict[Text, _MutableOpts]\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\middleware\http_proxy.pyi
http_proxy.pyi
Other
652
0.85
0.285714
0
node-utils
320
2023-12-24T01:09:07.712184
BSD-3-Clause
false
6479c5fc4d52a9ee056f6c0521bc5add
import sys\nfrom _typeshed import SupportsWrite\nfrom _typeshed.wsgi import StartResponse, WSGIApplication, WSGIEnvironment\nfrom typing import Any, Iterable, Iterator, List, Mapping, Optional, Protocol, Tuple\n\nfrom ..datastructures import Headers\n\nclass WSGIWarning(Warning): ...\nclass HTTPWarning(Warning): ...\n\...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\middleware\lint.pyi
lint.pyi
Other
2,389
0.85
0.66129
0
react-lib
402
2024-05-30T13:50:14.700262
BSD-3-Clause
false
77ebd5b46b9923eda8c2f9a91e1c0c08
from _typeshed.wsgi import StartResponse, WSGIApplication, WSGIEnvironment\nfrom typing import IO, Iterable, List, Optional, Text, Tuple, Union\n\nclass ProfilerMiddleware(object):\n def __init__(\n self,\n app: WSGIApplication,\n stream: IO[str] = ...,\n sort_by: Tuple[Text, Text] = ...,...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\middleware\profiler.pyi
profiler.pyi
Other
569
0.85
0.214286
0
vue-tools
256
2023-10-06T02:05:01.940577
Apache-2.0
false
1229dc0a7fb41eff7165297bcce63e6f
from _typeshed.wsgi import StartResponse, WSGIApplication, WSGIEnvironment\nfrom typing import Iterable, Optional\n\nclass ProxyFix(object):\n app: WSGIApplication\n x_for: int\n x_proto: int\n x_host: int\n x_port: int\n x_prefix: int\n num_proxies: int\n def __init__(\n self,\n a...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\middleware\proxy_fix.pyi
proxy_fix.pyi
Other
712
0.85
0.173913
0
python-kit
52
2025-01-22T01:04:52.187469
MIT
false
4c00fd0fb0add0970d2136bad3b32b72
import datetime\nfrom _typeshed.wsgi import StartResponse, WSGIApplication, WSGIEnvironment\nfrom typing import IO, Callable, Iterable, List, Mapping, Optional, Text, Tuple, Union\n\n_V = Union[Tuple[Text, Text], Text]\n\n_Opener = Callable[[], Tuple[IO[bytes], datetime.datetime, int]]\n_Loader = Callable[[Optional[Tex...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\werkzeug\middleware\shared_data.pyi
shared_data.pyi
Other
1,295
0.85
0.275862
0
node-utils
501
2023-12-01T22:15:04.175728
MIT
false
8802a833a48086d7753595804c9bb67f
from typing import Any\n\nfrom yaml.error import MarkedYAMLError\n\nclass ComposerError(MarkedYAMLError): ...\n\nclass Composer:\n anchors: Any\n def __init__(self) -> None: ...\n def check_node(self): ...\n def get_node(self): ...\n def get_single_node(self): ...\n def compose_document(self): ...\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\composer.pyi
composer.pyi
Other
496
0.85
0.647059
0
node-utils
727
2025-07-03T14:13:27.306628
MIT
false
1d605d269dd92097673209028c521705
import sys\nfrom typing import Any\n\nfrom yaml.error import MarkedYAMLError\n\nclass ConstructorError(MarkedYAMLError): ...\n\nclass BaseConstructor:\n yaml_constructors: Any\n yaml_multi_constructors: Any\n constructed_objects: Any\n recursive_objects: Any\n state_generators: Any\n deep_construct: A...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\constructor.pyi
constructor.pyi
Other
3,603
0.85
0.755814
0
vue-tools
505
2024-12-02T16:36:09.937589
MIT
false
6c085913b2b624673f481260946af53a
from _typeshed import SupportsRead\nfrom typing import IO, Any, Mapping, Optional, Sequence, Text, Union\n\nfrom yaml.constructor import BaseConstructor, Constructor, SafeConstructor\nfrom yaml.representer import BaseRepresenter, Representer, SafeRepresenter\nfrom yaml.resolver import BaseResolver, Resolver\nfrom yaml....
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\cyaml.pyi
cyaml.pyi
Other
2,292
0.95
0.238095
0
vue-tools
253
2024-02-22T07:44:20.910852
BSD-3-Clause
false
b34608b1f748ae65bbc88b9e90f61450
from yaml.emitter import Emitter\nfrom yaml.representer import BaseRepresenter, Representer, SafeRepresenter\nfrom yaml.resolver import BaseResolver, Resolver\nfrom yaml.serializer import Serializer\n\nclass BaseDumper(Emitter, Serializer, BaseRepresenter, BaseResolver):\n def __init__(\n self,\n strea...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\dumper.pyi
dumper.pyi
Other
1,548
0.85
0.098361
0
react-lib
330
2023-08-01T16:17:40.176971
GPL-3.0
false
d66cb58d7d8e883618b485a1ddf2d2e5
from typing import Any\n\nfrom yaml.error import YAMLError\n\nclass EmitterError(YAMLError): ...\n\nclass ScalarAnalysis:\n scalar: Any\n empty: Any\n multiline: Any\n allow_flow_plain: Any\n allow_block_plain: Any\n allow_single_quoted: Any\n allow_double_quoted: Any\n allow_block: Any\n def...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\emitter.pyi
emitter.pyi
Other
3,802
0.85
0.577982
0
vue-tools
629
2025-02-05T08:38:22.802557
BSD-3-Clause
false
985dc41f774b01f18e94b371c8291a9e
from typing import Any\n\nclass Mark:\n name: Any\n index: Any\n line: Any\n column: Any\n buffer: Any\n pointer: Any\n def __init__(self, name, index, line, column, buffer, pointer) -> None: ...\n def get_snippet(self, indent=..., max_length=...): ...\n\nclass YAMLError(Exception): ...\n\nclass...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\error.pyi
error.pyi
Other
535
0.85
0.285714
0
vue-tools
24
2025-03-30T23:59:12.523612
Apache-2.0
false
3881336c978c8362e06f4d8c001af2d6
from typing import Any\n\nclass Event:\n start_mark: Any\n end_mark: Any\n def __init__(self, start_mark=..., end_mark=...) -> None: ...\n\nclass NodeEvent(Event):\n anchor: Any\n start_mark: Any\n end_mark: Any\n def __init__(self, anchor, start_mark=..., end_mark=...) -> None: ...\n\nclass Collec...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\events.pyi
events.pyi
Other
1,662
0.85
0.33871
0
awesome-app
913
2024-05-30T09:54:49.536814
MIT
false
ad58ce07a1f7d309a60b63348a701db0
from yaml.composer import Composer\nfrom yaml.constructor import BaseConstructor, Constructor, FullConstructor, SafeConstructor\nfrom yaml.parser import Parser\nfrom yaml.reader import Reader\nfrom yaml.resolver import BaseResolver, Resolver\nfrom yaml.scanner import Scanner\n\nclass BaseLoader(Reader, Scanner, Parser,...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\loader.pyi
loader.pyi
Other
767
0.85
0.444444
0
react-lib
404
2024-03-31T14:48:24.744018
BSD-3-Clause
false
8fe97776222a3b0d0149d0bfbb4a1d76
from typing import Any\n\nclass Node:\n tag: Any\n value: Any\n start_mark: Any\n end_mark: Any\n def __init__(self, tag, value, start_mark, end_mark) -> None: ...\n\nclass ScalarNode(Node):\n id: Any\n tag: Any\n value: Any\n start_mark: Any\n end_mark: Any\n style: Any\n def __init...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\nodes.pyi
nodes.pyi
Other
685
0.85
0.258065
0
python-kit
911
2023-11-13T12:45:10.208468
BSD-3-Clause
false
b2fa87bf6618ceec4020351c8a943d7c
from typing import Any\n\nfrom yaml.error import MarkedYAMLError\n\nclass ParserError(MarkedYAMLError): ...\n\nclass Parser:\n DEFAULT_TAGS: Any\n current_event: Any\n yaml_version: Any\n tag_handles: Any\n states: Any\n marks: Any\n state: Any\n def __init__(self) -> None: ...\n def dispose(...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\parser.pyi
parser.pyi
Other
1,664
0.85
0.733333
0
python-kit
237
2023-12-19T18:36:08.567942
Apache-2.0
false
fc9fab7734ec158d9eabf3885252f9d8
from typing import Any\n\nfrom yaml.error import YAMLError\n\nclass ReaderError(YAMLError):\n name: Any\n character: Any\n position: Any\n encoding: Any\n reason: Any\n def __init__(self, name, position, character, encoding, reason) -> None: ...\n\nclass Reader:\n name: Any\n stream: Any\n st...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\reader.pyi
reader.pyi
Other
832
0.85
0.342857
0
node-utils
125
2024-12-29T06:43:31.393398
MIT
false
b005836f1a488e737780a347d4abf1da
import sys\nfrom typing import Any\n\nfrom yaml.error import YAMLError\n\nclass RepresenterError(YAMLError): ...\n\nclass BaseRepresenter:\n yaml_representers: Any\n yaml_multi_representers: Any\n default_style: Any\n default_flow_style: Any\n sort_keys: bool\n represented_objects: Any\n object_kee...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\representer.pyi
representer.pyi
Other
2,185
0.85
0.683333
0
vue-tools
202
2023-12-05T20:26:18.607727
MIT
false
59772d184f798354366b77599cb1e299
from typing import Any\n\nfrom yaml.error import YAMLError\n\nclass ResolverError(YAMLError): ...\n\nclass BaseResolver:\n DEFAULT_SCALAR_TAG: Any\n DEFAULT_SEQUENCE_TAG: Any\n DEFAULT_MAPPING_TAG: Any\n yaml_implicit_resolvers: Any\n yaml_path_resolvers: Any\n resolver_exact_paths: Any\n resolver_...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\resolver.pyi
resolver.pyi
Other
786
0.85
0.4
0
react-lib
959
2024-04-02T07:53:14.747775
BSD-3-Clause
false
6f8f2089765f7a1f1f741cb6c893a1ac
from typing import Any\n\nfrom yaml.error import MarkedYAMLError\n\nclass ScannerError(MarkedYAMLError): ...\n\nclass SimpleKey:\n token_number: Any\n required: Any\n index: Any\n line: Any\n column: Any\n mark: Any\n def __init__(self, token_number, required, index, line, column, mark) -> None: .....
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\scanner.pyi
scanner.pyi
Other
3,573
0.85
0.773196
0
node-utils
879
2024-06-22T15:15:05.144453
BSD-3-Clause
false
27ceaf291607b0759b1adfa6d9c2d0d9
from typing import Any\n\nfrom yaml.error import YAMLError\n\nclass SerializerError(YAMLError): ...\n\nclass Serializer:\n ANCHOR_TEMPLATE: Any\n use_encoding: Any\n use_explicit_start: Any\n use_explicit_end: Any\n use_version: Any\n use_tags: Any\n serialized_nodes: Any\n anchors: Any\n las...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\serializer.pyi
serializer.pyi
Other
666
0.85
0.375
0
awesome-app
684
2025-02-03T21:08:21.525794
GPL-3.0
false
da0faddc0f9482632e6a581824123cb6
from typing import Any\n\nclass Token:\n start_mark: Any\n end_mark: Any\n def __init__(self, start_mark, end_mark) -> None: ...\n\nclass DirectiveToken(Token):\n id: Any\n name: Any\n value: Any\n start_mark: Any\n end_mark: Any\n def __init__(self, name, value, start_mark, end_mark) -> None...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\tokens.pyi
tokens.pyi
Other
1,792
0.85
0.301075
0
awesome-app
671
2024-11-15T02:30:29.581847
GPL-3.0
false
bbc29f4dc3b4c2908b6278df1111e8b1
import sys\nfrom typing import IO, Any, Iterator, Optional, Sequence, Text, Union, overload\n\nfrom yaml.dumper import * # noqa: F403\nfrom yaml.error import * # noqa: F403\nfrom yaml.events import * # noqa: F403\nfrom yaml.loader import * # noqa: F403\nfrom yaml.nodes import * # noqa: F403\nfrom yaml.tokens impor...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\yaml\__init__.pyi
__init__.pyi
Other
6,559
0.95
0.141818
0.033582
python-kit
631
2024-07-10T19:52:34.424550
MIT
false
892d096a5ef2b32355095d2eeb1c8b1e
import sys\nfrom typing import Any, Callable, ClassVar, Generic, Iterator, Mapping, TypeVar\n\nif sys.version_info >= (3, 9):\n from types import GenericAlias\n\n_T = TypeVar("_T")\n\nclass ContextVar(Generic[_T]):\n def __init__(self, name: str, *, default: _T = ...) -> None: ...\n @property\n def name(sel...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\contextvars.pyi
contextvars.pyi
Other
1,405
0.95
0.605263
0.0625
react-lib
680
2025-06-21T04:51:41.144359
MIT
false
155021788c08ebd9942080551c7fe4f4
import sys\nfrom typing import Any, Callable, Dict, Generic, Iterable, List, Mapping, Optional, Tuple, Type, TypeVar, Union, overload\n\nif sys.version_info >= (3, 9):\n from types import GenericAlias\n\n_T = TypeVar("_T")\n\nclass _MISSING_TYPE: ...\n\nMISSING: _MISSING_TYPE\n@overload\ndef asdict(obj: Any) -> Dict...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\dataclasses.pyi
dataclasses.pyi
Other
2,737
0.95
0.242105
0.081395
node-utils
968
2024-11-29T05:06:58.218736
MIT
false
a464e0cdf35141573b1ef43c21788aae
import collections\nfrom typing import Any, Dict, Generic, Iterable, Iterator, Mapping, Tuple, Type, TypeVar, overload\n\n_S = TypeVar("_S")\n_KT = TypeVar("_KT")\n_VT = TypeVar("_VT")\n\nclass frozendict(Mapping[_KT, _VT], Generic[_KT, _VT]):\n\n dict_cls: Type[Dict] = ...\n @overload\n def __init__(self, **k...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\frozendict.pyi
frozendict.pyi
Other
895
0.85
0.444444
0
awesome-app
443
2024-11-11T17:51:22.201949
BSD-3-Clause
false
eddaf02d8b48cef122660f308c200312
from typing import Any, Callable, Optional, Union\n\n__version__: str\n\ndef dumps(__obj: Any, default: Optional[Callable[[Any], Any]] = ..., option: Optional[int] = ...) -> bytes: ...\ndef loads(__obj: Union[bytes, bytearray, str]) -> Any: ...\n\nclass JSONDecodeError(ValueError): ...\nclass JSONEncodeError(TypeError)...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\orjson.pyi
orjson.pyi
Other
656
0.85
0.166667
0
react-lib
586
2023-10-18T03:37:40.745801
GPL-3.0
false
7ffef6d22deec0fcf66b5dd7b114f396
from types import CodeType, FrameType, TracebackType, coroutine\nfrom typing import Any, Coroutine, Generator, Generic, Iterator, Optional, Type, TypeVar, Union\n\n_T = TypeVar("_T")\n_T_co = TypeVar("_T_co", covariant=True)\n_V_co = TypeVar("_V_co", covariant=True)\n_T_contra = TypeVar("_T_contra", contravariant=True)...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\aiofiles\base.pyi
base.pyi
Other
1,490
0.85
0.514286
0
vue-tools
326
2024-04-06T14:23:58.640834
MIT
false
f2b531f48748c05cdde85503766033b3
import sys\nfrom _typeshed import AnyPath\nfrom os import stat_result\nfrom typing import Optional, Sequence, Union, overload\n\n_FdOrAnyPath = Union[int, AnyPath]\n\nasync def stat(path: _FdOrAnyPath, *, dir_fd: Optional[int] = ..., follow_symlinks: bool = ...) -> stat_result: ...\nasync def rename(src: AnyPath, dst: ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\aiofiles\os.pyi
os.pyi
Other
1,040
0.85
0.307692
0
react-lib
496
2023-12-01T05:04:27.749100
MIT
false
98613e323e8f33eaddfce8c8428f0605
from .threadpool import open as open\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\aiofiles\__init__.pyi
__init__.pyi
Other
37
0.65
0
0
vue-tools
37
2025-04-06T19:16:05.637775
Apache-2.0
false
dcc63b418cfc974ddd0f189ab2cfa2a0
from _typeshed import AnyPath, ReadableBuffer, WriteableBuffer\nfrom io import FileIO\nfrom typing import Iterable, List, Optional, Union\n\nfrom ..base import AsyncBase\n\nclass _UnknownAsyncBinaryIO(AsyncBase[bytes]):\n async def close(self) -> None: ...\n async def flush(self) -> None: ...\n async def isatt...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\aiofiles\threadpool\binary.pyi
binary.pyi
Other
1,619
0.85
0.682927
0
node-utils
687
2023-12-17T11:46:51.407732
GPL-3.0
false
ac81bacc04f165dc9825aa7ba8d1fa5c
from _typeshed import AnyPath\nfrom typing import BinaryIO, Iterable, List, Optional, Tuple, Union\n\nfrom ..base import AsyncBase\n\nclass AsyncTextIOWrapper(AsyncBase[str]):\n async def close(self) -> None: ...\n async def flush(self) -> None: ...\n async def isatty(self) -> bool: ...\n async def read(sel...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\aiofiles\threadpool\text.pyi
text.pyi
Other
1,416
0.85
0.657895
0
node-utils
106
2023-12-02T12:19:54.548007
GPL-3.0
false
9fa8bc90dc93f5de920d00590cf427c5
from _typeshed import AnyPath, OpenBinaryMode, OpenBinaryModeReading, OpenBinaryModeUpdating, OpenBinaryModeWriting, OpenTextMode\nfrom asyncio import AbstractEventLoop\nfrom typing import Any, Callable, Optional, TypeVar, Union, overload\nfrom typing_extensions import Literal\n\nfrom ..base import AiofilesContextManag...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\aiofiles\threadpool\__init__.pyi
__init__.pyi
Other
2,812
0.95
0.054945
0.119048
python-kit
976
2024-10-07T13:58:24.071432
MIT
false
f179a8c10635c3c3dbf1155e64d11e59
from typing import Any\n\nhtml_parts: Any\n\ndef __getattr__(name: str) -> Any: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\docutils\examples.pyi
examples.pyi
Other
80
0.65
0.2
0
awesome-app
67
2024-09-13T18:15:46.364653
MIT
false
6f58f09d9fb12c09ea6a5287141679d8
from typing import Any, List\n\nclass reference:\n def __init__(self, rawsource: str = ..., text: str = ..., *children: List[Any], **attributes: Any) -> None: ...\n\ndef __getattr__(name: str) -> Any: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\docutils\nodes.pyi
nodes.pyi
Other
203
0.85
0.5
0
react-lib
670
2024-10-17T16:20:19.418963
Apache-2.0
false
1aa269fd88d8b97769ccc26da453ea22
from typing import Any\n\ndef __getattr__(name: str) -> Any: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\docutils\__init__.pyi
__init__.pyi
Other
63
0.65
0.333333
0
vue-tools
153
2023-11-15T07:57:08.462687
BSD-3-Clause
false
84a27291937d76e46b277653002601f2
from typing import Any\n\ndef __getattr__(name: str) -> Any: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\docutils\parsers\__init__.pyi
__init__.pyi
Other
63
0.65
0.333333
0
react-lib
756
2023-07-11T08:16:14.095948
Apache-2.0
false
84a27291937d76e46b277653002601f2
from typing import Any\n\ndef __getattr__(name: str) -> Any: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\docutils\parsers\rst\nodes.pyi
nodes.pyi
Other
63
0.65
0.333333
0
awesome-app
220
2025-04-15T19:23:48.315434
BSD-3-Clause
false
84a27291937d76e46b277653002601f2
from typing import Any, Callable, Dict, List, Tuple\n\nimport docutils.nodes\nimport docutils.parsers.rst.states\n\n_RoleFn = Callable[\n [str, str, str, int, docutils.parsers.rst.states.Inliner, Dict[str, Any], List[str]],\n Tuple[List[docutils.nodes.reference], List[docutils.nodes.reference]],\n]\n\ndef registe...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\docutils\parsers\rst\roles.pyi
roles.pyi
Other
418
0.95
0.166667
0
python-kit
842
2025-05-24T10:46:13.534558
BSD-3-Clause
false
fe2db453be2ffe449b226d75e27930ff
from typing import Any\n\nclass Inliner:\n def __init__(self) -> None: ...\n\ndef __getattr__(name: str) -> Any: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\docutils\parsers\rst\states.pyi
states.pyi
Other
115
0.85
0.5
0
react-lib
933
2024-09-02T12:35:08.881521
Apache-2.0
false
19b748354d415878d9ba41ea76f6d6d7
from typing import Any\n\ndef __getattr__(name: str) -> Any: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\docutils\parsers\rst\__init__.pyi
__init__.pyi
Other
63
0.65
0.333333
0
python-kit
376
2024-10-29T00:47:55.243928
MIT
false
84a27291937d76e46b277653002601f2
import sys\nfrom logging import Logger\nfrom types import TracebackType\nfrom typing import Optional, Type, Union\n\ndef logger() -> Logger: ...\n\nclass Timeout(TimeoutError):\n def __init__(self, lock_file: str) -> None: ...\n def __str__(self) -> str: ...\n\nclass _Acquire_ReturnProxy:\n def __init__(self, ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\filelock\__init__.pyi
__init__.pyi
Other
1,789
0.85
0.537037
0
react-lib
449
2025-04-20T14:38:10.563070
MIT
false
5b79b6d8b9dd46cd132bb6a3957812c0
from datetime import date, datetime, timedelta\nfrom numbers import Real\nfrom typing import Any, Awaitable, Callable, Iterator, Optional, Sequence, Type, TypeVar, Union, overload\n\n_T = TypeVar("_T")\n_Freezable = Union[str, datetime, date, timedelta]\n\nclass TickingDateTimeFactory(object):\n def __init__(self, t...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\freezegun\api.pyi
api.pyi
Other
2,266
0.85
0.482143
0
python-kit
881
2025-03-11T16:53:25.921110
GPL-3.0
false
e22369800b08b8995bdf47c7a26a26c5
from .api import freeze_time as freeze_time\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\freezegun\__init__.pyi
__init__.pyi
Other
44
0.65
0
0
awesome-app
708
2025-06-14T20:01:18.003224
GPL-3.0
false
f5aad96e7dcd9b833d580c3d0975f63e
import sys\nfrom hashlib import _Hash\nfrom typing import Any, ClassVar, Dict, Generic, Optional, Set, TypeVar, Union\n\nfrom cryptography.hazmat.primitives import hashes\nfrom cryptography.hazmat.primitives.asymmetric.ec import (\n EllipticCurvePrivateKey,\n EllipticCurvePrivateKeyWithSerialization,\n Ellipti...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\jwt\algorithms.pyi
algorithms.pyi
Other
4,299
0.95
0.405941
0.067416
python-kit
394
2024-10-21T23:54:09.815400
Apache-2.0
false
ccdbbd7ef7770f8219776400a77bc164
from typing import Any, Dict, Mapping, Optional, Union\n\nfrom cryptography.hazmat.primitives.asymmetric import rsa\n\nfrom . import algorithms\n\ndef decode(\n jwt: Union[str, bytes],\n key: Union[str, bytes, rsa.RSAPublicKey, rsa.RSAPrivateKey] = ...,\n verify: bool = ...,\n algorithms: Optional[Any] = .....
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\jwt\__init__.pyi
__init__.pyi
Other
1,724
0.95
0.346939
0.139535
python-kit
842
2025-04-06T22:14:58.202433
Apache-2.0
false
2e5d56cebb415383449dc645a93a355c
import hashlib\nfrom typing import Any\n\nfrom jwt.algorithms import Algorithm\n\nclass RSAAlgorithm(Algorithm[Any]):\n SHA256: hashlib._Hash\n SHA384: hashlib._Hash\n SHA512: hashlib._Hash\n def __init__(self, hash_alg: hashlib._Hash) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\jwt\contrib\algorithms\pycrypto.pyi
pycrypto.pyi
Other
252
0.85
0.2
0
node-utils
953
2025-06-27T03:46:03.201781
MIT
false
aa2a48118041cebfda2e233146e0e4b3
import hashlib\nfrom typing import Any\n\nfrom jwt.algorithms import Algorithm\n\nclass ECAlgorithm(Algorithm[Any]):\n SHA256: hashlib._Hash\n SHA384: hashlib._Hash\n SHA512: hashlib._Hash\n def __init__(self, hash_alg: hashlib._Hash) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\jwt\contrib\algorithms\py_ecdsa.pyi
py_ecdsa.pyi
Other
251
0.85
0.2
0
vue-tools
168
2024-11-09T17:35:41.595044
MIT
false
10fdcb36a3e1448fe468b4103e217695
import os\n\nneeds_makedirs: bool\n\nmakedirs = os.makedirs\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\pkg_resources\py31compat.pyi
py31compat.pyi
Other
56
0.65
0
0
react-lib
600
2023-11-01T05:32:06.200920
GPL-3.0
false
4e4a1c57c3088240c189d0931341c5fd
import importlib.abc\nimport types\nimport zipimport\nfrom abc import ABCMeta\nfrom typing import IO, Any, Callable, Dict, Generator, Iterable, List, Optional, Sequence, Set, Tuple, TypeVar, Union, overload\n\n_T = TypeVar("_T")\n_NestedStr = Union[str, Iterable[Union[str, Iterable[Any]]]]\n_InstallerType = Callable[[R...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\pkg_resources\__init__.pyi
__init__.pyi
Other
12,105
0.95
0.520295
0.008403
vue-tools
408
2025-01-31T14:43:44.790127
Apache-2.0
false
e6a0e01f472b682bf0c231680b75b1d5
from datetime import datetime\n\ndef generate(dt: datetime, utc: bool = ..., accept_naive: bool = ..., microseconds: bool = ...) -> str: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\3\pyrfc3339\generator.pyi
generator.pyi
Other
139
0.85
0.333333
0
awesome-app
86
2024-08-30T01:10:52.575940
BSD-3-Clause
false
bd01f2c5202d7501117bf4a35ca9e8c7