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
"""\n@generated by mypy-protobuf. Do not edit manually!\nisort:skip_file\n"""\nfrom google.protobuf.any_pb2 import (\n Any as google___protobuf___any_pb2___Any,\n)\n\nfrom google.protobuf.descriptor import (\n Descriptor as google___protobuf___descriptor___Descriptor,\n EnumDescriptor as google___protobuf___d...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\type_pb2.pyi
type_pb2.pyi
Other
11,139
0.85
0.126582
0.02451
vue-tools
163
2024-10-21T19:54:49.947249
GPL-3.0
false
1bb38f81d60f1291c86962232ea055e5
"""\n@generated by mypy-protobuf. Do not edit manually!\nisort:skip_file\n"""\nfrom google.protobuf.descriptor import (\n Descriptor as google___protobuf___descriptor___Descriptor,\n FileDescriptor as google___protobuf___descriptor___FileDescriptor,\n)\n\nfrom google.protobuf.message import (\n Message as goo...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\wrappers_pb2.pyi
wrappers_pb2.pyi
Other
4,287
0.85
0.209302
0.086538
vue-tools
973
2024-11-01T10:22:45.295307
MIT
false
c0b971819bd684ce834453e1ab8d7e27
__version__: bytes\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\__init__.pyi
__init__.pyi
Other
19
0.5
0
0
awesome-app
144
2025-01-30T22:11:27.846614
MIT
false
889af690b35bb22d44421e673b026808
"""\n@generated by mypy-protobuf. Do not edit manually!\nisort:skip_file\n"""\nfrom google.protobuf.descriptor import (\n Descriptor as google___protobuf___descriptor___Descriptor,\n EnumDescriptor as google___protobuf___descriptor___EnumDescriptor,\n FileDescriptor as google___protobuf___descriptor___FileDes...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\compiler\plugin_pb2.pyi
plugin_pb2.pyi
Other
6,548
0.85
0.154412
0.035398
vue-tools
590
2025-01-22T06:32:12.064809
BSD-3-Clause
false
557502c365ec7b4692fac3dcf682f87b
from typing import (\n Any,\n Callable,\n Iterable,\n Iterator,\n List,\n Mapping as Mapping,\n MutableMapping as MutableMapping,\n Optional,\n Sequence,\n TypeVar,\n Union,\n overload,\n)\n\nfrom google.protobuf.descriptor import Descriptor\nfrom google.protobuf.internal.message_lis...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\containers.pyi
containers.pyi
Other
3,653
0.85
0.644444
0
node-utils
827
2024-09-08T03:23:20.537590
BSD-3-Clause
false
7986c7d71556c1dd9cd83b6efb698b60
from typing import Any\n\ndef ReadTag(buffer, pos): ...\ndef EnumDecoder(field_number, is_repeated, is_packed, key, new_default): ...\n\nInt32Decoder: Any\nInt64Decoder: Any\nUInt32Decoder: Any\nUInt64Decoder: Any\nSInt32Decoder: Any\nSInt64Decoder: Any\nFixed32Decoder: Any\nFixed64Decoder: Any\nSFixed32Decoder: Any\nS...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\decoder.pyi
decoder.pyi
Other
860
0.85
0.266667
0
awesome-app
661
2023-07-12T18:32:13.520477
MIT
false
8a1388aee1d926ba9a917cf70100aa4b
from typing import Any\n\nInt32Sizer: Any\nUInt32Sizer: Any\nSInt32Sizer: Any\nFixed32Sizer: Any\nFixed64Sizer: Any\nBoolSizer: Any\n\ndef StringSizer(field_number, is_repeated, is_packed): ...\ndef BytesSizer(field_number, is_repeated, is_packed): ...\ndef GroupSizer(field_number, is_repeated, is_packed): ...\ndef Mes...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\encoder.pyi
encoder.pyi
Other
1,045
0.85
0.411765
0
vue-tools
165
2025-02-07T16:18:33.012151
GPL-3.0
false
96e63779886cd23aa5e400434607f818
from typing import Generic, List, Tuple, TypeVar\n\nfrom google.protobuf.descriptor import EnumDescriptor\n\n_V = TypeVar("_V", bound=int)\n\n# Expose a generic version so that those using mypy-protobuf\n# can get autogenerated NewType wrapper around the int values\nclass _EnumTypeWrapper(Generic[_V]):\n DESCRIPTOR:...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\enum_type_wrapper.pyi
enum_type_wrapper.pyi
Other
650
0.95
0.444444
0.142857
python-kit
401
2025-02-25T09:42:44.238399
MIT
false
6531aea993f5c136a5a4a43df5d06ff3
from typing import Any, Generic, Iterator, TypeVar, overload\n\nfrom google.protobuf.descriptor import FieldDescriptor\nfrom google.protobuf.message import Message\n\n_ContainerMessageT = TypeVar("_ContainerMessageT", bound=Message)\n_ExtenderMessageT = TypeVar("_ExtenderMessageT", bound=Message)\n\nclass _ExtensionFie...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\extension_dict.pyi
extension_dict.pyi
Other
1,795
0.95
0.388889
0.0625
vue-tools
855
2025-05-13T21:48:31.184699
GPL-3.0
false
b32535cb1eec2c58cd127ca6b6c361ab
class MessageListener(object):\n def Modified(self) -> None: ...\n\nclass NullMessageListener(MessageListener):\n def Modified(self) -> None: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\message_listener.pyi
message_listener.pyi
Other
148
0.85
0.8
0
node-utils
481
2025-01-03T18:45:37.219886
GPL-3.0
false
6e2bf680eb784cbaf24d38a2ea0126d8
class GeneratedProtocolMessageType(type): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\python_message.pyi
python_message.pyi
Other
46
0.65
1
0
python-kit
3
2024-06-10T10:06:36.216722
Apache-2.0
false
d64548cf0759e052acbe8d2941ece5ed
from datetime import datetime, timedelta\nfrom typing import Any as tAny, Dict, Optional, Text, Type\n\nclass Error(Exception): ...\nclass ParseError(Error): ...\n\nclass Any:\n type_url: tAny = ...\n value: tAny = ...\n def Pack(self, msg: tAny, type_url_prefix: bytes = ..., deterministic: Optional[tAny] = .....
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\well_known_types.pyi
well_known_types.pyi
Other
3,756
0.85
0.787234
0
python-kit
675
2023-08-30T09:55:46.436369
Apache-2.0
false
5cd479da6b437dc323f3cf1f47030867
from typing import Any\n\nTAG_TYPE_BITS: Any\nTAG_TYPE_MASK: Any\nWIRETYPE_VARINT: Any\nWIRETYPE_FIXED64: Any\nWIRETYPE_LENGTH_DELIMITED: Any\nWIRETYPE_START_GROUP: Any\nWIRETYPE_END_GROUP: Any\nWIRETYPE_FIXED32: Any\nINT32_MAX: Any\nINT32_MIN: Any\nUINT32_MAX: Any\nINT64_MAX: Any\nINT64_MIN: Any\nUINT64_MAX: Any\nFORM...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\google\protobuf\internal\wire_format.pyi
wire_format.pyi
Other
1,554
0.85
0.52
0
python-kit
78
2024-09-29T17:52:02.315105
GPL-3.0
false
270adf5abc0e84aead5d750fded571c9
from typing import Any, Optional\n\nmarshal_dump: Any\nmarshal_load: Any\nbc_version: int\nbc_magic: Any\n\nclass Bucket:\n environment: Any\n key: Any\n checksum: Any\n def __init__(self, environment, key, checksum) -> None: ...\n code: Any\n def reset(self): ...\n def load_bytecode(self, f): ...\...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\bccache.pyi
bccache.pyi
Other
1,396
0.85
0.545455
0
python-kit
522
2024-05-29T14:27:36.550215
MIT
false
54cc328a7dfab833691ac4b9e36bbb24
from keyword import iskeyword as is_python_keyword\nfrom typing import Any, Optional\n\nfrom jinja2.visitor import NodeVisitor\n\noperators: Any\ndict_item_iter: str\n\nunoptimize_before_dead_code: bool\n\ndef generate(node, environment, name, filename, stream: Optional[Any] = ..., defer_init: bool = ...): ...\ndef has...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\compiler.pyi
compiler.pyi
Other
6,363
0.85
0.638418
0
node-utils
748
2025-03-05T23:52:44.823737
MIT
false
3453448269b9f8d207c0b0036899975b
LOREM_IPSUM_WORDS: str\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\constants.pyi
constants.pyi
Other
23
0.5
0
0
awesome-app
880
2023-10-29T23:05:00.006594
Apache-2.0
false
4f4bfe88d64210e074e5fe27786a8b12
from typing import Any, Optional\n\ntproxy: Any\nraise_helper: str\n\nclass TracebackFrameProxy:\n tb: Any\n def __init__(self, tb) -> None: ...\n @property\n def tb_next(self): ...\n def set_next(self, next): ...\n @property\n def is_jinja_frame(self): ...\n def __getattr__(self, name): ...\n\n...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\debug.pyi
debug.pyi
Other
1,018
0.85
0.486486
0
python-kit
887
2023-12-07T01:19:27.326914
BSD-3-Clause
false
ac736027c5f06ba77342faa6eaf318ae
from typing import Any, Dict, Optional\n\nfrom jinja2.filters import FILTERS\nfrom jinja2.tests import TESTS\n\nDEFAULT_FILTERS = FILTERS\nDEFAULT_TESTS = TESTS\n\nBLOCK_START_STRING: str\nBLOCK_END_STRING: str\nVARIABLE_START_STRING: str\nVARIABLE_END_STRING: str\nCOMMENT_START_STRING: str\nCOMMENT_END_STRING: str\nLI...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\defaults.pyi
defaults.pyi
Other
532
0.85
0
0
react-lib
152
2025-06-25T23:21:35.390575
MIT
false
631a61d2b38cdeb7c5c1e9cd0677d12d
import sys\nfrom typing import Any, Callable, Dict, Iterator, List, Optional, Sequence, Text, Type, Union\n\nfrom .bccache import BytecodeCache\nfrom .loaders import BaseLoader\nfrom .runtime import Context, Undefined\n\nif sys.version_info >= (3, 6):\n from typing import AsyncIterator, Awaitable\n\ndef get_spontane...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\environment.pyi
environment.pyi
Other
8,493
0.95
0.28125
0.009259
python-kit
858
2023-08-31T23:54:18.505358
Apache-2.0
false
6718a47816aeaf5f773b0be814af5dcd
from typing import Any, Optional, Text\n\nclass TemplateError(Exception):\n def __init__(self, message: Optional[Text] = ...) -> None: ...\n @property\n def message(self): ...\n def __unicode__(self): ...\n\nclass TemplateNotFound(IOError, LookupError, TemplateError):\n message: Any\n name: Any\n t...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\exceptions.pyi
exceptions.pyi
Other
1,050
0.85
0.483871
0
python-kit
225
2024-03-09T16:19:24.806129
Apache-2.0
false
006d36daf4e28357a63bd9701c7c1f1d
from typing import Any, Optional\n\nGETTEXT_FUNCTIONS: Any\n\nclass ExtensionRegistry(type):\n def __new__(cls, name, bases, d): ...\n\nclass Extension:\n tags: Any\n priority: int\n environment: Any\n def __init__(self, environment) -> None: ...\n def bind(self, environment): ...\n def preprocess(...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\ext.pyi
ext.pyi
Other
1,684
0.85
0.409091
0
python-kit
422
2025-05-30T11:57:26.395568
Apache-2.0
false
c82953ddf253029a72824853e1b39cd4
from typing import Any, NamedTuple, Optional\n\ndef contextfilter(f): ...\ndef evalcontextfilter(f): ...\ndef environmentfilter(f): ...\ndef make_attrgetter(environment, attribute): ...\ndef do_forceescape(value): ...\ndef do_urlencode(value): ...\ndef do_replace(eval_ctx, s, old, new, count: Optional[Any] = ...): ...\...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\filters.pyi
filters.pyi
Other
2,425
0.85
0.857143
0
python-kit
144
2023-08-09T15:24:09.682970
MIT
false
8145b06da336ffed5fc4f3cd8f9982e5
from typing import Any, Optional, Tuple\n\nwhitespace_re: Any\nstring_re: Any\ninteger_re: Any\nname_re: Any\nfloat_re: Any\nnewline_re: Any\nTOKEN_ADD: Any\nTOKEN_ASSIGN: Any\nTOKEN_COLON: Any\nTOKEN_COMMA: Any\nTOKEN_DIV: Any\nTOKEN_DOT: Any\nTOKEN_EQ: Any\nTOKEN_FLOORDIV: Any\nTOKEN_GT: Any\nTOKEN_GTEQ: Any\nTOKEN_L...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\lexer.pyi
lexer.pyi
Other
2,764
0.85
0.282051
0
awesome-app
802
2024-07-19T05:20:11.426632
GPL-3.0
false
c8c63521c2f4d66db1f23df96ba73d6a
import sys\nfrom types import ModuleType\nfrom typing import Any, Callable, Iterable, List, Optional, Text, Tuple, Union\n\nfrom .environment import Environment\n\nif sys.version_info >= (3, 7):\n from os import PathLike\n\n _SearchPath = Union[Text, PathLike[str], Iterable[Union[Text, PathLike[str]]]]\nelse:\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\loaders.pyi
loaders.pyi
Other
2,923
0.85
0.475
0
vue-tools
326
2025-02-02T16:29:24.998078
BSD-3-Clause
false
ebd42d2b8b3f59ec86e12f5ba5430201
from typing import Any\n\nfrom jinja2.compiler import CodeGenerator\n\nclass TrackingCodeGenerator(CodeGenerator):\n undeclared_identifiers: Any\n def __init__(self, environment) -> None: ...\n def write(self, x): ...\n def pull_locals(self, frame): ...\n\ndef find_undeclared_variables(ast): ...\ndef find_r...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\meta.pyi
meta.pyi
Other
339
0.85
0.5
0
react-lib
921
2024-08-25T13:54:19.757049
BSD-3-Clause
false
c207bd9745e483f1cbc2a2b182acacda
import typing\nfrom typing import Any, Optional\n\nclass Impossible(Exception): ...\n\nclass NodeType(type):\n def __new__(cls, name, bases, d): ...\n\nclass EvalContext:\n environment: Any\n autoescape: Any\n volatile: bool\n def __init__(self, environment, template_name: Optional[Any] = ...) -> None: ....
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\nodes.pyi
nodes.pyi
Other
5,271
0.85
0.435294
0
vue-tools
900
2025-01-11T10:27:21.981537
GPL-3.0
false
dff1654f2c6a7fb91faf060276df3be1
from typing import Any\n\nfrom jinja2.visitor import NodeTransformer\n\ndef optimize(node, environment): ...\n\nclass Optimizer(NodeTransformer):\n environment: Any\n def __init__(self, environment) -> None: ...\n def visit_If(self, node): ...\n def fold(self, node): ...\n visit_Add: Any\n visit_Sub: ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\optimizer.pyi
optimizer.pyi
Other
661
0.85
0.166667
0
awesome-app
969
2024-01-04T19:49:31.650401
GPL-3.0
false
6e744a935c50092f3f6cde0ff40ad530
from typing import Any, Optional\n\nclass Parser:\n environment: Any\n stream: Any\n name: Any\n filename: Any\n closed: bool\n extensions: Any\n def __init__(\n self, environment, source, name: Optional[Any] = ..., filename: Optional[Any] = ..., state: Optional[Any] = ...\n ) -> None: .....
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\parser.pyi
parser.pyi
Other
2,576
0.85
0.764706
0
react-lib
638
2025-07-01T11:32:53.262439
MIT
false
1053d5e93b18e0a04a89416ae8dafa00
from typing import Any, Dict, Optional, Text, Union\n\nfrom jinja2.environment import Environment\nfrom jinja2.exceptions import TemplateNotFound as TemplateNotFound, TemplateRuntimeError as TemplateRuntimeError\nfrom jinja2.utils import Markup as Markup, concat as concat, escape as escape, missing as missing\n\nto_str...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\runtime.pyi
runtime.pyi
Other
3,463
0.85
0.348485
0
react-lib
49
2025-06-14T13:16:15.068807
GPL-3.0
false
b71e76dfad27a59c733122971257ca0a
from typing import Any\n\nfrom jinja2.environment import Environment\n\nMAX_RANGE: int\nUNSAFE_FUNCTION_ATTRIBUTES: Any\nUNSAFE_METHOD_ATTRIBUTES: Any\nUNSAFE_GENERATOR_ATTRIBUTES: Any\n\ndef safe_range(*args): ...\ndef unsafe(f): ...\ndef is_internal_attribute(obj, attr): ...\ndef modifies_known_mutable(obj, attr): .....
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\sandbox.pyi
sandbox.pyi
Other
1,146
0.85
0.485714
0
react-lib
595
2025-03-04T21:21:56.227107
MIT
false
daf2041bfc430c5ff92f55f7eb262299
from typing import Any\n\nnumber_re: Any\nregex_type: Any\ntest_callable: Any\n\ndef test_odd(value): ...\ndef test_even(value): ...\ndef test_divisibleby(value, num): ...\ndef test_defined(value): ...\ndef test_undefined(value): ...\ndef test_none(value): ...\ndef test_lower(value): ...\ndef test_upper(value): ...\nde...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\tests.pyi
tests.pyi
Other
561
0.85
0.666667
0
react-lib
859
2024-02-03T20:36:50.193413
MIT
true
b6f31940e6fdf8df8545a11d9c9372cc
from _typeshed import AnyPath\nfrom typing import IO, Any, Callable, Iterable, Optional, Protocol, Text, TypeVar, Union\nfrom typing_extensions import Literal\n\nfrom markupsafe import Markup as Markup, escape as escape, soft_unicode as soft_unicode\n\nmissing: Any\ninternal_code: Any\nconcat: Any\n\n_CallableT = TypeV...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\utils.pyi
utils.pyi
Other
2,957
0.85
0.517241
0
vue-tools
611
2024-05-03T06:44:09.429724
GPL-3.0
false
ccad8ade65ef5e464c725f5e11cc0a01
class NodeVisitor:\n def get_visitor(self, node): ...\n def visit(self, node, *args, **kwargs): ...\n def generic_visit(self, node, *args, **kwargs): ...\n\nclass NodeTransformer(NodeVisitor):\n def generic_visit(self, node, *args, **kwargs): ...\n def visit_list(self, node, *args, **kwargs): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\visitor.pyi
visitor.pyi
Other
306
0.85
0.875
0
python-kit
760
2025-06-19T23:34:01.687523
Apache-2.0
false
35a510484e65d79fdda9d793ccb03e66
import sys\nfrom typing import Any, Optional\n\nif sys.version_info >= (3,):\n from urllib.parse import quote_from_bytes\n\n url_quote = quote_from_bytes\nelse:\n import urllib\n\n url_quote = urllib.quote\n\nPY2: Any\nPYPY: Any\nunichr: Any\nrange_type: Any\ntext_type: Any\nstring_types: Any\ninteger_types...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\_compat.pyi
_compat.pyi
Other
598
0.85
0.083333
0
react-lib
83
2024-10-21T12:50:46.655967
MIT
false
959c28b0b8f6d8a556a554784083e208
from typing import Any\n\nCc: str\nCf: str\nCn: str\nCo: str\nCs: Any\nLl: str\nLm: str\nLo: str\nLt: str\nLu: str\nMc: str\nMe: str\nMn: str\nNd: str\nNl: str\nNo: str\nPc: str\nPd: str\nPe: str\nPf: str\nPi: str\nPo: str\nPs: str\nSc: str\nSk: str\nSm: str\nSo: str\nZl: str\nZp: str\nZs: str\ncats: Any\n\ndef combine...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\_stringdefs.pyi
_stringdefs.pyi
Other
360
0.85
0.05
0
python-kit
175
2024-06-25T21:24:57.069571
GPL-3.0
false
ddb745ea32761420940cf93847cf3856
from jinja2.bccache import (\n BytecodeCache as BytecodeCache,\n FileSystemBytecodeCache as FileSystemBytecodeCache,\n MemcachedBytecodeCache as MemcachedBytecodeCache,\n)\nfrom jinja2.environment import Environment as Environment, Template as Template\nfrom jinja2.exceptions import (\n TemplateAssertionErr...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\jinja2\__init__.pyi
__init__.pyi
Other
1,529
0.85
0
0
vue-tools
976
2023-10-01T13:48:41.620358
Apache-2.0
false
9cfa019dbfa4a4f6d1019b0bf19eb3ba
from typing import Any\n\nclass State(list):\n def set(self, state) -> None: ...\n def reset(self) -> None: ...\n def isstate(self, state): ...\n\nclass BlockParser:\n blockprocessors: Any\n state: Any\n md: Any\n def __init__(self, md) -> None: ...\n @property\n def markdown(self): ...\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\blockparser.pyi
blockparser.pyi
Other
463
0.85
0.555556
0
python-kit
112
2023-07-13T07:02:50.085381
MIT
false
a8679bfc1c126ad5a7b9cd752744c701
from typing import Any, Pattern\n\nlogger: Any\n\ndef build_block_parser(md, **kwargs): ...\n\nclass BlockProcessor:\n parser: Any\n tab_length: Any\n def __init__(self, parser) -> None: ...\n def lastChild(self, parent): ...\n def detab(self, text): ...\n def looseDetab(self, text, level: int = ...):...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\blockprocessors.pyi
blockprocessors.pyi
Other
1,490
0.85
0.423729
0
node-utils
990
2024-03-06T03:15:36.823101
MIT
false
ec843a0ba289323807e6899863e007cd
from typing import Any, BinaryIO, Callable, ClassVar, Dict, List, Mapping, Optional, Sequence, Text, TextIO, Union\nfrom typing_extensions import Literal\nfrom xml.etree.ElementTree import Element\n\nfrom .blockparser import BlockParser\nfrom .extensions import Extension\nfrom .util import HtmlStash, Registry\n\nclass ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\core.pyi
core.pyi
Other
2,555
0.85
0.206349
0.05
awesome-app
936
2025-04-07T15:22:07.188244
MIT
false
a1dc1ce26ca0ff3bcbdf6a83f36455ba
from typing import Any, Match, Optional, Tuple, Union\nfrom xml.etree.ElementTree import Element\n\ndef build_inlinepatterns(md, **kwargs): ...\n\nNOIMG: str\nBACKTICK_RE: str\nESCAPE_RE: str\nEMPHASIS_RE: str\nSTRONG_RE: str\nSMART_STRONG_RE: str\nSMART_EMPHASIS_RE: str\nSMART_STRONG_EM_RE: str\nEM_STRONG_RE: str\nEM_...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\inlinepatterns.pyi
inlinepatterns.pyi
Other
3,022
0.95
0.436893
0
node-utils
245
2023-10-17T11:38:00.059483
BSD-3-Clause
false
c63060830cac7f2d2fcfef55c11349f6
from typing import Any\n\nclass Version:\n def __new__(cls, major, minor, micro, release: str = ..., pre: int = ..., post: int = ..., dev: int = ...): ...\n\nclass Pep562:\n def __init__(self, name) -> None: ...\n def __dir__(self): ...\n def __getattr__(self, name): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\pep562.pyi
pep562.pyi
Other
276
0.85
0.666667
0
vue-tools
606
2024-09-20T17:33:37.480332
MIT
false
40383492fee507384101bd5b001c011a
from typing import Any, Pattern\n\nfrom . import util\n\ndef build_postprocessors(md, **kwargs): ...\n\nclass Postprocessor(util.Processor):\n def run(self, text) -> None: ...\n\nclass RawHtmlPostprocessor(Postprocessor):\n def isblocklevel(self, html): ...\n\nclass AndSubstitutePostprocessor(Postprocessor): ...\...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\postprocessors.pyi
postprocessors.pyi
Other
400
0.85
0.470588
0
vue-tools
781
2025-05-14T18:55:13.620497
Apache-2.0
false
a57a9382ff4b567c81640082a0e0ec9d
from typing import Any, Iterable, List, Pattern\n\nfrom . import util\n\ndef build_preprocessors(md, **kwargs): ...\n\nclass Preprocessor(util.Processor):\n def run(self, lines: List[str]) -> List[str]: ...\n\nclass NormalizeWhitespace(Preprocessor): ...\n\nclass HtmlBlockPreprocessor(Preprocessor):\n right_tag_p...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\preprocessors.pyi
preprocessors.pyi
Other
550
0.85
0.26087
0
vue-tools
880
2024-07-30T17:07:30.099036
Apache-2.0
false
ee18b00994c88f0cf013dd7ff735ef58
from typing import Any\n\ndef to_html_string(element): ...\ndef to_xhtml_string(element): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\serializers.pyi
serializers.pyi
Other
91
0.65
0.5
0
react-lib
382
2023-12-11T12:40:54.206090
GPL-3.0
false
fb3bc2dbf4d485bfdce2974483181fb4
from typing import Any, Optional\n\nfrom . import util\n\ndef build_treeprocessors(md, **kwargs): ...\ndef isString(s): ...\n\nclass Treeprocessor(util.Processor):\n def run(self, root) -> None: ...\n\nclass InlineProcessor(Treeprocessor):\n inlinePatterns: Any\n ancestors: Any\n def __init__(self, md) -> N...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\treeprocessors.pyi
treeprocessors.pyi
Other
469
0.85
0.421053
0
python-kit
101
2024-06-20T03:36:01.897759
Apache-2.0
false
4bab3479ca4d1bfe3cf0d897cec1413b
from collections import namedtuple\nfrom typing import Any, Optional, Pattern\n\nPY37: Any\n__deprecated__: Any\nBLOCK_LEVEL_ELEMENTS: Any\nSTX: str\nETX: str\nINLINE_PLACEHOLDER_PREFIX: Any\nINLINE_PLACEHOLDER: Any\nINLINE_PLACEHOLDER_RE: Pattern\nAMP_SUBSTITUTE: Any\nHTML_PLACEHOLDER: Any\nHTML_PLACEHOLDER_RE: Patter...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\util.pyi
util.pyi
Other
1,584
0.85
0.482143
0
awesome-app
627
2024-06-13T11:26:21.455816
GPL-3.0
false
cc9d601c4374ac4cdbe4c513addd07bc
from .core import Markdown as Markdown, markdown as markdown, markdownFromFile as markdownFromFile\nfrom .extensions import Extension as Extension\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\__init__.pyi
__init__.pyi
Other
146
0.85
0
0
vue-tools
857
2024-03-31T20:35:07.897407
BSD-3-Clause
false
ff6944dd13f46f1b0a57fa953ba50224
from typing import Any\n\n__version_info__: Any\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\__meta__.pyi
__meta__.pyi
Other
46
0.65
0
0
awesome-app
167
2024-08-14T12:14:03.436357
Apache-2.0
false
971f154b635a71b56d12b58a8c7d4b18
from typing import Any, Pattern\n\nfrom markdown.blockprocessors import BlockProcessor\nfrom markdown.extensions import Extension\nfrom markdown.inlinepatterns import InlineProcessor\n\nABBR_REF_RE: Pattern\n\nclass AbbrExtension(Extension): ...\nclass AbbrPreprocessor(BlockProcessor): ...\n\nclass AbbrInlineProcessor(...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\abbr.pyi
abbr.pyi
Other
428
0.85
0.3125
0
awesome-app
849
2023-10-16T09:26:57.556025
MIT
false
fc96521447c725aa2d3fc964e0cad7a7
from typing import Any, Pattern\n\nfrom markdown.blockprocessors import BlockProcessor\nfrom markdown.extensions import Extension\n\nclass AdmonitionExtension(Extension): ...\n\nclass AdmonitionProcessor(BlockProcessor):\n CLASSNAME: str = ...\n CLASSNAME_TITLE: str = ...\n RE: Pattern\n RE_SPACES: Any\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\admonition.pyi
admonition.pyi
Other
385
0.85
0.266667
0
awesome-app
450
2024-11-10T20:18:46.067478
BSD-3-Clause
false
4a9bf3630f0e53cf1759dd07ca58242c
from typing import Any, Pattern\n\nfrom markdown.extensions import Extension\nfrom markdown.treeprocessors import Treeprocessor\n\ndef get_attrs(str): ...\ndef isheader(elem): ...\n\nclass AttrListTreeprocessor(Treeprocessor):\n BASE_RE: str = ...\n HEADER_RE: Pattern\n BLOCK_RE: Pattern\n INLINE_RE: Patter...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\attr_list.pyi
attr_list.pyi
Other
498
0.85
0.35
0
python-kit
416
2025-04-21T20:35:19.615545
GPL-3.0
false
a622a1a3df7c90907dc9c900c2d6f98c
from typing import Any, Optional\n\nfrom markdown.extensions import Extension\nfrom markdown.treeprocessors import Treeprocessor\n\npygments: bool\n\ndef parse_hl_lines(expr): ...\n\nclass CodeHilite:\n src: Any\n lang: Any\n linenums: Any\n guess_lang: Any\n css_class: Any\n style: Any\n noclasses...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\codehilite.pyi
codehilite.pyi
Other
979
0.85
0.214286
0
node-utils
719
2023-09-05T19:49:05.140813
BSD-3-Clause
false
8d35e981fafd8ecb9764501a28635f90
from typing import Any, Pattern\n\nfrom markdown.blockprocessors import BlockProcessor, ListIndentProcessor\nfrom markdown.extensions import Extension\n\nclass DefListProcessor(BlockProcessor):\n RE: Pattern\n NO_INDENT_RE: Pattern\n\nclass DefListIndentProcessor(ListIndentProcessor): ...\nclass DefListExtension(...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\def_list.pyi
def_list.pyi
Other
360
0.85
0.307692
0
python-kit
237
2024-11-23T09:51:49.686894
BSD-3-Clause
false
c26d6f06d104951574e51b164fdafd7b
from typing import Any\n\nfrom markdown.extensions import Extension\n\nextensions: Any\n\nclass ExtraExtension(Extension):\n def __init__(self, **kwargs) -> None: ...\n\ndef makeExtension(**kwargs): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\extra.pyi
extra.pyi
Other
197
0.85
0.3
0
vue-tools
372
2024-04-09T13:11:30.109835
MIT
false
282611772e1bf8c8b3f1d6aaf4d00402
from typing import Any, Pattern\n\nfrom markdown.extensions import Extension\nfrom markdown.preprocessors import Preprocessor\n\nclass FencedCodeExtension(Extension): ...\n\nclass FencedBlockPreprocessor(Preprocessor):\n FENCED_BLOCK_RE: Pattern\n CODE_WRAP: str = ...\n LANG_TAG: str = ...\n checked_for_cod...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\fenced_code.pyi
fenced_code.pyi
Other
428
0.85
0.25
0
react-lib
737
2023-12-30T01:31:48.684839
GPL-3.0
false
c9df52d2e035a92cb6d0e4d6703cd2f5
from typing import Any, Pattern\n\nfrom markdown.extensions import Extension\nfrom markdown.inlinepatterns import InlineProcessor\nfrom markdown.postprocessors import Postprocessor\nfrom markdown.preprocessors import Preprocessor\nfrom markdown.treeprocessors import Treeprocessor\n\nFN_BACKLINK_TEXT: Any\nNBSP_PLACEHOL...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\footnotes.pyi
footnotes.pyi
Other
1,751
0.85
0.438596
0
python-kit
599
2023-09-19T04:48:33.107330
MIT
false
78771c6986ae29a66c20669dfc40a052
from typing import Any, Pattern\n\nfrom markdown.extensions import Extension\nfrom markdown.treeprocessors import Treeprocessor\n\nATTR_RE: Pattern\n\nclass LegacyAttrs(Treeprocessor):\n def handleAttributes(self, el, txt): ...\n\nclass LegacyAttrExtension(Extension): ...\n\ndef makeExtension(**kwargs): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\legacy_attrs.pyi
legacy_attrs.pyi
Other
300
0.85
0.307692
0
react-lib
176
2024-10-14T01:10:29.285923
GPL-3.0
false
790a77e85c2c7b165db88c4e5f08d062
from typing import Any\n\nfrom markdown.extensions import Extension\nfrom markdown.inlinepatterns import UnderscoreProcessor\n\nEMPHASIS_RE: str\nSTRONG_RE: str\nSTRONG_EM_RE: str\n\nclass LegacyUnderscoreProcessor(UnderscoreProcessor): ...\nclass LegacyEmExtension(Extension): ...\n\ndef makeExtension(**kwargs): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\legacy_em.pyi
legacy_em.pyi
Other
306
0.85
0.230769
0
vue-tools
196
2024-07-15T18:05:57.745814
BSD-3-Clause
false
875ae06a18919c7b2857658b72c7dfb3
from typing import Any, Optional\n\nfrom markdown.blockprocessors import BlockProcessor\nfrom markdown.extensions import Extension\n\nclass MarkdownInHtmlProcessor(BlockProcessor): ...\nclass MarkdownInHtmlExtension(Extension): ...\n\ndef makeExtension(**kwargs): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\md_in_html.pyi
md_in_html.pyi
Other
260
0.85
0.333333
0
node-utils
895
2024-05-07T19:25:14.151284
GPL-3.0
false
0daf2622a5c1a8955fb311869091aa0e
from typing import Any, Pattern\n\nfrom markdown.extensions import Extension\nfrom markdown.preprocessors import Preprocessor\n\nlog: Any\nMETA_RE: Pattern\nMETA_MORE_RE: Pattern\nBEGIN_RE: Pattern\nEND_RE: Pattern\n\nclass MetaExtension(Extension):\n md: Any\n def reset(self) -> None: ...\n\nclass MetaPreprocess...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\meta.pyi
meta.pyi
Other
361
0.85
0.222222
0
python-kit
804
2023-09-01T21:34:13.165207
BSD-3-Clause
false
c5b5cf0e22d6dc312839d3edeba61958
from typing import Any\n\nfrom markdown.extensions import Extension\n\nBR_RE: str\n\nclass Nl2BrExtension(Extension): ...\n\ndef makeExtension(**kwargs): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\nl2br.pyi
nl2br.pyi
Other
150
0.85
0.222222
0
react-lib
814
2025-02-03T20:36:03.493733
BSD-3-Clause
false
d6cad3795880354741e75bda670af2d8
from typing import Any, Pattern\n\nfrom markdown.blockprocessors import OListProcessor, UListProcessor\nfrom markdown.extensions import Extension\n\nclass SaneOListProcessor(OListProcessor):\n def __init__(self, parser) -> None: ...\n\nclass SaneUListProcessor(UListProcessor):\n def __init__(self, parser) -> None...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\sane_lists.pyi
sane_lists.pyi
Other
392
0.85
0.428571
0
awesome-app
330
2025-03-14T13:39:57.541930
MIT
false
37e47e9f06b5fe455bd2215d2117d5a8
from typing import Any, Pattern\n\nfrom markdown.extensions import Extension\nfrom markdown.inlinepatterns import HtmlInlineProcessor\n\npunctClass: str\nendOfWordClass: str\ncloseClass: str\nopeningQuotesBase: str\nsubstitutions: Any\nsingleQuoteStartRe: Any\ndoubleQuoteStartRe: Any\ndoubleQuoteSetsRe: str\nsingleQuot...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\smarty.pyi
smarty.pyi
Other
1,080
0.85
0.230769
0
react-lib
158
2025-03-11T18:39:43.495428
MIT
false
f90240937c7caedd406528571f152622
from typing import Any\n\nfrom markdown.blockprocessors import BlockProcessor\nfrom markdown.extensions import Extension\n\nPIPE_NONE: int\nPIPE_LEFT: int\nPIPE_RIGHT: int\n\nclass TableProcessor(BlockProcessor):\n RE_CODE_PIPES: Any\n RE_END_BORDER: Any\n border: bool = ...\n separator: str = ...\n def ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\tables.pyi
tables.pyi
Other
414
0.85
0.210526
0
vue-tools
383
2024-11-02T13:05:03.876860
GPL-3.0
false
9850f4146774ae70122d109b54576a3e
from typing import Any, Pattern\n\nfrom markdown.extensions import Extension\nfrom markdown.treeprocessors import Treeprocessor\n\ndef slugify(value, separator): ...\n\nIDCOUNT_RE: Pattern\n\ndef unique(id, ids): ...\ndef get_name(el): ...\ndef stashedHTML2text(text, md, strip_entities: bool = ...): ...\ndef unescape(t...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\toc.pyi
toc.pyi
Other
1,178
0.85
0.409091
0
node-utils
178
2024-04-02T23:23:00.058440
Apache-2.0
false
b811aba16197297a6b26bc867bd1a5dd
from typing import Any\n\nfrom markdown.extensions import Extension\nfrom markdown.inlinepatterns import InlineProcessor\n\ndef build_url(label, base, end): ...\n\nclass WikiLinkExtension(Extension):\n def __init__(self, **kwargs) -> None: ...\n md: Any\n\nclass WikiLinksInlineProcessor(InlineProcessor):\n con...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\wikilinks.pyi
wikilinks.pyi
Other
404
0.85
0.375
0
python-kit
18
2023-10-25T22:16:24.667690
GPL-3.0
false
dfbde64e9830eba727c54b9698d9ff85
from typing import Any, Dict, List, Mapping, Tuple\n\nfrom markdown.core import Markdown\n\nclass Extension:\n config: Mapping[str, List[Any]] = ...\n def __init__(self, **kwargs: Any) -> None: ...\n def getConfig(self, key: str, default: Any = ...) -> Any: ...\n def getConfigs(self) -> Dict[str, Any]: ...\...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markdown\extensions\__init__.pyi
__init__.pyi
Other
549
0.85
0.615385
0
node-utils
627
2024-04-05T19:38:39.417619
MIT
false
7d2cc9c5f08b720f05263f4fa2cd419b
import sys\nfrom typing import Iterator, Mapping, Tuple, TypeVar\n\n_K = TypeVar("_K")\n_V = TypeVar("_V")\n\nPY2: bool\n\ndef iteritems(d: Mapping[_K, _V]) -> Iterator[Tuple[_K, _V]]: ...\n\nif sys.version_info >= (3,):\n text_type = str\n string_types = (str,)\n unichr = chr\n int_types = (int,)\nelse:\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markupsafe\_compat.pyi
_compat.pyi
Other
435
0.85
0.095238
0
react-lib
497
2024-05-09T06:32:49.152250
BSD-3-Clause
false
2cd38113642fe77d9c98162691e6343e
from typing import Dict, Text\n\nHTML_ENTITIES: Dict[Text, int]\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markupsafe\_constants.pyi
_constants.pyi
Other
62
0.65
0
0
node-utils
945
2024-09-29T04:37:45.209417
BSD-3-Clause
false
a82709153032c505b89b7ffd7ed80fdc
from typing import Text, Union\n\nfrom . import Markup\nfrom ._compat import text_type\n\ndef escape(s: Union[Markup, Text]) -> Markup: ...\ndef escape_silent(s: Union[None, Markup, Text]) -> Markup: ...\ndef soft_unicode(s: Text) -> text_type: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markupsafe\_native.pyi
_native.pyi
Other
242
0.85
0.375
0
awesome-app
406
2025-03-11T15:14:55.070161
MIT
false
6e7e7d4a04d157cbb8e06982e9d804b0
from typing import Text, Union\n\nfrom . import Markup\nfrom ._compat import text_type\n\ndef escape(s: Union[Markup, Text]) -> Markup: ...\ndef escape_silent(s: Union[None, Markup, Text]) -> Markup: ...\ndef soft_unicode(s: Text) -> text_type: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markupsafe\_speedups.pyi
_speedups.pyi
Other
242
0.85
0.375
0
react-lib
580
2024-06-12T23:11:21.338656
Apache-2.0
false
6e7e7d4a04d157cbb8e06982e9d804b0
import string\nimport sys\nfrom collections import Mapping\nfrom typing import Any, Callable, Iterable, List, Optional, Sequence, Text, Tuple, Union\n\nfrom markupsafe._compat import text_type\nfrom markupsafe._native import escape as escape, escape_silent as escape_silent, soft_unicode as soft_unicode\n\nclass Markup(...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\markupsafe\__init__.pyi
__init__.pyi
Other
2,861
0.95
0.727273
0
react-lib
847
2025-04-09T11:34:51.662276
GPL-3.0
false
21d551c685e23573e051a34383f0deff
from typing import Any\n\ndef compat_ip_address(address: object) -> Any: ...\ndef int_from_byte(x: int) -> int: ...\ndef int_from_bytes(x: bytes) -> int: ...\ndef byte_from_int(x: int) -> bytes: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\maxminddb\compat.pyi
compat.pyi
Other
194
0.85
0.666667
0
vue-tools
169
2024-12-11T21:37:52.211407
BSD-3-Clause
false
69c6ae3a298c1a7bb7bfaac8654c9432
MODE_AUTO: int = ...\nMODE_MMAP_EXT: int = ...\nMODE_MMAP: int = ...\nMODE_FILE: int = ...\nMODE_MEMORY: int = ...\nMODE_FD: int = ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\maxminddb\const.pyi
const.pyi
Other
130
0.7
0
0
node-utils
648
2023-09-20T06:17:13.651994
GPL-3.0
false
4baa1a0f6e1c9c5dd0b833fa585fb880
from typing import Any, Tuple\n\nclass Decoder:\n def __init__(self, database_buffer: bytes, pointer_base: int = ..., pointer_test: bool = ...) -> None: ...\n def decode(self, offset: int) -> Tuple[Any, int]: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\maxminddb\decoder.pyi
decoder.pyi
Other
215
0.85
0.6
0
vue-tools
217
2024-05-18T17:51:21.127974
MIT
false
82f7f57fb8e3b14f3a1ef8c99bd19641
class InvalidDatabaseError(RuntimeError): ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\maxminddb\errors.pyi
errors.pyi
Other
46
0.65
1
0
vue-tools
15
2024-09-29T04:35:52.457141
Apache-2.0
false
beb0acc1b4dd290a896486af3b7494cc
from typing import Any, Mapping, Sequence, Text\n\nfrom maxminddb.errors import InvalidDatabaseError as InvalidDatabaseError\n\nclass Reader:\n closed: bool = ...\n def __init__(self, *args: Any, **kwargs: Any) -> None: ...\n def close(self, *args: Any, **kwargs: Any) -> Any: ...\n def get(self, *args: Any,...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\maxminddb\extension.pyi
extension.pyi
Other
1,122
0.85
0.545455
0
node-utils
742
2025-02-11T23:10:42.747344
BSD-3-Clause
false
d0338c4acff4350a42e53efbbdf6b29d
from ipaddress import IPv4Address, IPv6Address\nfrom types import TracebackType\nfrom typing import Any, Mapping, Optional, Sequence, Text, Tuple, Type, Union\n\nclass Reader:\n closed: bool = ...\n def __init__(self, database: bytes, mode: int = ...) -> None: ...\n def metadata(self) -> Metadata: ...\n def...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\maxminddb\reader.pyi
reader.pyi
Other
1,269
0.85
0.352941
0
node-utils
265
2024-02-08T12:48:08.592246
MIT
false
c951ebf710a943f67b60a1bf620a07b9
from typing import Text\n\nfrom maxminddb import reader\n\ndef open_database(database: Text, mode: int = ...) -> reader.Reader: ...\ndef Reader(database: Text) -> reader.Reader: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\maxminddb\__init__.pyi
__init__.pyi
Other
177
0.85
0.333333
0
awesome-app
842
2025-06-28T16:37:06.384398
Apache-2.0
false
ae683923eb375e2a93cd985c77cb5032
from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Text, Tuple, TypeVar\nfrom typing_extensions import TypedDict\n\n_T = TypeVar("_T")\n_Callback = Callable[[str, _Result], Any]\n\nclass _Result(TypedDict):\n nmap: _ResultNmap\n scan: Dict[str, PortScannerHostDict]\n\nclass _ResultNmap(Ty...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\nmap\nmap.pyi
nmap.pyi
Other
3,953
0.95
0.467213
0
react-lib
259
2025-05-07T23:25:04.739124
MIT
false
4b6d6808418e1fecf51c11c65f4c7296
from .nmap import *\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\nmap\__init__.pyi
__init__.pyi
Other
20
0.65
0
0
python-kit
979
2024-10-19T11:19:43.801923
MIT
false
84876dfd2b102650c3ed10f0224103ab
from socket import _RetAddress, socket\nfrom threading import Thread\nfrom typing import Dict, Protocol, Tuple\n\nfrom paramiko.channel import Channel\nfrom paramiko.message import Message\nfrom paramiko.pkey import PKey\nfrom paramiko.transport import Transport\n\nclass _AgentProxy(Protocol):\n def connect(self) ->...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\agent.pyi
agent.pyi
Other
2,057
0.85
0.567164
0
awesome-app
58
2024-11-08T09:57:17.730075
Apache-2.0
false
0cedb80bb865418836e3601fd83ed663
from threading import Event\nfrom typing import Callable, List, Optional, Tuple\n\nfrom paramiko.message import Message\nfrom paramiko.pkey import PKey\nfrom paramiko.server import InteractiveQuery\nfrom paramiko.ssh_gss import _SSH_GSSAuth\nfrom paramiko.transport import Transport\n\n_InteractiveCallback = Callable[[s...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\auth_handler.pyi
auth_handler.pyi
Other
1,934
0.85
0.367347
0
python-kit
533
2025-05-14T17:42:13.909781
BSD-3-Clause
false
2ee4c072a5e05a8f0570903d6ca06cdb
from typing import Any, Iterable, List, Union\n\nclass BERException(Exception): ...\n\nclass BER:\n content: bytes\n idx: int\n def __init__(self, content: bytes = ...) -> None: ...\n def asbytes(self) -> bytes: ...\n def decode(self) -> Union[None, int, List[int]]: ...\n def decode_next(self) -> Unio...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\ber.pyi
ber.pyi
Other
611
0.85
0.588235
0
react-lib
619
2024-05-27T09:15:11.025615
MIT
false
9be9ec7e723df0ecdf049452a7977cc1
from threading import Event\nfrom typing import Generic, Optional, Text, TypeVar\n\n_T = TypeVar("_T", Text, bytes)\n\nclass PipeTimeout(IOError): ...\n\nclass BufferedPipe(Generic[_T]):\n def __init__(self) -> None: ...\n def set_event(self, event: Event) -> None: ...\n def feed(self, data: _T) -> None: ...\n...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\buffered_pipe.pyi
buffered_pipe.pyi
Other
520
0.85
0.625
0
node-utils
622
2025-05-23T13:10:23.919836
MIT
false
eb20bcae03f356707f85e286cf46ae1e
from logging import Logger\nfrom threading import Condition, Event, Lock\nfrom typing import Any, Callable, Mapping, Optional, Tuple, TypeVar\n\nfrom paramiko.buffered_pipe import BufferedPipe, PipeTimeout\nfrom paramiko.file import BufferedFile\nfrom paramiko.message import Message\nfrom paramiko.transport import Tran...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\channel.pyi
channel.pyi
Other
3,796
0.85
0.474747
0
node-utils
876
2025-03-22T22:50:08.320740
MIT
false
0e168edea1bcc5c019c6adcfb212f698
from socket import socket\nfrom typing import Any, Dict, Iterable, Mapping, NoReturn, Optional, Tuple, Type, Union\n\nfrom paramiko.agent import Agent\nfrom paramiko.channel import Channel, ChannelFile, ChannelStderrFile, ChannelStdinFile\nfrom paramiko.hostkeys import HostKeys\nfrom paramiko.pkey import PKey\nfrom par...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\client.pyi
client.pyi
Other
2,932
0.85
0.297297
0
react-lib
222
2024-04-05T15:42:42.745625
Apache-2.0
false
1c636111d0c5c7d8a7e43a4ec7943e0a
import sys\nfrom typing import Any, Dict, Protocol, Text, Union\n\nMSG_DISCONNECT: int\nMSG_IGNORE: int\nMSG_UNIMPLEMENTED: int\nMSG_DEBUG: int\nMSG_SERVICE_REQUEST: int\nMSG_SERVICE_ACCEPT: int\nMSG_KEXINIT: int\nMSG_NEWKEYS: int\nMSG_USERAUTH_REQUEST: int\nMSG_USERAUTH_FAILURE: int\nMSG_USERAUTH_SUCCESS: int\nMSG_USE...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\common.pyi
common.pyi
Other
3,167
0.85
0.028777
0
awesome-app
909
2023-11-18T10:33:07.708583
BSD-3-Clause
false
aa0c6ca4c67678c1620d30682f4bcce0
from zlib import _Compress, _Decompress\n\nclass ZlibCompressor:\n z: _Compress\n def __init__(self) -> None: ...\n def __call__(self, data: bytes) -> bytes: ...\n\nclass ZlibDecompressor:\n z: _Decompress\n def __init__(self) -> None: ...\n def __call__(self, data: bytes) -> bytes: ...\n
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\compress.pyi
compress.pyi
Other
296
0.85
0.545455
0
awesome-app
145
2024-12-13T16:12:37.770051
GPL-3.0
false
7ab0bbb5067c51a1abc62890af310318
from typing import IO, Any, Dict, Iterable, List, Optional, Pattern, Set\n\nfrom paramiko.ssh_exception import ConfigParseError as ConfigParseError, CouldNotCanonicalize as CouldNotCanonicalize\n\nSSH_PORT: int\n\nclass SSHConfig:\n SETTINGS_REGEX: Pattern[str]\n TOKENS_BY_CONFIG_KEY: Dict[str, List[str]]\n de...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\config.pyi
config.pyi
Other
1,170
0.85
0.483871
0
vue-tools
19
2024-06-19T07:27:01.549048
MIT
false
75a3ca6087c10c6310340a5a30be088d
from typing import IO, Any, Callable, Optional, Tuple\n\nfrom paramiko.ber import BER\nfrom paramiko.message import Message\nfrom paramiko.pkey import PKey, PublicBlob\n\nclass DSSKey(PKey):\n p: Optional[int]\n q: Optional[int]\n g: Optional[int]\n y: Optional[int]\n x: Optional[int]\n public_blob: N...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\dsskey.pyi
dsskey.pyi
Other
1,242
0.85
0.352941
0
node-utils
246
2024-04-02T23:20:46.696523
Apache-2.0
false
910b1fbd975c88c04a8f0148fdcfb645
from typing import IO, Any, Callable, List, Optional, Sequence, Tuple, Type\n\nfrom cryptography.hazmat.primitives.asymmetric.ec2 import EllipticCurve, EllipticCurvePrivateKey, EllipticCurvePublicKey\nfrom cryptography.hazmat.primitives.hashes import HashAlgorithm\nfrom paramiko.message import Message\nfrom paramiko.pk...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\ecdsakey.pyi
ecdsakey.pyi
Other
2,338
0.85
0.396226
0
python-kit
310
2024-05-25T00:32:11.857263
MIT
false
a0897f07facb5df20a0b97bca3cbb19d
from typing import IO, Any, Optional\n\nfrom paramiko.message import Message\nfrom paramiko.pkey import PKey\n\nclass Ed25519Key(PKey):\n public_blob: None\n def __init__(\n self,\n msg: Optional[Message] = ...,\n data: Optional[bytes] = ...,\n filename: Optional[str] = ...,\n p...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\ed25519key.pyi
ed25519key.pyi
Other
703
0.85
0.409091
0
python-kit
283
2024-04-16T09:23:07.329013
GPL-3.0
false
e63be3b16c000310b385e9db5c3d8a9a
from typing import AnyStr, Generic, Iterable, List, Optional, Tuple, Union\n\nfrom paramiko.util import ClosingContextManager\n\nclass BufferedFile(ClosingContextManager, Generic[AnyStr]):\n SEEK_SET: int\n SEEK_CUR: int\n SEEK_END: int\n\n FLAG_READ: int\n FLAG_WRITE: int\n FLAG_APPEND: int\n FLAG...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\file.pyi
file.pyi
Other
1,342
0.85
0.526316
0
node-utils
492
2024-06-18T02:29:29.506778
GPL-3.0
false
e092f51945a451445925350a81d0dc06
import collections\nimport typing\nfrom typing import Dict, Iterator, List, Optional\n\nfrom paramiko.pkey import PKey\n\nclass _SubDict(typing.MutableMapping[str, PKey]):\n # Internal to HostKeys.lookup()\n def __init__(self, hostname: str, entries: List[HostKeyEntry], hostkeys: HostKeys) -> None: ...\n def _...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\hostkeys.pyi
hostkeys.pyi
Other
1,942
0.95
0.638298
0.02381
react-lib
292
2025-06-13T05:58:00.291299
GPL-3.0
false
f6e9d028c11edd947ea464b1013faceb
import sys\nfrom _typeshed import ReadableBuffer as ReadableBuffer\nfrom typing import Any, Callable, Optional\n\nfrom cryptography.hazmat.primitives.asymmetric.x25519 import X25519PrivateKey\nfrom paramiko.message import Message\nfrom paramiko.transport import Transport\n\nif sys.version_info < (3, 0):\n from hashl...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\kex_curve25519.pyi
kex_curve25519.pyi
Other
771
0.85
0.24
0
vue-tools
13
2023-08-18T15:18:02.138200
MIT
false
97475fb21e0e30816a53328e46367ca8
import sys\nfrom _typeshed import ReadableBuffer\nfrom typing import Callable, Optional, Union\n\nfrom cryptography.hazmat.primitives.asymmetric.ec2 import EllipticCurve, EllipticCurvePrivateKey, EllipticCurvePublicKey\nfrom paramiko.message import Message\nfrom paramiko.transport import Transport\n\nif sys.version_inf...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\kex_ecdh_nist.pyi
kex_ecdh_nist.pyi
Other
1,112
0.85
0.189189
0
node-utils
716
2024-03-25T04:18:28.967942
Apache-2.0
false
719601aa97d502cffa84725943256971
import sys\nfrom _typeshed import ReadableBuffer\nfrom typing import Callable, Optional\n\nfrom paramiko.message import Message\nfrom paramiko.transport import Transport\n\nif sys.version_info < (3, 0):\n from hashlib import _hash as _Hash\nelse:\n from hashlib import _Hash\n\nc_MSG_KEXDH_GEX_REQUEST_OLD: bytes\n...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\kex_gex.pyi
kex_gex.pyi
Other
1,023
0.85
0.153846
0
node-utils
267
2024-03-16T07:47:59.409036
Apache-2.0
false
9089777ccf2c8587fbb3056f2961d4d6
import sys\nfrom _typeshed import ReadableBuffer\nfrom typing import Callable\n\nfrom paramiko.message import Message\nfrom paramiko.transport import Transport\n\nif sys.version_info < (3, 0):\n from hashlib import _hash as _Hash\nelse:\n from hashlib import _Hash\n\nc_MSG_KEXDH_INIT: bytes\nc_MSG_KEXDH_REPLY: by...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\kex_group1.pyi
kex_group1.pyi
Other
679
0.85
0.172414
0
react-lib
600
2025-04-02T14:12:39.720490
MIT
false
1928be3bcc8a2939cc32c64304da41c2
import sys\nfrom _typeshed import ReadableBuffer\nfrom typing import Callable\n\nfrom paramiko.kex_group1 import KexGroup1 as KexGroup1\n\nif sys.version_info < (3, 0):\n from hashlib import _hash as _Hash\nelse:\n from hashlib import _Hash\n\nclass KexGroup14(KexGroup1):\n P: int\n G: int\n name: str\n ...
.venv\Lib\site-packages\jedi\third_party\typeshed\third_party\2and3\paramiko\kex_group14.pyi
kex_group14.pyi
Other
453
0.85
0.15
0
node-utils
572
2024-03-19T20:06:23.746664
BSD-3-Clause
false
acaa62d260d17962f8823a77a9d41e24