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 typing import IO, Any, Callable, Generic, List, Mapping, Optional, Sequence, Text, Tuple, TypeVar, Union\n\n_FILE = Union[None, int, IO[Any]]\n_TXT = Union[bytes, Text]\n_CMD = Union[_TXT, Sequence[_TXT]]\n_ENV = Union[Mapping[bytes, _TXT], Mapping[Text, _TXT]]\n\n# Same args as Popen.__init__\ndef call(\n args...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\subprocess.pyi
subprocess.pyi
Other
3,282
0.95
0.130435
0.066667
awesome-app
996
2024-09-01T14:47:14.860119
Apache-2.0
false
41ace79978dcaf3c4e83bdb68b04a012
from typing import Dict\n\nsingle_input: int\nfile_input: int\neval_input: int\ndecorator: int\ndecorators: int\ndecorated: int\nfuncdef: int\nparameters: int\nvarargslist: int\nfpdef: int\nfplist: int\nstmt: int\nsimple_stmt: int\nsmall_stmt: int\nexpr_stmt: int\naugassign: int\nprint_stmt: int\ndel_stmt: int\npass_st...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\symbol.pyi
symbol.pyi
Other
1,341
0.85
0
0
react-lib
150
2025-06-01T21:12:06.249229
Apache-2.0
false
881fafd96a1d571c1b3ecc52f9bad876
from types import ClassType, FrameType, ModuleType, TracebackType\nfrom typing import IO, Any, BinaryIO, Callable, Dict, List, NoReturn, Optional, Sequence, Text, Tuple, Type, Union, overload\n\n# The following type alias are stub-only and do not exist during runtime\n_ExcInfo = Tuple[Type[BaseException], BaseException...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\sys.pyi
sys.pyi
Other
3,616
0.95
0.223077
0.02459
react-lib
818
2023-12-23T20:02:33.492518
GPL-3.0
false
40fc5df7dbc7e059f425674dfeeb91ba
from random import Random\nfrom thread import LockType\nfrom typing import IO, Any, AnyStr, Iterable, Iterator, List, Optional, Text, Tuple, Union, overload\n\nTMP_MAX: int\ntempdir: str\ntemplate: str\n_name_sequence: Optional[_RandomNameSequence]\n\nclass _RandomNameSequence:\n characters: str = ...\n mutex: Lo...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\tempfile.pyi
tempfile.pyi
Other
3,696
0.95
0.480392
0.052632
python-kit
942
2024-06-12T05:17:29.130417
BSD-3-Clause
false
10eefa5fe6e9887daf171be4a1e0045f
from typing import AnyStr, Dict, List, Pattern\n\nclass TextWrapper(object):\n width: int = ...\n initial_indent: str = ...\n subsequent_indent: str = ...\n expand_tabs: bool = ...\n replace_whitespace: bool = ...\n fix_sentence_endings: bool = ...\n drop_whitespace: bool = ...\n break_long_word...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\textwrap.pyi
textwrap.pyi
Other
1,854
0.95
0.114754
0.017241
vue-tools
72
2025-05-08T17:51:55.987465
GPL-3.0
false
3e60852b5cca0a02ef59a7f15cc91324
from typing import Any, Callable\n\ndef _count() -> int: ...\n\nclass error(Exception): ...\n\nclass LockType:\n def acquire(self, waitflag: int = ...) -> bool: ...\n def acquire_lock(self, waitflag: int = ...) -> bool: ...\n def release(self) -> None: ...\n def release_lock(self) -> None: ...\n def lock...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\thread.pyi
thread.pyi
Other
920
0.85
0.851852
0
vue-tools
603
2025-02-13T05:48:42.530534
Apache-2.0
false
ae30a266617f34c2c286bb2077c93a39
from pipes import Template\nfrom typing import Dict, List\n\ntable: Dict[str, Template]\nt: Template\nuncompress: Template\n\nclass error(Exception): ...\n\ndef toaiff(filename: str) -> str: ...\ndef _toaiff(filename: str, temps: List[str]) -> str: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\toaiff.pyi
toaiff.pyi
Other
243
0.85
0.272727
0
node-utils
776
2025-03-30T07:18:30.138480
MIT
false
ba498f63f667f79ea3dfeb57f9797044
from typing import Any, Callable, Dict, Generator, Iterable, Iterator, List, Tuple, Union\n\n__author__: str\n__credits__: str\n\nAMPER: int\nAMPEREQUAL: int\nAT: int\nBACKQUOTE: int\nBinnumber: str\nBracket: str\nCIRCUMFLEX: int\nCIRCUMFLEXEQUAL: int\nCOLON: int\nCOMMA: int\nCOMMENT: int\nComment: str\nContStr: str\nD...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\tokenize.pyi
tokenize.pyi
Other
2,686
0.85
0.135338
0
python-kit
781
2024-01-11T14:37:42.587852
Apache-2.0
false
b070f129038299161cb3e8ef19ec6829
from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Tuple, Type, TypeVar, Union, overload\n\n_T = TypeVar("_T")\n\n# Note, all classes "defined" here require special handling.\n\nclass NoneType: ...\n\nTypeType = type\nObjectType = object\n\nIntType = int\nLongType = int # Really long, but can'...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\types.pyi
types.pyi
Other
5,465
0.95
0.261538
0.023669
python-kit
837
2024-04-28T11:28:52.655453
Apache-2.0
false
eb1fea74b69142da1a43bba5eb8842cb
import collections # Needed by aliases like DefaultDict, see mypy issue 2986\nfrom abc import ABCMeta, abstractmethod\nfrom types import CodeType, FrameType, TracebackType\n\n# Definitions of special type checking related constructs. Their definitions\n# are not used, so their value does not matter.\n\noverload = obj...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\typing.pyi
typing.pyi
Other
17,772
0.95
0.440404
0.127854
python-kit
437
2024-03-18T15:56:07.255567
GPL-3.0
false
11ff050a5d36476f98a7c8c7225c57cb
import datetime\nimport types\nfrom abc import ABCMeta, abstractmethod\nfrom typing import (\n Any,\n Callable,\n Dict,\n FrozenSet,\n Iterable,\n Iterator,\n List,\n Mapping,\n NoReturn,\n Optional,\n Pattern,\n Sequence,\n Set,\n Text,\n TextIO,\n Tuple,\n Type,\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\unittest.pyi
unittest.pyi
Other
12,726
0.95
0.496429
0.019231
awesome-app
249
2025-03-24T16:06:41.698498
Apache-2.0
true
41957564f364af08c661f8cdbb143bb7
from typing import IO, Any, AnyStr, List, Mapping, Sequence, Text, Tuple, TypeVar, Union\n\ndef url2pathname(pathname: AnyStr) -> AnyStr: ...\ndef pathname2url(pathname: AnyStr) -> AnyStr: ...\ndef urlopen(url: str, data=..., proxies: Mapping[str, str] = ..., context=...) -> IO[Any]: ...\ndef urlretrieve(url, filename=...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\urllib.pyi
urllib.pyi
Other
4,765
0.95
0.654135
0.016529
vue-tools
58
2023-12-24T01:29:11.879154
MIT
false
8a65aac0251b8254ed250b7394697a95
import ssl\nfrom httplib import HTTPConnectionProtocol, HTTPResponse\nfrom typing import Any, AnyStr, Callable, Dict, List, Mapping, Optional, Sequence, Text, Tuple, Type, Union\nfrom urllib import addinfourl\n\n_string = Union[str, unicode]\n\nclass URLError(IOError):\n reason: Union[str, BaseException]\n\nclass HT...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\urllib2.pyi
urllib2.pyi
Other
8,312
0.95
0.596774
0.012658
python-kit
828
2025-06-21T12:16:05.399477
BSD-3-Clause
false
7976adccedaaa59418e5fcae2fdda64a
from typing import AnyStr, Dict, List, NamedTuple, Optional, Sequence, Tuple, Union, overload\n\n_String = Union[str, unicode]\n\nuses_relative: List[str]\nuses_netloc: List[str]\nuses_params: List[str]\nnon_hierarchical: List[str]\nuses_query: List[str]\nuses_fragment: List[str]\nscheme_chars: str\nMAX_CACHE_SIZE: int...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\urlparse.pyi
urlparse.pyi
Other
1,944
0.85
0.377049
0
node-utils
647
2023-11-14T15:55:30.237857
BSD-3-Clause
false
48bd75c9ee9b1a1cc15e393124b6f744
from typing import Any\n\ndef __getattr__(name) -> Any: ...\n\nhome: str\npythonrc: str\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\user.pyi
user.pyi
Other
83
0.65
0.166667
0
python-kit
292
2024-10-29T04:59:17.742887
Apache-2.0
false
c75df6c9dd9b29c894aa108bf19fd8df
from typing import (\n Any,\n Container,\n Dict,\n Generic,\n Iterable,\n Iterator,\n List,\n Mapping,\n Optional,\n Sized,\n Tuple,\n TypeVar,\n Union,\n overload,\n)\n\n_KT = TypeVar("_KT")\n_VT = TypeVar("_VT")\n_T = TypeVar("_T")\n\nclass UserDict(Dict[_KT, _VT], Generic[_K...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\UserDict.pyi
UserDict.pyi
Other
1,663
0.95
0.415094
0.081633
react-lib
353
2024-12-26T18:48:04.630253
MIT
false
fa47b59c12cc030ea00dc3ac6f42411e
from typing import Iterable, List, MutableSequence, TypeVar, Union, overload\n\n_T = TypeVar("_T")\n_S = TypeVar("_S")\n\nclass UserList(MutableSequence[_T]):\n data: List[_T]\n def insert(self, index: int, object: _T) -> None: ...\n @overload\n def __setitem__(self, i: int, o: _T) -> None: ...\n @overlo...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\UserList.pyi
UserList.pyi
Other
630
0.85
0.473684
0
react-lib
674
2025-03-28T14:29:52.328968
Apache-2.0
false
96e05ab1dbd17fbbcda4ab826c09d1e2
import collections\nfrom typing import Any, Iterable, List, MutableSequence, Optional, Sequence, Text, Tuple, TypeVar, Union, overload\n\n_UST = TypeVar("_UST", bound=UserString)\n_MST = TypeVar("_MST", bound=MutableString)\n\nclass UserString(Sequence[UserString]):\n data: unicode\n def __init__(self, seq: objec...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\UserString.pyi
UserString.pyi
Other
3,844
0.85
0.84
0
vue-tools
962
2024-03-21T19:47:01.922497
BSD-3-Clause
false
063965d9c5bbb1ce355e3f4c0636ca69
from typing import Optional, Text\n\ndef whichdb(filename: Text) -> Optional[str]: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\whichdb.pyi
whichdb.pyi
Other
85
0.65
0.333333
0
python-kit
934
2023-10-09T09:05:44.187009
MIT
false
7429a3f9e4f9670d3dd27a2645b34c0d
from datetime import datetime\nfrom gzip import GzipFile\nfrom httplib import HTTPConnection, HTTPResponse, HTTPSConnection\nfrom ssl import SSLContext\nfrom StringIO import StringIO\nfrom time import struct_time\nfrom types import InstanceType\nfrom typing import IO, Any, AnyStr, Callable, Iterable, List, Mapping, Mut...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\xmlrpclib.pyi
xmlrpclib.pyi
Other
9,769
0.95
0.443548
0.027027
node-utils
88
2024-07-23T20:49:32.466891
BSD-3-Clause
false
aec27259f3190345927346a2b01d9a94
import typing\nfrom typing import Optional\n\n__version__: str\nPyCF_ONLY_AST: int\n_identifier = str\n\nclass AST:\n _attributes: typing.Tuple[str, ...]\n _fields: typing.Tuple[str, ...]\n def __init__(self, *args, **kwargs) -> None: ...\n\nclass mod(AST): ...\n\nclass Module(mod):\n body: typing.List[stmt...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_ast.pyi
_ast.pyi
Other
5,726
0.95
0.343234
0
node-utils
103
2024-05-04T11:50:57.303198
MIT
false
11f1ef7e16cf666bca1a0a3e0cbc5bce
from typing import Any, Callable, Dict, Generic, Iterator, Optional, TypeVar, Union\n\n_K = TypeVar("_K")\n_V = TypeVar("_V")\n_T = TypeVar("_T")\n_T2 = TypeVar("_T2")\n\nclass defaultdict(Dict[_K, _V]):\n default_factory: None\n def __init__(self, __default_factory: Callable[[], _V] = ..., init: Any = ...) -> No...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_collections.pyi
_collections.pyi
Other
1,430
0.85
0.722222
0
python-kit
367
2025-03-22T07:06:46.748433
Apache-2.0
false
02d6d40ab1ab8804e9c6d9f20e5c3ff9
from typing import Any, Callable, Dict, Iterable, Optional, Tuple, TypeVar, overload\n\n_T = TypeVar("_T")\n_S = TypeVar("_S")\n@overload\ndef reduce(function: Callable[[_T, _T], _T], sequence: Iterable[_T]) -> _T: ...\n@overload\ndef reduce(function: Callable[[_T, _S], _T], sequence: Iterable[_S], initial: _T) -> _T: ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_functools.pyi
_functools.pyi
Other
576
0.85
0.466667
0
vue-tools
257
2024-02-27T17:49:24.293734
BSD-3-Clause
false
26dbd56420ab6f669de6aaee8f300431
from typing import Any, Dict, Generic, List, Tuple\n\ndef coverage(a: str) -> Any: ...\ndef logreader(a: str) -> LogReaderType: ...\ndef profiler(a: str, *args, **kwargs) -> Any: ...\ndef resolution() -> Tuple[Any, ...]: ...\n\nclass LogReaderType(object):\n def close(self) -> None: ...\n def fileno(self) -> int:...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_hotshot.pyi
_hotshot.pyi
Other
635
0.85
0.789474
0
python-kit
533
2023-08-03T02:34:10.306804
BSD-3-Clause
false
6bb36118016317dbeee95908a9e5c8b1
from mmap import mmap\nfrom types import TracebackType\nfrom typing import IO, Any, AnyStr, BinaryIO, Iterable, Iterator, List, Optional, Text, TextIO, Tuple, Type, TypeVar, Union\n\n_bytearray_like = Union[bytearray, mmap]\n\nDEFAULT_BUFFER_SIZE: int\n\nclass BlockingIOError(IOError):\n characters_written: int\n\nc...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_io.pyi
_io.pyi
Other
7,016
0.95
0.554348
0.078788
node-utils
923
2024-03-20T21:47:35.471734
Apache-2.0
false
b4eba0a7039a5a0114b78f752ff84b73
from typing import Any, Dict, Generic, List, Tuple\n\ndef encode_basestring_ascii(*args, **kwargs) -> str: ...\ndef scanstring(a, b, *args, **kwargs) -> Tuple[Any, ...]: ...\n\nclass Encoder(object): ...\nclass Scanner(object): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_json.pyi
_json.pyi
Other
226
0.85
0.571429
0
node-utils
978
2024-03-23T19:23:31.038031
BSD-3-Clause
false
e760b5c0c3c58f8d13245870f3f69e07
blocksize: int\ndigest_size: int\n\nclass MD5Type(object):\n name: str\n block_size: int\n digest_size: int\n def copy(self) -> MD5Type: ...\n def digest(self) -> str: ...\n def hexdigest(self) -> str: ...\n def update(self, arg: str) -> None: ...\n\ndef new(arg: str = ...) -> MD5Type: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_md5.pyi
_md5.pyi
Other
300
0.85
0.461538
0
awesome-app
442
2023-09-19T14:26:05.875600
Apache-2.0
false
9fb24c507c9862b4cae4f9c98ed35071
blocksize: int\nblock_size: int\ndigest_size: int\n\nclass sha(object): # not actually exposed\n name: str\n block_size: int\n digest_size: int\n digestsize: int\n def copy(self) -> sha: ...\n def digest(self) -> str: ...\n def hexdigest(self) -> str: ...\n def update(self, arg: str) -> None: ....
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_sha.pyi
_sha.pyi
Other
348
0.95
0.4
0
node-utils
419
2023-12-26T22:17:25.655214
MIT
false
e9095164924629887f8dd383390affc9
from typing import Optional\n\nclass sha224(object):\n name: str\n block_size: int\n digest_size: int\n digestsize: int\n def __init__(self, init: Optional[str]) -> None: ...\n def copy(self) -> sha224: ...\n def digest(self) -> str: ...\n def hexdigest(self) -> str: ...\n def update(self, ar...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_sha256.pyi
_sha256.pyi
Other
632
0.85
0.521739
0
python-kit
649
2025-02-21T20:06:17.027181
MIT
false
b22edc7f34bfa38a7e7401b55e209174
from typing import Optional\n\nclass sha384(object):\n name: str\n block_size: int\n digest_size: int\n digestsize: int\n def __init__(self, init: Optional[str]) -> None: ...\n def copy(self) -> sha384: ...\n def digest(self) -> str: ...\n def hexdigest(self) -> str: ...\n def update(self, ar...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_sha512.pyi
_sha512.pyi
Other
632
0.85
0.521739
0
vue-tools
661
2024-10-08T07:37:25.547007
Apache-2.0
false
33559a70e5c57474d4315a7e41fd1525
from typing import IO, Any, Optional, Tuple, Union, overload\n\nAF_APPLETALK: int\nAF_ASH: int\nAF_ATMPVC: int\nAF_ATMSVC: int\nAF_AX25: int\nAF_BLUETOOTH: int\nAF_BRIDGE: int\nAF_DECnet: int\nAF_ECONET: int\nAF_INET: int\nAF_INET6: int\nAF_IPX: int\nAF_IRDA: int\nAF_KEY: int\nAF_LLC: int\nAF_NETBEUI: int\nAF_NETLINK: ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_socket.pyi
_socket.pyi
Other
6,286
0.95
0.106762
0.003623
vue-tools
181
2024-05-14T12:40:44.608708
MIT
false
bf247063e72e78ac8a10611c6d2b14e6
from typing import Any, Dict, Iterable, List, Mapping, Optional, Sequence, Tuple, Union, overload\n\nCODESIZE: int\nMAGIC: int\nMAXREPEAT: long\ncopyright: str\n\nclass SRE_Match(object):\n def start(self, group: int = ...) -> int: ...\n def end(self, group: int = ...) -> int: ...\n def expand(self, s: str) ->...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_sre.pyi
_sre.pyi
Other
1,934
0.95
0.490196
0
python-kit
469
2025-05-01T23:13:02.454970
MIT
false
cd56b88393bf014f6450a32c78bc518a
from typing import Any, AnyStr, Tuple\n\nclass error(Exception): ...\n\nclass Struct(object):\n size: int\n format: str\n def __init__(self, fmt: str) -> None: ...\n def pack_into(self, buffer: bytearray, offset: int, obj: Any) -> None: ...\n def pack(self, *args) -> str: ...\n def unpack(self, s: str...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_struct.pyi
_struct.pyi
Other
767
0.85
0.684211
0
python-kit
933
2025-04-12T21:28:10.954942
GPL-3.0
false
79e993653afbb466a84f1598a9b799ae
from typing import Dict, List\n\nCELL: int\nDEF_BOUND: int\nDEF_FREE: int\nDEF_FREE_CLASS: int\nDEF_GLOBAL: int\nDEF_IMPORT: int\nDEF_LOCAL: int\nDEF_PARAM: int\nFREE: int\nGLOBAL_EXPLICIT: int\nGLOBAL_IMPLICIT: int\nLOCAL: int\nOPT_BARE_EXEC: int\nOPT_EXEC: int\nOPT_IMPORT_STAR: int\nSCOPE_MASK: int\nSCOPE_OFF: int\nT...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_symtable.pyi
_symtable.pyi
Other
677
0.85
0.081081
0
python-kit
928
2023-12-15T16:12:01.475922
Apache-2.0
false
ddd09388840f736d569cd143863c46a3
from typing import Any\n\nclass _localbase(object): ...\n\nclass local(_localbase):\n def __getattribute__(self, name: str) -> Any: ...\n def __setattr__(self, name: str, value: Any) -> None: ...\n def __delattr__(self, name: str) -> None: ...\n def __del__(self) -> None: ...\n\ndef _patch(self: local) -> N...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_threading_local.pyi
_threading_local.pyi
Other
319
0.85
0.636364
0
python-kit
849
2023-08-07T12:05:57.917291
BSD-3-Clause
false
ddcaf9b74a0c93dd60179a20afe1740e
import sys\nfrom types import TracebackType\nfrom typing import Any, Optional, Tuple, Type, Union\n\n_KeyType = Union[HKEYType, int]\n\ndef CloseKey(__hkey: _KeyType) -> None: ...\ndef ConnectRegistry(__computer_name: Optional[str], __key: _KeyType) -> HKEYType: ...\ndef CreateKey(__key: _KeyType, __sub_key: Optional[s...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\_winreg.pyi
_winreg.pyi
Other
3,696
0.95
0.329897
0.011364
python-kit
991
2024-01-02T04:26:32.071392
Apache-2.0
false
84a9d98074ffb8ad8e5448e9c448c9f2
# 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\__builtin__.pyi
__builtin__.pyi
Other
48,853
0.95
0.633473
0.022104
node-utils
545
2024-02-09T04:13:33.336367
GPL-3.0
false
13102b31bcdba8a358df481109038432
from typing import Optional\n\ndef make_archive(\n base_name: str,\n format: str,\n root_dir: Optional[str] = ...,\n base_dir: Optional[str] = ...,\n verbose: int = ...,\n dry_run: int = ...,\n) -> str: ...\ndef make_tarball(base_name: str, base_dir: str, compress: Optional[str] = ..., verbose: int = ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\archive_util.pyi
archive_util.pyi
Other
447
0.85
0.25
0
python-kit
96
2024-08-15T05:26:19.834846
BSD-3-Clause
false
5e64278ca21ab8b45daed5a7445deebe
from distutils.ccompiler import CCompiler\n\nclass BCPPCompiler(CCompiler): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\bcppcompiler.pyi
bcppcompiler.pyi
Other
78
0.65
0.333333
0
awesome-app
402
2024-06-14T13:41:11.752262
MIT
false
2a60cff066cbc75d6c4c28772c48eb73
from typing import Any, Callable, List, Optional, Tuple, Union\n\n_Macro = Union[Tuple[str], Tuple[str, Optional[str]]]\n\ndef gen_lib_options(\n compiler: CCompiler, library_dirs: List[str], runtime_library_dirs: List[str], libraries: List[str]\n) -> List[str]: ...\ndef gen_preprocess_options(macros: List[_Macro], ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\ccompiler.pyi
ccompiler.pyi
Other
6,449
0.85
0.293333
0
react-lib
926
2023-12-13T01:20:33.066477
Apache-2.0
false
9824fd2ab84bb4503078da4e9c354a6a
from abc import abstractmethod\nfrom distutils.dist import Distribution\nfrom typing import Any, Callable, Iterable, List, Optional, Text, Tuple, Union\n\nclass Command:\n sub_commands: List[Tuple[str, Optional[Callable[[Command], bool]]]]\n def __init__(self, dist: Distribution) -> None: ...\n @abstractmethod...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\cmd.pyi
cmd.pyi
Other
2,817
0.95
0.38806
0
vue-tools
427
2024-03-29T15:30:49.022925
GPL-3.0
false
29df5dfc3ba356b2f63403a579e79e68
from abc import abstractmethod\nfrom distutils.cmd import Command\nfrom typing import ClassVar, List, Optional, Tuple\n\nDEFAULT_PYPIRC: str\n\nclass PyPIRCCommand(Command):\n DEFAULT_REPOSITORY: ClassVar[str]\n DEFAULT_REALM: ClassVar[str]\n repository: None\n realm: None\n user_options: ClassVar[List[T...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\config.pyi
config.pyi
Other
523
0.85
0.235294
0
react-lib
310
2024-08-13T20:01:24.322466
GPL-3.0
false
508ad042ac8ee5319ddedf363c001b20
from distutils.cmd import Command as Command\nfrom distutils.dist import Distribution as Distribution\nfrom distutils.extension import Extension as Extension\nfrom typing import Any, List, Mapping, Optional, Tuple, Type, Union\n\ndef setup(\n *,\n name: str = ...,\n version: str = ...,\n description: str = ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\core.pyi
core.pyi
Other
1,688
0.85
0.041667
0.042553
react-lib
120
2025-01-26T09:13:25.419406
GPL-3.0
false
5ebf2a0fd94f96e724b4975128a75e8d
from distutils.unixccompiler import UnixCCompiler\n\nclass CygwinCCompiler(UnixCCompiler): ...\nclass Mingw32CCompiler(CygwinCCompiler): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\cygwinccompiler.pyi
cygwinccompiler.pyi
Other
138
0.85
0.5
0
awesome-app
732
2024-02-19T03:45:47.513300
MIT
false
91a1a907420cee7cc73f9bb2e3444568
DEBUG: bool\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\debug.pyi
debug.pyi
Other
12
0.5
0
0
python-kit
976
2024-01-07T01:55:07.645182
GPL-3.0
false
bef743d2755e113e8611711f6e4a8957
from typing import List, Tuple\n\ndef newer(source: str, target: str) -> bool: ...\ndef newer_pairwise(sources: List[str], targets: List[str]) -> List[Tuple[str, str]]: ...\ndef newer_group(sources: List[str], target: str, missing: str = ...) -> bool: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\dep_util.pyi
dep_util.pyi
Other
252
0.85
0.6
0
vue-tools
21
2024-01-31T08:50:24.023675
Apache-2.0
false
cec5dcf775edfa6ad62e6c89c85592d1
from typing import List\n\ndef mkpath(name: str, mode: int = ..., verbose: int = ..., dry_run: int = ...) -> List[str]: ...\ndef create_tree(base_dir: str, files: List[str], mode: int = ..., verbose: int = ..., dry_run: int = ...) -> None: ...\ndef copy_tree(\n src: str,\n dst: str,\n preserve_mode: int = ...,...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\dir_util.pyi
dir_util.pyi
Other
555
0.85
0.266667
0
awesome-app
738
2023-12-04T17:18:27.427828
MIT
false
263006a82147f248c9d80f64968b12d9
from distutils.cmd import Command\nfrom typing import Any, Dict, Iterable, Mapping, Optional, Text, Tuple, Type\n\nclass Distribution:\n cmdclass: Dict[str, Type[Command]]\n def __init__(self, attrs: Optional[Mapping[str, Any]] = ...) -> None: ...\n def get_option_dict(self, command: str) -> Dict[str, Tuple[st...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\dist.pyi
dist.pyi
Other
508
0.85
0.555556
0
vue-tools
980
2024-07-17T20:52:09.404196
GPL-3.0
false
7a55e26eca5483add3f7abb189e6c6a4
from distutils.unixccompiler import UnixCCompiler\n\nclass EMXCCompiler(UnixCCompiler): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\emxccompiler.pyi
emxccompiler.pyi
Other
90
0.65
0.333333
0
node-utils
513
2024-11-12T05:09:33.051929
Apache-2.0
false
34acb07cf58d57e175a3d601349e7a80
class DistutilsError(Exception): ...\nclass DistutilsModuleError(DistutilsError): ...\nclass DistutilsClassError(DistutilsError): ...\nclass DistutilsGetoptError(DistutilsError): ...\nclass DistutilsArgError(DistutilsError): ...\nclass DistutilsFileError(DistutilsError): ...\nclass DistutilsOptionError(DistutilsError):...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\errors.pyi
errors.pyi
Other
852
0.85
1
0
vue-tools
353
2024-10-31T12:59:04.427028
GPL-3.0
false
6154dd026e95cba1e698bb40b50bc850
from typing import List, Optional, Tuple\n\nclass Extension:\n def __init__(\n self,\n name: str,\n sources: List[str],\n include_dirs: List[str] = ...,\n define_macros: List[Tuple[str, Optional[str]]] = ...,\n undef_macros: List[str] = ...,\n library_dirs: List[str] ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\extension.pyi
extension.pyi
Other
706
0.95
0.095238
0
awesome-app
47
2025-03-15T02:42:06.181998
GPL-3.0
false
39e05659576bf8b075d2af8ff04d8f3d
from typing import Any, List, Mapping, Optional, Tuple, Union, overload\n\n_Option = Tuple[str, Optional[str], str]\n_GR = Tuple[List[str], OptionDummy]\n\ndef fancy_getopt(\n options: List[_Option], negative_opt: Mapping[_Option, _Option], object: Any, args: Optional[List[str]]\n) -> Union[List[str], _GR]: ...\ndef...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\fancy_getopt.pyi
fancy_getopt.pyi
Other
859
0.95
0.428571
0.058824
vue-tools
598
2023-10-11T22:36:25.464494
MIT
false
0feac67fe905821bf6efbb51f4e65130
class FileList: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\filelist.pyi
filelist.pyi
Other
20
0.65
1
0
react-lib
609
2024-06-11T15:01:18.949997
MIT
false
7e231e1d0ec92241b7b535063264e52f
from typing import Optional, Sequence, Tuple\n\ndef copy_file(\n src: str,\n dst: str,\n preserve_mode: bool = ...,\n preserve_times: bool = ...,\n update: bool = ...,\n link: Optional[str] = ...,\n verbose: bool = ...,\n dry_run: bool = ...,\n) -> Tuple[str, str]: ...\ndef move_file(src: str, d...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\file_util.pyi
file_util.pyi
Other
439
0.85
0.214286
0
node-utils
177
2023-12-06T14:38:25.529141
MIT
false
e8e94788d3442d535c6bfb54e6c067cb
from typing import Any, Text\n\nDEBUG: int\nINFO: int\nWARN: int\nERROR: int\nFATAL: int\n\nclass Log:\n def __init__(self, threshold: int = ...) -> None: ...\n def log(self, level: int, msg: Text, *args: Any) -> None: ...\n def debug(self, msg: Text, *args: Any) -> None: ...\n def info(self, msg: Text, *ar...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\log.pyi
log.pyi
Other
863
0.85
0.64
0
react-lib
300
2023-08-11T05:03:59.653082
Apache-2.0
false
ecb0834e84d3fe37cbd9c59871719156
from distutils.ccompiler import CCompiler\n\nclass MSVCCompiler(CCompiler): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\msvccompiler.pyi
msvccompiler.pyi
Other
78
0.65
0.333333
0
awesome-app
745
2024-03-31T01:48:41.170557
Apache-2.0
false
580235ee88a5ebdfc9e67864d2a7c5bc
from typing import List, Optional\n\ndef spawn(cmd: List[str], search_path: bool = ..., verbose: bool = ..., dry_run: bool = ...) -> None: ...\ndef find_executable(executable: str, path: Optional[str] = ...) -> Optional[str]: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\spawn.pyi
spawn.pyi
Other
227
0.85
0.5
0
awesome-app
180
2023-12-31T11:21:59.621597
GPL-3.0
false
cbb2893490d76fa4430905f7a966dbd1
from distutils.ccompiler import CCompiler\nfrom typing import Mapping, Optional, Union\n\nPREFIX: str\nEXEC_PREFIX: str\n\ndef get_config_var(name: str) -> Union[int, str, None]: ...\ndef get_config_vars(*args: str) -> Mapping[str, Union[int, str]]: ...\ndef get_config_h_filename() -> str: ...\ndef get_makefile_filenam...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\sysconfig.pyi
sysconfig.pyi
Other
620
0.85
0.571429
0
node-utils
925
2024-05-08T01:10:48.415349
BSD-3-Clause
false
6432d17b3d24267613cce0b0c703ccd4
from typing import IO, List, Optional, Tuple, Union\n\nclass TextFile:\n def __init__(\n self,\n filename: Optional[str] = ...,\n file: Optional[IO[str]] = ...,\n *,\n strip_comments: bool = ...,\n lstrip_ws: bool = ...,\n rstrip_ws: bool = ...,\n skip_blanks: ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\text_file.pyi
text_file.pyi
Other
716
0.85
0.380952
0.05
python-kit
440
2024-12-02T20:08:05.054632
GPL-3.0
false
603cdd1839e391a9f4d7675a810ed38d
from distutils.ccompiler import CCompiler\n\nclass UnixCCompiler(CCompiler): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\unixccompiler.pyi
unixccompiler.pyi
Other
79
0.65
0.333333
0
vue-tools
654
2025-04-24T13:46:43.079112
BSD-3-Clause
false
8f017fb674af90b3ef426ca13571ca07
from typing import Any, Callable, List, Mapping, Optional, Tuple\n\ndef get_platform() -> str: ...\ndef convert_path(pathname: str) -> str: ...\ndef change_root(new_root: str, pathname: str) -> str: ...\ndef check_environ() -> None: ...\ndef subst_vars(s: str, local_vars: Mapping[str, str]) -> None: ...\ndef split_quot...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\util.pyi
util.pyi
Other
829
0.85
0.434783
0
vue-tools
785
2023-10-08T08:27:03.884962
Apache-2.0
false
dd8ad279f04ba11e9fe2f5252713084a
from abc import abstractmethod\nfrom typing import Optional, Pattern, Text, Tuple, TypeVar, Union\n\n_T = TypeVar("_T", bound=Version)\n\nclass Version:\n def __repr__(self) -> str: ...\n @abstractmethod\n def __init__(self, vstring: Optional[Text] = ...) -> None: ...\n @abstractmethod\n def parse(self: ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\version.pyi
version.pyi
Other
1,160
0.85
0.484848
0
python-kit
526
2025-07-02T20:46:09.067743
MIT
false
97290c59b79644af2e8ab8a123c3db0f
from distutils.cmd import Command\n\nclass bdist_msi(Command):\n def initialize_options(self) -> None: ...\n def finalize_options(self) -> None: ...\n def run(self) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\command\bdist_msi.pyi
bdist_msi.pyi
Other
182
0.85
0.666667
0
vue-tools
507
2025-02-11T01:00:38.173552
BSD-3-Clause
false
9e7983accd4965cad41f9465b79b8948
from distutils.cmd import Command\n\nclass build_py(Command):\n def initialize_options(self) -> None: ...\n def finalize_options(self) -> None: ...\n def run(self) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\command\build_py.pyi
build_py.pyi
Other
181
0.85
0.666667
0
awesome-app
206
2023-12-10T18:22:24.819376
BSD-3-Clause
false
1c38e7d1dfd94d22c6e97ee494437d7e
from distutils import log as log\nfrom distutils.ccompiler import CCompiler\nfrom distutils.core import Command as Command\nfrom distutils.errors import DistutilsExecError as DistutilsExecError\nfrom distutils.sysconfig import customize_compiler as customize_compiler\nfrom typing import Dict, List, Optional, Pattern, S...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\command\config.pyi
config.pyi
Other
3,059
0.95
0.149425
0.011905
python-kit
318
2024-03-20T14:31:37.803655
GPL-3.0
false
756e02f310cfcee2bf530fc01e0f5ec1
from distutils.cmd import Command\nfrom typing import Optional, Text\n\nclass install(Command):\n user: bool\n prefix: Optional[Text]\n home: Optional[Text]\n root: Optional[Text]\n install_lib: Optional[Text]\n def initialize_options(self) -> None: ...\n def finalize_options(self) -> None: ...\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\command\install.pyi
install.pyi
Other
338
0.85
0.333333
0
node-utils
810
2025-02-10T04:45:37.746823
Apache-2.0
false
d9e8cc5158f6ed04288f37223ac6bf13
from distutils.cmd import Command\nfrom typing import ClassVar, List, Optional, Tuple\n\nclass install_egg_info(Command):\n description: ClassVar[str]\n user_options: ClassVar[List[Tuple[str, Optional[str], str]]]\n def initialize_options(self) -> None: ...\n def finalize_options(self) -> None: ...\n def...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\command\install_egg_info.pyi
install_egg_info.pyi
Other
380
0.85
0.5
0
vue-tools
477
2024-05-07T21:45:44.250558
BSD-3-Clause
false
b8e3a53331ced6a6f136d790963b6723
from distutils.config import PyPIRCCommand\nfrom typing import ClassVar, List, Optional, Tuple\n\nclass upload(PyPIRCCommand):\n description: ClassVar[str]\n boolean_options: ClassVar[List[str]]\n def run(self) -> None: ...\n def upload_file(self, command, pyversion, filename) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\distutils\command\upload.pyi
upload.pyi
Other
296
0.85
0.375
0
awesome-app
168
2024-07-10T14:31:34.926272
MIT
false
9ff11a0717ca87a1bd6757ce6db3e238
def base64_len(s: bytes) -> int: ...\ndef header_encode(header, charset=..., keep_eols=..., maxlinelen=..., eol=...): ...\ndef encode(s, binary=..., maxlinelen=..., eol=...): ...\n\nbody_encode = encode\nencodestring = encode\n\ndef decode(s, convert_eols=...): ...\n\nbody_decode = decode\ndecodestring = decode\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\base64mime.pyi
base64mime.pyi
Other
303
0.85
0.363636
0
node-utils
920
2024-05-14T17:58:30.519525
BSD-3-Clause
false
e616c544ae3aff1335b9df40c57612ff
def add_charset(charset, header_enc=..., body_enc=..., output_charset=...) -> None: ...\ndef add_alias(alias, canonical) -> None: ...\ndef add_codec(charset, codecname) -> None: ...\n\nQP: int # undocumented\nBASE64: int # undocumented\nSHORTEST: int # undocumented\n\nclass Charset:\n input_charset = ...\n hea...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\charset.pyi
charset.pyi
Other
902
0.95
0.576923
0
python-kit
434
2024-05-26T01:12:52.243382
Apache-2.0
false
63453472d91cba45f409e4c34e74a374
def encode_base64(msg) -> None: ...\ndef encode_quopri(msg) -> None: ...\ndef encode_7or8bit(msg) -> None: ...\ndef encode_noop(msg) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\encoders.pyi
encoders.pyi
Other
143
0.85
1
0
awesome-app
188
2024-07-11T21:06:29.242440
BSD-3-Clause
false
8894dc38b5966e429e4cab767bbb1d78
class BufferedSubFile:\n def __init__(self) -> None: ...\n def push_eof_matcher(self, pred) -> None: ...\n def pop_eof_matcher(self): ...\n def close(self) -> None: ...\n def readline(self): ...\n def unreadline(self, line) -> None: ...\n def push(self, data): ...\n def pushlines(self, lines) ->...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\feedparser.pyi
feedparser.pyi
Other
536
0.85
0.941176
0
awesome-app
881
2025-02-19T21:38:17.551812
MIT
false
dcbc1965d5127f4f039034b50c57ab78
class Generator:\n def __init__(self, outfp, mangle_from_: bool = ..., maxheaderlen: int = ...) -> None: ...\n def write(self, s) -> None: ...\n def flatten(self, msg, unixfrom: bool = ...) -> None: ...\n def clone(self, fp): ...\n\nclass DecodedGenerator(Generator):\n def __init__(self, outfp, mangle_fr...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\generator.pyi
generator.pyi
Other
377
0.85
0.875
0
python-kit
855
2025-04-04T17:15:00.231040
MIT
false
f95e07ebda2fcc56b36c1868ba956c71
def decode_header(header): ...\ndef make_header(decoded_seq, maxlinelen=..., header_name=..., continuation_ws=...): ...\n\nclass Header:\n def __init__(self, s=..., charset=..., maxlinelen=..., header_name=..., continuation_ws=..., errors=...) -> None: ...\n def __unicode__(self): ...\n def __eq__(self, other)...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\header.pyi
header.pyi
Other
457
0.85
0.9
0
python-kit
741
2023-12-31T07:58:43.179806
Apache-2.0
false
af7abed5378cf501571a1db48a0e6601
from typing import Any, Generator\n\ndef walk(self) -> Generator[Any, Any, Any]: ...\ndef body_line_iterator(msg, decode: bool = ...) -> Generator[Any, Any, Any]: ...\ndef typed_subpart_iterator(msg, maintype=..., subtype=...) -> Generator[Any, Any, Any]: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\iterators.pyi
iterators.pyi
Other
256
0.85
0.6
0
awesome-app
934
2025-07-05T19:23:44.214065
GPL-3.0
false
1d3e5f28ee4a167e96805371cab63395
from typing import Any, Generator\n\nclass Message:\n preamble = ...\n epilogue = ...\n defects = ...\n def __init__(self): ...\n def as_string(self, unixfrom=...): ...\n def is_multipart(self) -> bool: ...\n def set_unixfrom(self, unixfrom) -> None: ...\n def get_unixfrom(self): ...\n def at...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\message.pyi
message.pyi
Other
1,950
0.85
0.888889
0
node-utils
642
2024-07-07T18:06:06.877071
Apache-2.0
false
b95a506408934cead8e8f8675ac9fd33
from email.mime.nonmultipart import MIMENonMultipart\n\nclass MIMEText(MIMENonMultipart):\n def __init__(self, _text, _subtype=..., _charset=...) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\MIMEText.pyi
MIMEText.pyi
Other
159
0.85
0.5
0
vue-tools
705
2023-11-20T05:39:56.852449
GPL-3.0
false
adefb748c40add66ba27ab423aca1268
from .feedparser import FeedParser as FeedParser # not in __all__ but listed in documentation\n\nclass Parser:\n def __init__(self, *args, **kws) -> None: ...\n def parse(self, fp, headersonly: bool = ...): ...\n def parsestr(self, text, headersonly: bool = ...): ...\n\nclass HeaderParser(Parser):\n def pa...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\parser.pyi
parser.pyi
Other
415
0.95
0.7
0
react-lib
530
2024-11-29T06:26:46.566703
MIT
false
0e9f3e062f4af85c627e9c86d356abeb
def header_quopri_check(c): ...\ndef body_quopri_check(c): ...\ndef header_quopri_len(s): ...\ndef body_quopri_len(str): ...\ndef unquote(s): ...\ndef quote(c): ...\ndef header_encode(header, charset: str = ..., keep_eols: bool = ..., maxlinelen: int = ..., eol=...): ...\ndef encode(body, binary: bool = ..., maxlinelen...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\quoprimime.pyi
quoprimime.pyi
Other
490
0.85
0.555556
0
awesome-app
363
2024-08-05T14:51:16.552306
BSD-3-Clause
false
c2b3a319d9c4a085128fe82900a44f4d
from email._parseaddr import (\n AddressList as _AddressList,\n mktime_tz as mktime_tz,\n parsedate as _parsedate,\n parsedate_tz as _parsedate_tz,\n)\nfrom quopri import decodestring as _qdecode\nfrom typing import Any, Optional\n\ndef formataddr(pair): ...\ndef getaddresses(fieldvalues): ...\ndef formatda...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\utils.pyi
utils.pyi
Other
760
0.85
0.571429
0
react-lib
821
2023-08-05T15:07:10.817216
BSD-3-Clause
false
2031e3d55c02bc6d26f5b9ad8198ba14
from typing import Any, Optional\n\ndef parsedate_tz(data): ...\ndef parsedate(data): ...\ndef mktime_tz(data): ...\ndef quote(str): ...\n\nclass AddrlistClass:\n specials: Any\n pos: Any\n LWS: Any\n CR: Any\n FWS: Any\n atomends: Any\n phraseends: Any\n field: Any\n commentlist: Any\n de...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\_parseaddr.pyi
_parseaddr.pyi
Other
1,072
0.85
0.65
0
react-lib
323
2024-11-01T06:42:42.314711
Apache-2.0
false
8415f6a2447c2f4e6b0f2c212f13930b
from typing import IO, Any, AnyStr\n\ndef message_from_string(s: AnyStr, *args, **kwargs): ...\ndef message_from_bytes(s: str, *args, **kwargs): ...\ndef message_from_file(fp: IO[AnyStr], *args, **kwargs): ...\ndef message_from_binary_file(fp: IO[str], *args, **kwargs): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\__init__.pyi
__init__.pyi
Other
270
0.85
0.666667
0
react-lib
402
2024-02-01T03:19:50.043644
MIT
false
655bce0768f49619ba79dd487973e77a
from email.mime.nonmultipart import MIMENonMultipart\nfrom typing import Callable, Optional, Tuple, Union\n\n_ParamsType = Union[str, None, Tuple[str, Optional[str], str]]\n\nclass MIMEApplication(MIMENonMultipart):\n def __init__(\n self, _data: bytes, _subtype: str = ..., _encoder: Callable[[MIMEApplication...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\mime\application.pyi
application.pyi
Other
371
0.85
0.222222
0
python-kit
429
2023-07-30T05:42:50.211742
GPL-3.0
false
8a96867ff46d85ebf0858d82f8745dad
from email.mime.nonmultipart import MIMENonMultipart\n\nclass MIMEAudio(MIMENonMultipart):\n def __init__(self, _audiodata, _subtype=..., _encoder=..., **_params) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\mime\audio.pyi
audio.pyi
Other
176
0.85
0.5
0
node-utils
115
2023-11-08T10:44:19.056881
Apache-2.0
false
2b0148f6d51cbc40e66f000bd91ceb8e
from email import message\n\nclass MIMEBase(message.Message):\n def __init__(self, _maintype, _subtype, **_params) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\mime\base.pyi
base.pyi
Other
128
0.85
0.5
0
python-kit
965
2025-05-08T01:34:47.631127
MIT
false
d46fc959f216559715da073d7f718b9c
from email.mime.nonmultipart import MIMENonMultipart\n\nclass MIMEImage(MIMENonMultipart):\n def __init__(self, _imagedata, _subtype=..., _encoder=..., **_params) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\mime\image.pyi
image.pyi
Other
176
0.85
0.5
0
vue-tools
609
2025-04-25T20:50:30.499338
MIT
false
cba7f680c30f73f048c59480083a90ca
from email.mime.nonmultipart import MIMENonMultipart\n\nclass MIMEMessage(MIMENonMultipart):\n def __init__(self, _msg, _subtype=...) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\mime\message.pyi
message.pyi
Other
147
0.85
0.5
0
python-kit
649
2023-12-28T01:43:24.038292
Apache-2.0
false
a0efda2663f9949216ea2ace09852edb
from email.mime.base import MIMEBase\n\nclass MIMEMultipart(MIMEBase):\n def __init__(self, _subtype=..., boundary=..., _subparts=..., **_params) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\mime\multipart.pyi
multipart.pyi
Other
159
0.85
0.5
0
python-kit
968
2025-02-03T08:30:17.433919
GPL-3.0
false
703921286b4357440fbfd518ae21c20d
from email.mime.base import MIMEBase\n\nclass MIMENonMultipart(MIMEBase):\n def attach(self, payload): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\mime\nonmultipart.pyi
nonmultipart.pyi
Other
107
0.85
0.5
0
vue-tools
619
2025-03-03T17:11:38.725491
Apache-2.0
false
fbc79cf5908f24a0664a19883501941f
from email.mime.nonmultipart import MIMENonMultipart\n\nclass MIMEText(MIMENonMultipart):\n def __init__(self, _text, _subtype=..., _charset=...) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\email\mime\text.pyi
text.pyi
Other
159
0.85
0.5
0
python-kit
607
2025-04-28T21:14:36.045934
MIT
false
adefb748c40add66ba27ab423aca1268
import codecs\nfrom typing import Text, Tuple\n\nclass IncrementalEncoder(codecs.IncrementalEncoder):\n def encode(self, input: Text, final: bool = ...) -> bytes: ...\n\nclass IncrementalDecoder(codecs.BufferedIncrementalDecoder):\n def _buffer_decode(self, input: bytes, errors: str, final: bool) -> Tuple[Text, i...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\encodings\utf_8.pyi
utf_8.pyi
Other
573
0.85
0.6
0
awesome-app
437
2024-03-06T16:41:03.363145
GPL-3.0
false
aee7de48ca6697e70b4e7ddbb67587f3
import codecs\nfrom typing import Any\n\ndef search_function(encoding: str) -> codecs.CodecInfo: ...\n\n# Explicitly mark this package as incomplete.\ndef __getattr__(name: str) -> Any: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\encodings\__init__.pyi
__init__.pyi
Other
184
0.95
0.285714
0.2
python-kit
610
2023-09-24T00:56:51.408884
GPL-3.0
false
685d06f21a8a8fafb1d610a6f88b1970
from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, TypeVar\n\n_T = TypeVar("_T", bound=Pool)\n\nclass AsyncResult:\n def get(self, timeout: Optional[float] = ...) -> Any: ...\n def wait(self, timeout: Optional[float] = ...) -> None: ...\n def ready(self) -> bool: ...\n def successfu...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\multiprocessing\pool.pyi
pool.pyi
Other
2,038
0.85
0.423077
0
python-kit
376
2024-05-20T11:38:33.380312
BSD-3-Clause
false
7af2d62526f4c48d2d14d047befaea83
from typing import Any, Optional\n\ndef current_process(): ...\ndef active_children(): ...\n\nclass Process:\n def __init__(\n self, group: Optional[Any] = ..., target: Optional[Any] = ..., name: Optional[Any] = ..., args=..., kwargs=...\n ): ...\n def run(self): ...\n def start(self): ...\n def t...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\multiprocessing\process.pyi
process.pyi
Other
906
0.85
0.567568
0
awesome-app
455
2024-09-19T09:16:37.175902
MIT
false
9581492ece4bcd63bd71672b78b4b107
import threading\nfrom typing import Any, Optional\n\nSUBDEBUG: Any\nSUBWARNING: Any\n\ndef sub_debug(msg, *args): ...\ndef debug(msg, *args): ...\ndef info(msg, *args): ...\ndef sub_warning(msg, *args): ...\ndef get_logger(): ...\ndef log_to_stderr(level: Optional[Any] = ...): ...\ndef get_temp_dir(): ...\ndef registe...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\multiprocessing\util.pyi
util.pyi
Other
758
0.85
0.655172
0
vue-tools
221
2023-07-12T06:35:51.560842
GPL-3.0
false
a61286bd1f06f9abe32d05807e4ea129
from multiprocessing import pool\nfrom multiprocessing.process import Process as Process, active_children as active_children, current_process as current_process\nfrom multiprocessing.util import SUBDEBUG as SUBDEBUG, SUBWARNING as SUBWARNING\nfrom Queue import Queue as _BaseQueue\nfrom typing import Any, Callable, Iter...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\multiprocessing\__init__.pyi
__init__.pyi
Other
1,921
0.85
0.7
0
awesome-app
631
2024-02-16T03:10:58.561315
Apache-2.0
false
b9c49a1327d8901cd8a6f1d899c2c1b4
from Queue import Queue\nfrom typing import Any, List, Optional, Tuple, Type\n\nfamilies: List[None]\n\nclass Connection(object):\n _in: Any\n _out: Any\n recv: Any\n recv_bytes: Any\n send: Any\n send_bytes: Any\n def __init__(self, _in, _out) -> None: ...\n def close(self) -> None: ...\n de...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\multiprocessing\dummy\connection.pyi
connection.pyi
Other
673
0.85
0.4
0
python-kit
48
2024-04-15T23:28:55.292588
BSD-3-Clause
false
768183db20ed86d6996c18f7980ea43b
import array\nimport itertools\nimport sys\nimport threading\nimport weakref\nfrom multiprocessing import TimeoutError, cpu_count\nfrom multiprocessing.dummy.connection import Pipe\nfrom Queue import Queue\nfrom threading import BoundedSemaphore, Event, Lock, RLock, Semaphore\nfrom typing import Any, List, Optional, Ty...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\multiprocessing\dummy\__init__.pyi
__init__.pyi
Other
1,392
0.95
0.369565
0.025641
vue-tools
236
2025-06-08T11:31:08.660073
GPL-3.0
false
46940d232c6f79acb3f2cd5d07e37158
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\os\path.pyi
path.pyi
Other
2,937
0.95
0.470588
0.16
node-utils
663
2025-03-27T09:05:50.022495
MIT
false
85d6a21f1a4f58f9e3ffbeb89cf82345
import sys\nfrom _typeshed import AnyPath, FileDescriptorLike\nfrom builtins import OSError\nfrom io import TextIOWrapper as _TextIOWrapper\nfrom posix import listdir as listdir, stat_result as stat_result # TODO: use this, see https://github.com/python/mypy/issues/3078\nfrom typing import (\n IO,\n Any,\n An...
.venv\Lib\site-packages\jedi\third_party\typeshed\stdlib\2\os\__init__.pyi
__init__.pyi
Other
13,380
0.95
0.485714
0.049853
python-kit
26
2023-10-21T03:08:16.673818
GPL-3.0
false
4c36bc6cd13a3ad9a09d09b75a2ecdf8