id
int64
0
458k
file_name
stringlengths
4
119
file_path
stringlengths
14
227
content
stringlengths
24
9.96M
size
int64
24
9.96M
language
stringclasses
1 value
extension
stringclasses
14 values
total_lines
int64
1
219k
avg_line_length
float64
2.52
4.63M
max_line_length
int64
5
9.91M
alphanum_fraction
float64
0
1
repo_name
stringlengths
7
101
repo_stars
int64
100
139k
repo_forks
int64
0
26.4k
repo_open_issues
int64
0
2.27k
repo_license
stringclasses
12 values
repo_extraction_date
stringclasses
433 values
28,700
langhebrewmodel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/chardet/langhebrewmodel.pyi
from typing import Tuple from . import _LangModelType WIN1255_CHAR_TO_ORDER_MAP: Tuple[int, ...] HEBREW_LANG_MODEL: Tuple[int, ...] Win1255HebrewModel: _LangModelType
169
Python
.py
5
32.4
42
0.783951
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,701
langthaimodel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/chardet/langthaimodel.pyi
from typing import Tuple from . import _LangModelType TIS620CharToOrderMap: Tuple[int, ...] ThaiLangModel: Tuple[int, ...] TIS620ThaiModel: _LangModelType
157
Python
.py
5
30
37
0.806667
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,702
langbulgarianmodel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/chardet/langbulgarianmodel.pyi
from typing import Tuple from . import _LangModelType Latin5_BulgarianCharToOrderMap: Tuple[int, ...] win1251BulgarianCharToOrderMap: Tuple[int, ...] BulgarianLangModel: Tuple[int, ...] Latin5BulgarianModel: _LangModelType Win1251BulgarianModel: _LangModelType
263
Python
.py
7
36.285714
47
0.834646
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,703
langhungarianmodel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/chardet/langhungarianmodel.pyi
from typing import Tuple from . import _LangModelType Latin2_HungarianCharToOrderMap: Tuple[int, ...] win1250HungarianCharToOrderMap: Tuple[int, ...] HungarianLangModel: Tuple[int, ...] Latin2HungarianModel: _LangModelType Win1250HungarianModel: _LangModelType
263
Python
.py
7
36.285714
47
0.834646
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,704
langcyrillicmodel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/chardet/langcyrillicmodel.pyi
from typing import Tuple from . import _LangModelType KOI8R_char_to_order_map: Tuple[int, ...] win1251_char_to_order_map: Tuple[int, ...] latin5_char_to_order_map: Tuple[int, ...] macCyrillic_char_to_order_map: Tuple[int, ...] IBM855_char_to_order_map: Tuple[int, ...] IBM866_char_to_order_map: Tuple[int, ...] Russian...
536
Python
.py
15
34.6
46
0.782274
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,705
langgreekmodel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/chardet/langgreekmodel.pyi
from typing import Tuple from . import _LangModelType Latin7_char_to_order_map: Tuple[int, ...] win1253_char_to_order_map: Tuple[int, ...] GreekLangModel: Tuple[int, ...] Latin7GreekModel: _LangModelType Win1253GreekModel: _LangModelType
240
Python
.py
7
33
42
0.787879
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,706
universaldetector.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/chardet/universaldetector.pyi
from logging import Logger from typing import Dict, Optional, Pattern from typing_extensions import TypedDict class _FinalResultType(TypedDict): encoding: str confidence: float language: str class _IntermediateResultType(TypedDict): encoding: Optional[str] confidence: float language: Optional[...
809
Python
.py
25
28.16
59
0.708974
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,707
langturkishmodel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/chardet/langturkishmodel.pyi
from typing import Tuple from . import _LangModelType Latin5_TurkishCharToOrderMap: Tuple[int, ...] TurkishLangModel: Tuple[int, ...] Latin5TurkishModel: _LangModelType
171
Python
.py
5
32.8
45
0.817073
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,708
cookies.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/cookies.pyi
import sys from typing import Any, MutableMapping if sys.version_info < (3, 0): from cookielib import CookieJar else: from http.cookiejar import CookieJar class MockRequest: type: Any def __init__(self, request) -> None: ... def get_type(self): ... def get_host(self): ... def get_origin_re...
2,033
Python
.py
57
31.596491
71
0.617572
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,709
utils.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/utils.pyi
from typing import Any, AnyStr, Dict, Iterable, Mapping, Optional, Text, Tuple from . import compat, cookies, exceptions, structures OrderedDict = compat.OrderedDict RequestsCookieJar = cookies.RequestsCookieJar cookiejar_from_dict = cookies.cookiejar_from_dict CaseInsensitiveDict = structures.CaseInsensitiveDict Inv...
1,989
Python
.py
48
40.3125
95
0.722481
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,710
adapters.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/adapters.pyi
from typing import Any, Container, Mapping, Optional, Text, Tuple, Union from . import cookies, exceptions, models, structures, utils from .packages.urllib3 import exceptions as urllib3_exceptions, poolmanager, response from .packages.urllib3.util import retry PreparedRequest = models.PreparedRequest Response = model...
2,925
Python
.py
68
39.058824
108
0.712482
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,711
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/__init__.pyi
import logging from typing import Any, Text from .api import ( delete as delete, get as get, head as head, options as options, patch as patch, post as post, put as put, request as request, ) from .exceptions import ( ConnectionError as ConnectionError, HTTPError as HTTPError, ...
928
Python
.py
32
25.875
96
0.748879
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,712
hooks.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/hooks.pyi
from typing import Any HOOKS: Any def default_hooks(): ... def dispatch_hook(key, hooks, hook_data, **kwargs): ...
117
Python
.py
4
27.75
55
0.711712
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,713
models.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/models.pyi
import datetime from typing import Any, Dict, Iterator, List, Optional, Text, Union from . import auth, cookies, exceptions, hooks, status_codes, structures, utils from .cookies import RequestsCookieJar from .packages.urllib3 import exceptions as urllib3_exceptions, fields, filepost, util default_hooks = hooks.defaul...
4,578
Python
.py
121
34.123967
123
0.688469
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,714
sessions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/sessions.pyi
from typing import IO, Any, Callable, Iterable, List, Mapping, MutableMapping, Optional, Text, Tuple, Union from . import adapters, auth as _auth, compat, cookies, exceptions, hooks, models, status_codes, structures, utils from .models import Response from .packages.urllib3 import _collections BaseAdapter = adapters....
4,727
Python
.py
93
46.774194
116
0.694553
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,715
auth.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/auth.pyi
from typing import Any, Text, Union from . import cookies, models, status_codes, utils extract_cookies_to_jar = cookies.extract_cookies_to_jar parse_dict_header = utils.parse_dict_header to_native_string = utils.to_native_string CONTENT_TYPE_FORM_URLENCODED: Any CONTENT_TYPE_MULTI_PART: Any def _basic_auth_str(user...
1,148
Python
.py
31
33.322581
91
0.677187
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,716
structures.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/structures.pyi
from typing import Any, Dict, Generic, Iterable, Iterator, Mapping, MutableMapping, Optional, Tuple, TypeVar, Union _VT = TypeVar("_VT") class CaseInsensitiveDict(MutableMapping[str, _VT], Generic[_VT]): def __init__(self, data: Optional[Union[Mapping[str, _VT], Iterable[Tuple[str, _VT]]]] = ..., **kwargs: _VT) -...
968
Python
.py
17
52.705882
125
0.582278
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,717
api.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/api.pyi
from _typeshed import SupportsItems from typing import Iterable, Optional, Text, Tuple, Union from .models import Response from .sessions import _Data _ParamsMappingKeyType = Union[Text, bytes, int, float] _ParamsMappingValueType = Union[Text, bytes, int, float, Iterable[Union[Text, bytes, int, float]], None] def re...
1,216
Python
.py
25
44.32
104
0.654882
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,718
exceptions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/exceptions.pyi
from typing import Any from .packages.urllib3.exceptions import HTTPError as BaseHTTPError class RequestException(IOError): response: Any request: Any def __init__(self, *args, **kwargs) -> None: ... class HTTPError(RequestException): ... class ConnectionError(RequestException): ... class ProxyError(Conn...
1,259
Python
.py
28
43.428571
67
0.799674
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,719
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/__init__.pyi
class VendorAlias: def __init__(self, package_names) -> None: ... def find_module(self, fullname, path=...): ... def load_module(self, name): ...
158
Python
.py
4
35.5
50
0.603896
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,720
response.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/response.pyi
import io from typing import Any from . import _collections, exceptions from .connection import BaseSSLError as BaseSSLError, HTTPException as HTTPException from .util import response HTTPHeaderDict = _collections.HTTPHeaderDict ProtocolError = exceptions.ProtocolError DecodeError = exceptions.DecodeError ReadTimeout...
1,788
Python
.py
61
24.42623
84
0.616725
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,721
connectionpool.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/connectionpool.pyi
from typing import Any from . import connection, exceptions, request, response from .connection import BaseSSLError as BaseSSLError, ConnectionError as ConnectionError, HTTPException as HTTPException from .packages import ssl_match_hostname from .util import connection as _connection, retry, timeout, url ClosedPoolEr...
3,170
Python
.py
114
22.429825
120
0.652345
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,722
_collections.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/_collections.pyi
from collections import MutableMapping from typing import Any, NoReturn, TypeVar _KT = TypeVar("_KT") _VT = TypeVar("_VT") class RLock: def __enter__(self): ... def __exit__(self, exc_type, exc_value, traceback): ... class RecentlyUsedContainer(MutableMapping[_KT, _VT]): ContainerCls: Any dispose_fun...
1,535
Python
.py
48
27.479167
66
0.570465
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,723
fields.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/fields.pyi
from typing import Any def guess_content_type(filename, default=...): ... def format_header_param(name, value): ... class RequestField: data: Any headers: Any def __init__(self, name, data, filename=..., headers=...) -> None: ... @classmethod def from_tuples(cls, fieldname, value): ... def ren...
442
Python
.py
11
36.454545
98
0.65035
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,724
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/__init__.pyi
import logging from typing import Any from . import connectionpool, filepost, poolmanager, response from .util import request as _request, retry, timeout, url __license__: Any HTTPConnectionPool = connectionpool.HTTPConnectionPool HTTPSConnectionPool = connectionpool.HTTPSConnectionPool connection_from_url = connect...
825
Python
.py
21
37.857143
62
0.819775
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,725
poolmanager.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/poolmanager.pyi
from typing import Any from .request import RequestMethods class PoolManager(RequestMethods): proxy: Any connection_pool_kw: Any pools: Any def __init__(self, num_pools=..., headers=..., **connection_pool_kw) -> None: ... def __enter__(self): ... def __exit__(self, exc_type, exc_val, exc_tb): ...
1,309
Python
.py
24
50.208333
115
0.635441
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,726
filepost.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/filepost.pyi
from typing import Any from . import fields RequestField = fields.RequestField writer: Any def choose_boundary(): ... def iter_field_objects(fields): ... def iter_fields(fields): ... def encode_multipart_formdata(fields, boundary=...): ...
244
Python
.py
8
29
56
0.75431
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,727
request.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/request.pyi
from typing import Any class RequestMethods: headers: Any def __init__(self, headers=...) -> None: ... def urlopen(self, method, url, body=..., headers=..., encode_multipart=..., multipart_boundary=..., **kw): ... def request(self, method, url, fields=..., headers=..., **urlopen_kw): ... def reques...
534
Python
.py
10
48.7
114
0.606119
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,728
connection.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/connection.pyi
import ssl import sys from typing import Any from . import exceptions, util from .packages import ssl_match_hostname from .util import ssl_ if sys.version_info < (3, 0): from httplib import HTTPConnection as _HTTPConnection, HTTPException as HTTPException class ConnectionError(Exception): ... else: from ...
1,907
Python
.py
54
31.962963
130
0.737785
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,729
exceptions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/exceptions.pyi
from typing import Any class HTTPError(Exception): ... class HTTPWarning(Warning): ... class PoolError(HTTPError): pool: Any def __init__(self, pool, message) -> None: ... def __reduce__(self): ... class RequestError(PoolError): url: Any def __init__(self, pool, url, message) -> None: ... def...
1,413
Python
.py
39
33.512821
59
0.723404
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,730
url.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/url.pyi
from typing import Any from .. import exceptions LocationParseError = exceptions.LocationParseError url_attrs: Any class Url: slots: Any def __new__(cls, scheme=..., auth=..., host=..., port=..., path=..., query=..., fragment=...): ... @property def hostname(self): ... @property def request_...
492
Python
.py
18
23.833333
102
0.618337
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,731
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/__init__.pyi
import ssl from . import connection, request, response, retry, ssl_, timeout, url is_connection_dropped = connection.is_connection_dropped make_headers = request.make_headers is_fp_closed = response.is_fp_closed SSLContext = ssl.SSLContext HAS_SNI = ssl_.HAS_SNI assert_fingerprint = ssl_.assert_fingerprint resolve_ce...
615
Python
.py
18
33.055556
70
0.796639
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,732
retry.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/retry.pyi
from typing import Any from .. import exceptions ConnectTimeoutError = exceptions.ConnectTimeoutError MaxRetryError = exceptions.MaxRetryError ProtocolError = exceptions.ProtocolError ReadTimeoutError = exceptions.ReadTimeoutError ResponseError = exceptions.ResponseError log: Any class Retry: DEFAULT_METHOD_WHI...
1,161
Python
.py
39
24.564103
102
0.63059
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,733
timeout.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/timeout.pyi
from typing import Any from .. import exceptions TimeoutStateError = exceptions.TimeoutStateError def current_time(): ... class Timeout: DEFAULT_TIMEOUT: Any total: Any def __init__(self, total=..., connect=..., read=...) -> None: ... @classmethod def from_float(cls, timeout): ... def clone(...
499
Python
.py
17
25.294118
69
0.646444
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,734
ssl_.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/ssl_.pyi
import ssl from typing import Any from .. import exceptions SSLError = exceptions.SSLError InsecurePlatformWarning = exceptions.InsecurePlatformWarning SSLContext = ssl.SSLContext HAS_SNI: Any create_default_context: Any OP_NO_SSLv2: Any OP_NO_SSLv3: Any OP_NO_COMPRESSION: Any def assert_fingerprint(cert, fingerpri...
691
Python
.py
26
24.038462
89
0.701967
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,735
request.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/request.pyi
from typing import Any # from ..packages import six # b = six.b ACCEPT_ENCODING: Any def make_headers( keep_alive=..., accept_encoding=..., user_agent=..., basic_auth=..., proxy_basic_auth=..., disable_cache=... ): ...
227
Python
.py
7
30.285714
112
0.662037
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,736
connection.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/connection.pyi
from typing import Any poll: Any select: Any HAS_IPV6: bool def is_connection_dropped(conn): ... def create_connection(address, timeout=..., source_address=..., socket_options=...): ...
188
Python
.py
6
30
88
0.727778
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,737
encoder.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/simplejson/encoder.pyi
from typing import Any class JSONEncoder(object): def __init__(self, *args, **kwargs): ... def encode(self, o: Any): ... def default(self, o: Any): ... def iterencode(self, o: Any, _one_shot: bool): ... class JSONEncoderForHTML(JSONEncoder): ...
264
Python
.py
7
34.142857
54
0.639216
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,738
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/simplejson/__init__.pyi
from typing import IO, Any, Text, Union from simplejson.decoder import JSONDecoder as JSONDecoder from simplejson.encoder import JSONEncoder as JSONEncoder, JSONEncoderForHTML as JSONEncoderForHTML from simplejson.scanner import JSONDecodeError as JSONDecodeError _LoadsString = Union[Text, bytes, bytearray] def dump...
538
Python
.py
9
58.444444
99
0.73384
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,739
decoder.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/simplejson/decoder.pyi
from typing import Match class JSONDecoder(object): def __init__(self, **kwargs): ... def decode(self, s: str, _w: Match[str], _PY3: bool): ... def raw_decode(self, s: str, idx: int, _w: Match[str], _PY3: bool): ...
229
Python
.py
5
42.2
75
0.605381
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,740
scanner.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/simplejson/scanner.pyi
from typing import Optional class JSONDecodeError(ValueError): msg: str = ... doc: str = ... pos: int = ... end: Optional[int] = ... lineno: int = ... colno: int = ... endlineno: Optional[int] = ... endcolno: Optional[int] = ...
262
Python
.py
10
21.9
34
0.565737
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,741
times.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/times.pyi
from typing import Any Date: Any Time: Any TimeDelta: Any Timestamp: Any def DateFromTicks(ticks): ... def TimeFromTicks(ticks): ... def TimestampFromTicks(ticks): ...
170
Python
.py
8
20
34
0.78125
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,742
converters.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/converters.pyi
from typing import Any from .charset import charset_by_id as charset_by_id from .constants import FIELD_TYPE as FIELD_TYPE, FLAG as FLAG PYTHON3: Any ESCAPE_REGEX: Any ESCAPE_MAP: Any def escape_item(val, charset): ... def escape_dict(val, charset): ... def escape_sequence(val, charset): ... def escape_set(val, char...
1,331
Python
.py
39
32.923077
62
0.726636
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,743
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/__init__.pyi
import sys from typing import Callable, FrozenSet, Tuple from .connections import Connection as _Connection from .constants import FIELD_TYPE as FIELD_TYPE from .converters import escape_dict as escape_dict, escape_sequence as escape_sequence, escape_string as escape_string from .err import ( DatabaseError as Data...
1,625
Python
.py
54
27.296296
118
0.736876
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,744
connections.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/connections.pyi
from socket import SocketType from typing import Any, AnyStr, Mapping, Optional, Tuple, Type from .charset import charset_by_id as charset_by_id, charset_by_name as charset_by_name from .constants import CLIENT as CLIENT, COMMAND as COMMAND, FIELD_TYPE as FIELD_TYPE, SERVER_STATUS as SERVER_STATUS from .cursors import...
5,627
Python
.py
164
28.896341
117
0.5945
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,745
charset.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/charset.pyi
from typing import Any MBLENGTH: Any class Charset: is_default: Any def __init__(self, id, name, collation, is_default): ... class Charsets: def __init__(self): ... def add(self, c): ... def by_id(self, id): ... def by_name(self, name): ... def charset_by_name(name): ... def charset_by_id(id...
327
Python
.py
12
23.916667
60
0.610932
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,746
cursors.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/cursors.pyi
from typing import Any, Dict, Iterable, Iterator, List, Optional, Text, Tuple, TypeVar, Union from .connections import Connection _Gen = Union[Tuple[Any, ...], Dict[Text, Any]] _QueryArgs = Union[Tuple[Any, ...], List[Any], Dict[Text, Any], None] _SelfT = TypeVar("_SelfT") class Cursor: connection: Connection ...
2,180
Python
.py
45
44.177778
96
0.613722
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,747
err.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/err.pyi
import builtins from typing import Dict, NoReturn, Type from .constants import ER as ER class MySQLError(Exception): ... class Warning(builtins.Warning, MySQLError): ... class Error(MySQLError): ... class InterfaceError(Error): ... class DatabaseError(Error): ... class DataError(DatabaseError): ... class OperationalE...
606
Python
.py
16
36.625
48
0.78157
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,748
FIELD_TYPE.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/FIELD_TYPE.pyi
DECIMAL: int TINY: int SHORT: int LONG: int FLOAT: int DOUBLE: int NULL: int TIMESTAMP: int LONGLONG: int INT24: int DATE: int TIME: int DATETIME: int YEAR: int NEWDATE: int VARCHAR: int BIT: int NEWDECIMAL: int ENUM: int SET: int TINY_BLOB: int MEDIUM_BLOB: int LONG_BLOB: int BLOB: int VAR_STRING: int STRING: int GEOM...
354
Python
.py
29
11.206897
16
0.809231
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,749
COMMAND.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/COMMAND.pyi
COM_SLEEP: int COM_QUIT: int COM_INIT_DB: int COM_QUERY: int COM_FIELD_LIST: int COM_CREATE_DB: int COM_DROP_DB: int COM_REFRESH: int COM_SHUTDOWN: int COM_STATISTICS: int COM_PROCESS_INFO: int COM_CONNECT: int COM_PROCESS_KILL: int COM_DEBUG: int COM_PING: int COM_TIME: int COM_DELAYED_INSERT: int COM_CHANGE_USER: int...
407
Python
.py
22
17.5
23
0.797403
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,750
SERVER_STATUS.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/SERVER_STATUS.pyi
SERVER_STATUS_IN_TRANS: int SERVER_STATUS_AUTOCOMMIT: int SERVER_MORE_RESULTS_EXISTS: int SERVER_QUERY_NO_GOOD_INDEX_USED: int SERVER_QUERY_NO_INDEX_USED: int SERVER_STATUS_CURSOR_EXISTS: int SERVER_STATUS_LAST_ROW_SENT: int SERVER_STATUS_DB_DROPPED: int SERVER_STATUS_NO_BACKSLASH_ESCAPES: int SERVER_STATUS_METADATA_CH...
331
Python
.py
10
32.1
39
0.831776
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,751
FLAG.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/FLAG.pyi
from typing import Any NOT_NULL: Any PRI_KEY: Any UNIQUE_KEY: Any MULTIPLE_KEY: Any BLOB: Any UNSIGNED: Any ZEROFILL: Any BINARY: Any ENUM: Any AUTO_INCREMENT: Any TIMESTAMP: Any SET: Any PART_KEY: Any GROUP: Any UNIQUE: Any
226
Python
.py
16
13.0625
22
0.813397
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,752
CLIENT.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/CLIENT.pyi
LONG_PASSWORD: int FOUND_ROWS: int LONG_FLAG: int CONNECT_WITH_DB: int NO_SCHEMA: int COMPRESS: int ODBC: int LOCAL_FILES: int IGNORE_SPACE: int PROTOCOL_41: int INTERACTIVE: int SSL: int IGNORE_SIGPIPE: int TRANSACTIONS: int SECURE_CONNECTION: int MULTI_STATEMENTS: int MULTI_RESULTS: int CAPABILITIES: int
308
Python
.py
18
16.111111
22
0.831034
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,753
ER.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/ER.pyi
ERROR_FIRST: int HASHCHK: int NISAMCHK: int NO: int YES: int CANT_CREATE_FILE: int CANT_CREATE_TABLE: int CANT_CREATE_DB: int DB_CREATE_EXISTS: int DB_DROP_EXISTS: int DB_DROP_DELETE: int DB_DROP_RMDIR: int CANT_DELETE_FILE: int CANT_FIND_SYSTEM_REC: int CANT_GET_STAT: int CANT_GET_WD: int CANT_LOCK: int CANT_OPEN_FILE...
11,280
Python
.py
471
22.949045
44
0.815524
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,754
rrule.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/rrule.pyi
import datetime from typing import Any, Iterable, Optional, Union from ._common import weekday as weekdaybase YEARLY: int MONTHLY: int WEEKLY: int DAILY: int HOURLY: int MINUTELY: int SECONDLY: int class weekday(weekdaybase): ... MO: weekday TU: weekday WE: weekday TH: weekday FR: weekday SA: weekday SU: weekday c...
3,219
Python
.py
95
28.610526
89
0.557161
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,755
utils.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/utils.pyi
from datetime import datetime, timedelta, tzinfo from typing import Optional def default_tzinfo(dt: datetime, tzinfo: tzinfo) -> datetime: ... def today(tzinfo: Optional[tzinfo] = ...) -> datetime: ... def within_delta(dt1: datetime, dt2: datetime, delta: timedelta) -> bool: ...
281
Python
.py
5
55
77
0.730909
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,756
_common.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/_common.pyi
from typing import Optional, TypeVar _T = TypeVar("_T") class weekday(object): def __init__(self, weekday: int, n: Optional[int] = ...) -> None: ... def __call__(self: _T, n: int) -> _T: ... def __eq__(self, other) -> bool: ... def __repr__(self) -> str: ... def __hash__(self) -> int: ... week...
340
Python
.py
10
30
73
0.52439
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,757
parser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/parser.pyi
from datetime import datetime, tzinfo from typing import IO, Any, Dict, List, Mapping, Optional, Text, Tuple, Union _FileOrStr = Union[bytes, Text, IO[str], IO[Any]] class parserinfo(object): JUMP: List[str] WEEKDAYS: List[Tuple[str, str]] MONTHS: List[Tuple[str, str]] HMS: List[Tuple[str, str, str]] ...
1,779
Python
.py
42
37.904762
102
0.634838
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,758
relativedelta.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/relativedelta.pyi
from datetime import date, datetime, timedelta from typing import Optional, SupportsFloat, TypeVar, Union, overload from ._common import weekday _SelfT = TypeVar("_SelfT", bound=relativedelta) _DateT = TypeVar("_DateT", date, datetime) # Work around attribute and type having the same name. _weekday = weekday MO: wee...
3,243
Python
.py
93
29.526882
78
0.57438
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,759
easter.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/easter.pyi
from datetime import date from typing_extensions import Literal EASTER_JULIAN: Literal[1] EASTER_ORTHODOX: Literal[2] EASTER_WESTERN: Literal[3] def easter(year: int, method: Literal[1, 2, 3] = ...) -> date: ...
214
Python
.py
6
34.333333
66
0.747573
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,760
_common.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/_common.pyi
from datetime import datetime, timedelta, tzinfo from typing import Any, Optional def tzname_in_python2(namefunc): ... def enfold(dt: datetime, fold: int = ...): ... class _DatetimeWithFold(datetime): @property def fold(self): ... class _tzinfo(tzinfo): def is_ambiguous(self, dt: datetime) -> bool: ... ...
818
Python
.py
20
37.1
75
0.642317
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,761
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/__init__.pyi
from .tz import ( datetime_ambiguous as datetime_ambiguous, datetime_exists as datetime_exists, gettz as gettz, resolve_imaginary as resolve_imaginary, tzfile as tzfile, tzical as tzical, tzlocal as tzlocal, tzoffset as tzoffset, tzrange as tzrange, tzstr as tzstr, tzutc as t...
340
Python
.py
14
20.071429
45
0.72
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,762
tz.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/tz.pyi
import datetime from typing import IO, Any, List, Optional, Text, Tuple, Union from ..relativedelta import relativedelta from ._common import _tzinfo as _tzinfo, enfold as enfold, tzname_in_python2 as tzname_in_python2, tzrangebase as tzrangebase _FileObj = Union[str, Text, IO[str], IO[Text]] ZERO: datetime.timedelt...
3,970
Python
.py
86
41.732558
125
0.635048
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,763
converters.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/attr/converters.pyi
from typing import Callable, Optional, TypeVar, overload from . import _ConverterType _T = TypeVar("_T") def optional(converter: _ConverterType[_T]) -> _ConverterType[Optional[_T]]: ... @overload def default_if_none(default: _T) -> _ConverterType[_T]: ... @overload def default_if_none(*, factory: Callable[[], _T]) -...
346
Python
.py
8
41.875
80
0.701493
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,764
validators.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/attr/validators.pyi
from typing import ( Any, AnyStr, Callable, Container, Iterable, List, Mapping, Match, Optional, Tuple, Type, TypeVar, Union, overload, ) from . import _ValidatorType _T = TypeVar("_T") _T1 = TypeVar("_T1") _T2 = TypeVar("_T2") _T3 = TypeVar("_T3") _I = TypeVar(...
1,814
Python
.py
51
33.176471
129
0.653409
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,765
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/attr/__init__.pyi
from typing import Any, Callable, Dict, Generic, List, Mapping, Optional, Sequence, Tuple, Type, TypeVar, Union, overload # `import X as X` is required to make these public from . import converters as converters, exceptions as exceptions, filters as filters, validators as validators from ._version_info import VersionI...
8,149
Python
.py
234
31.538462
121
0.613913
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,766
filters.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/attr/filters.pyi
from typing import Any, Union from . import Attribute, _FilterType def include(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ... def exclude(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ...
215
Python
.py
4
52.25
72
0.712919
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,767
_version_info.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/attr/_version_info.pyi
class VersionInfo: @property def year(self) -> int: ... @property def minor(self) -> int: ... @property def micro(self) -> int: ... @property def releaselevel(self) -> str: ...
209
Python
.py
9
18.666667
38
0.57
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,768
exceptions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/attr/exceptions.pyi
from typing import Any class FrozenInstanceError(AttributeError): msg: str = ... class AttrsAttributeNotFoundError(ValueError): ... class NotAnAttrsClassError(ValueError): ... class DefaultAlreadySetError(RuntimeError): ... class UnannotatedAttributeError(RuntimeError): ... class PythonTooOldError(RuntimeError): ...
458
Python
.py
12
35.583333
57
0.740406
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,769
api.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/retry/api.pyi
from logging import Logger from typing import Any, Callable, Dict, Optional, Sequence, Tuple, Type, TypeVar, Union _T = TypeVar("_T", bound=Callable[..., Any]) _Decorator = Callable[[_T], _T] _R = TypeVar("_R") def retry_call( f: Callable[..., _R], fargs: Optional[Sequence[Any]] = ..., fkwargs: Optional[D...
935
Python
.py
26
32.269231
87
0.583241
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,770
transport.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/transport.pyi
from logging import Logger from socket import socket from threading import Condition, Event, Lock, Thread from types import ModuleType from typing import Any, Callable, Dict, Iterable, List, Optional, Protocol, Sequence, Tuple, Type, Union from paramiko.auth_handler import AuthHandler, _InteractiveCallback from parami...
7,945
Python
.py
188
37.101064
127
0.634757
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,771
client.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/client.pyi
from socket import socket from typing import Any, Dict, Iterable, Mapping, NoReturn, Optional, Tuple, Type, Union from paramiko.agent import Agent from paramiko.channel import Channel, ChannelFile, ChannelStderrFile, ChannelStdinFile from paramiko.hostkeys import HostKeys from paramiko.pkey import PKey from paramiko.s...
2,932
Python
.py
68
36.852941
119
0.621064
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,772
compress.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/compress.pyi
from zlib import _Compress, _Decompress class ZlibCompressor: z: _Compress def __init__(self) -> None: ... def __call__(self, data: bytes) -> bytes: ... class ZlibDecompressor: z: _Decompress def __init__(self) -> None: ... def __call__(self, data: bytes) -> bytes: ...
296
Python
.py
9
29
49
0.603509
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,773
hostkeys.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/hostkeys.pyi
import collections import typing from typing import Dict, Iterator, List, Optional from paramiko.pkey import PKey class _SubDict(typing.MutableMapping[str, PKey]): # Internal to HostKeys.lookup() def __init__(self, hostname: str, entries: List[HostKeyEntry], hostkeys: HostKeys) -> None: ... def __iter__(s...
1,942
Python
.py
42
41.880952
100
0.600528
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,774
py3compat.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/py3compat.pyi
import sys from typing import Any, Iterable, Sequence, Text, Type, TypeVar, Union _T = TypeVar("_T") PY2: bool string_types: Union[Type, Sequence[Type]] text_type: Union[Type, Sequence[Type]] bytes_types: Union[Type, Sequence[Type]] bytes = bytes integer_types: Union[Type, Sequence[Type]] long = int def input(promp...
1,053
Python
.py
32
30.625
70
0.660079
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,775
channel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/channel.pyi
from logging import Logger from threading import Condition, Event, Lock from typing import Any, Callable, Mapping, Optional, Tuple, TypeVar from paramiko.buffered_pipe import BufferedPipe, PipeTimeout from paramiko.file import BufferedFile from paramiko.message import Message from paramiko.transport import Transport f...
3,796
Python
.py
92
36.48913
125
0.627806
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,776
util.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/util.pyi
import sys from logging import Logger, LogRecord from types import TracebackType from typing import IO, AnyStr, Callable, Generic, List, Optional, Protocol, Text, Type, TypeVar, Union from paramiko.config import SSHConfig, SSHConfigDict from paramiko.hostkeys import HostKeys if sys.version_info < (3, 0): from has...
1,880
Python
.py
41
43.707317
122
0.672867
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,777
config.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/config.pyi
from typing import IO, Any, Dict, Iterable, List, Optional, Pattern, Set from paramiko.ssh_exception import ConfigParseError as ConfigParseError, CouldNotCanonicalize as CouldNotCanonicalize SSH_PORT: int class SSHConfig: SETTINGS_REGEX: Pattern[str] TOKENS_BY_CONFIG_KEY: Dict[str, List[str]] def __init_...
1,170
Python
.py
26
40.730769
117
0.657594
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,778
agent.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/agent.pyi
from socket import _RetAddress, socket from threading import Thread from typing import Dict, Protocol, Tuple from paramiko.channel import Channel from paramiko.message import Message from paramiko.pkey import PKey from paramiko.transport import Transport class _AgentProxy(Protocol): def connect(self) -> None: ......
2,057
Python
.py
55
33.709091
75
0.653769
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,779
server.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/server.pyi
import threading from typing import Any, List, Optional, Tuple, Union from paramiko.channel import Channel from paramiko.message import Message from paramiko.pkey import PKey from paramiko.transport import Transport class ServerInterface: def check_channel_request(self, kind: str, chanid: int) -> int: ... def...
3,062
Python
.py
47
60.574468
128
0.67187
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,780
sftp_client.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_client.pyi
from logging import Logger from typing import IO, Any, Callable, Iterator, List, Optional, Text, Tuple, Union from paramiko.channel import Channel from paramiko.sftp import BaseSFTP from paramiko.sftp_attr import SFTPAttributes from paramiko.sftp_file import SFTPFile from paramiko.transport import Transport from param...
3,133
Python
.py
62
45.451613
130
0.630463
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,781
pkey.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/pkey.pyi
from typing import IO, Any, Optional, Pattern, Text, Union from paramiko.message import Message OPENSSH_AUTH_MAGIC: bytes = ... def _unpad_openssh(data: bytes) -> bytes: ... class PKey: public_blob: Optional[PublicBlob] BEGIN_TAG: Pattern[str] END_TAG: Pattern[str] def __init__(self, msg: Optional[M...
1,800
Python
.py
39
41.641026
98
0.611048
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,782
sftp_server.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_server.pyi
from logging import Logger from typing import Any, Dict, Optional, Type from paramiko.channel import Channel from paramiko.server import ServerInterface, SubsystemHandler from paramiko.sftp import BaseSFTP from paramiko.sftp_attr import SFTPAttributes from paramiko.sftp_handle import SFTPHandle from paramiko.sftp_si i...
1,094
Python
.py
26
38.384615
130
0.748593
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,783
packet.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/packet.pyi
import sys from logging import Logger from socket import socket from typing import Any, Callable, Tuple from cryptography.hazmat.primitives.ciphers import Cipher from paramiko.compress import ZlibCompressor, ZlibDecompressor from paramiko.message import Message if sys.version_info < (3, 0): from hashlib import _h...
2,187
Python
.py
54
35.685185
118
0.636577
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,784
ecdsakey.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/ecdsakey.pyi
from typing import IO, Any, Callable, List, Optional, Sequence, Tuple, Type from cryptography.hazmat.primitives.asymmetric.ec2 import EllipticCurve, EllipticCurvePrivateKey, EllipticCurvePublicKey from cryptography.hazmat.primitives.hashes import HashAlgorithm from paramiko.message import Message from paramiko.pkey im...
2,338
Python
.py
49
42.55102
120
0.657768
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,785
sftp_si.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_si.pyi
from typing import Any, List, Union from paramiko.server import ServerInterface from paramiko.sftp_attr import SFTPAttributes from paramiko.sftp_handle import SFTPHandle class SFTPServerInterface: def __init__(self, server: ServerInterface, *largs: Any, **kwargs: Any) -> None: ... def session_started(self) ->...
1,193
Python
.py
21
52.666667
94
0.653846
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,786
kex_gss.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_gss.pyi
from typing import Optional from paramiko.message import Message from paramiko.ssh_gss import _SSH_GSSAuth from paramiko.transport import Transport MSG_KEXGSS_INIT: int MSG_KEXGSS_CONTINUE: int MSG_KEXGSS_COMPLETE: int MSG_KEXGSS_HOSTKEY: int MSG_KEXGSS_ERROR: int MSG_KEXGSS_GROUPREQ: int MSG_KEXGSS_GROUP: int c_MSG...
1,539
Python
.py
59
22.457627
61
0.687712
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,787
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/__init__.pyi
from paramiko.agent import Agent as Agent, AgentKey as AgentKey from paramiko.channel import Channel as Channel from paramiko.client import ( AutoAddPolicy as AutoAddPolicy, MissingHostKeyPolicy as MissingHostKeyPolicy, RejectPolicy as RejectPolicy, SSHClient as SSHClient, WarningPolicy as WarningPo...
1,919
Python
.py
40
45.75
100
0.856763
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,788
ssh_gss.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/ssh_gss.pyi
from typing import Any, Optional, Tuple, Type from paramiko.ssh_exception import SSHException GSS_AUTH_AVAILABLE: bool GSS_EXCEPTIONS: Tuple[Type[Exception], ...] def GSSAuth(auth_method: str, gss_deleg_creds: bool = ...) -> _SSH_GSSAuth: ... class _SSH_GSSAuth: cc_file: None def __init__(self, auth_method:...
2,774
Python
.py
46
55.73913
124
0.626103
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,789
rsakey.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/rsakey.pyi
from typing import IO, Any, Callable, Optional, Union from cryptography.hazmat.primitives.asymmetric.rsa import RSAPrivateKey, RSAPublicKey, RSAPublicNumbers from paramiko.message import Message from paramiko.pkey import PKey class RSAKey(PKey): key: Union[None, RSAPublicKey, RSAPrivateKey] public_blob: None ...
1,347
Python
.py
31
38.129032
103
0.619482
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,790
dsskey.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/dsskey.pyi
from typing import IO, Any, Callable, Optional, Tuple from paramiko.ber import BER from paramiko.message import Message from paramiko.pkey import PKey, PublicBlob class DSSKey(PKey): p: Optional[int] q: Optional[int] g: Optional[int] y: Optional[int] x: Optional[int] public_blob: None size...
1,242
Python
.py
32
33.5
99
0.589404
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,791
kex_gex.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_gex.pyi
import sys from _typeshed import ReadableBuffer from typing import Callable, Optional from paramiko.message import Message from paramiko.transport import Transport if sys.version_info < (3, 0): from hashlib import _hash as _Hash else: from hashlib import _Hash c_MSG_KEXDH_GEX_REQUEST_OLD: bytes c_MSG_KEXDH_G...
1,023
Python
.py
34
26.588235
65
0.696138
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,792
primes.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/primes.pyi
from typing import Dict, List, Tuple class ModulusPack: pack: Dict[int, List[Tuple[int, int]]] discarded: List[Tuple[int, str]] def __init__(self) -> None: ... def read_file(self, filename: str) -> None: ... def get_modulus(self, min: int, prefer: int, max: int) -> Tuple[int, int]: ...
308
Python
.py
7
40
82
0.63
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,793
ber.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/ber.pyi
from typing import Any, Iterable, List, Union class BERException(Exception): ... class BER: content: bytes idx: int def __init__(self, content: bytes = ...) -> None: ... def asbytes(self) -> bytes: ... def decode(self) -> Union[None, int, List[int]]: ... def decode_next(self) -> Union[None, in...
611
Python
.py
15
36.4
72
0.614478
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,794
ed25519key.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/ed25519key.pyi
from typing import IO, Any, Optional from paramiko.message import Message from paramiko.pkey import PKey class Ed25519Key(PKey): public_blob: None def __init__( self, msg: Optional[Message] = ..., data: Optional[bytes] = ..., filename: Optional[str] = ..., password: Opt...
703
Python
.py
20
29.65
68
0.571219
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,795
win_pageant.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/win_pageant.pyi
import ctypes.wintypes import sys assert sys.platform == "win32" win32con_WM_COPYDATA: int def can_talk_to_agent(): ... class COPYDATASTRUCT(ctypes.Structure): ... class PageantConnection: def __init__(self) -> None: ... def send(self, data: bytes) -> None: ... def recv(self, n: int) -> bytes: ... ...
349
Python
.py
11
28.818182
44
0.660661
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,796
buffered_pipe.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/buffered_pipe.pyi
from threading import Event from typing import Generic, Optional, Text, TypeVar _T = TypeVar("_T", Text, bytes) class PipeTimeout(IOError): ... class BufferedPipe(Generic[_T]): def __init__(self) -> None: ... def set_event(self, event: Event) -> None: ... def feed(self, data: _T) -> None: ... def rea...
520
Python
.py
13
36.307692
74
0.593254
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,797
sftp_file.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_file.pyi
from typing import Iterator, Optional, Sequence, Tuple from paramiko.file import BufferedFile from paramiko.sftp_attr import SFTPAttributes from paramiko.sftp_client import SFTPClient from paramiko.sftp_handle import SFTPHandle class SFTPFile(BufferedFile): MAX_REQUEST_SIZE: int sftp: SFTPClient handle: S...
1,356
Python
.py
27
46.037037
115
0.63376
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,798
kex_group16.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_group16.pyi
import sys from _typeshed import ReadableBuffer from typing import Callable from paramiko.kex_group1 import KexGroup1 as KexGroup1 if sys.version_info < (3, 0): from hashlib import _hash as _Hash else: from hashlib import _Hash class KexGroup16SHA512(KexGroup1): name: str P: int G: int hash_a...
359
Python
.py
13
24.538462
54
0.760933
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,799
sftp_handle.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_handle.pyi
from typing import Union from paramiko.sftp_attr import SFTPAttributes from paramiko.sftp_server import SFTPServer from paramiko.util import ClosingContextManager class SFTPHandle(ClosingContextManager): def __init__(self, flags: int = ...) -> None: ... def close(self) -> None: ... def read(self, offset: ...
531
Python
.py
11
44.909091
70
0.69305
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)