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,800
ssh_exception.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/ssh_exception.pyi
import socket from typing import List, Mapping, Tuple, Union from paramiko.pkey import PKey class SSHException(Exception): ... class AuthenticationException(SSHException): ... class PasswordRequiredException(AuthenticationException): ... class BadAuthenticationType(AuthenticationException): allowed_types: List[s...
1,454
Python
.py
32
41.90625
122
0.711253
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,801
_winapi.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/_winapi.pyi
import builtins import ctypes.wintypes import sys from types import TracebackType from typing import Any, Optional, Type, TypeVar assert sys.platform == "win32" _T = TypeVar("_T") def format_system_message(errno: int) -> Optional[str]: ... class WindowsError(builtins.WindowsError): def __init__(self, value: Opt...
2,649
Python
.py
83
29.204819
116
0.717476
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,802
kex_ecdh_nist.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_ecdh_nist.pyi
import sys from _typeshed import ReadableBuffer from typing import Callable, Optional, Union from cryptography.hazmat.primitives.asymmetric.ec2 import EllipticCurve, EllipticCurvePrivateKey, EllipticCurvePublicKey from paramiko.message import Message from paramiko.transport import Transport if sys.version_info < (3, ...
1,112
Python
.py
31
32.354839
120
0.75814
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,803
message.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/message.pyi
import sys from typing import Any, Iterable, List, Optional, Text from .common import _LikeBytes if sys.version_info < (3, 0): from StringIO import StringIO BytesIO = StringIO[bytes] else: from io import BytesIO class Message: big_int: int packet: BytesIO seqno: int # only when packet.Packe...
1,496
Python
.py
38
34.894737
68
0.59216
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,804
auth_handler.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/auth_handler.pyi
from threading import Event from typing import Callable, List, Optional, Tuple from paramiko.message import Message from paramiko.pkey import PKey from paramiko.server import InteractiveQuery from paramiko.ssh_gss import _SSH_GSSAuth from paramiko.transport import Transport _InteractiveCallback = Callable[[str, str, ...
1,934
Python
.py
45
38.777778
126
0.689125
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,805
file.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/file.pyi
from typing import AnyStr, Generic, Iterable, List, Optional, Tuple, Union from paramiko.util import ClosingContextManager class BufferedFile(ClosingContextManager, Generic[AnyStr]): SEEK_SET: int SEEK_CUR: int SEEK_END: int FLAG_READ: int FLAG_WRITE: int FLAG_APPEND: int FLAG_BINARY: int...
1,342
Python
.py
34
34.705882
75
0.609663
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,806
proxy.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/proxy.pyi
from subprocess import Popen from typing import List, Optional from paramiko.util import ClosingContextManager class ProxyCommand(ClosingContextManager): cmd: List[str] process: Popen timeout: Optional[float] def __init__(self, command_line: str) -> None: ... def send(self, content: bytes) -> int:...
504
Python
.py
14
32
54
0.672131
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,807
sftp_attr.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_attr.pyi
from os import stat_result from typing import Dict, Optional class SFTPAttributes: FLAG_SIZE: int FLAG_UIDGID: int FLAG_PERMISSIONS: int FLAG_AMTIME: int FLAG_EXTENDED: int st_size: Optional[int] st_uid: Optional[int] st_gid: Optional[int] st_mode: Optional[int] st_atime: Option...
667
Python
.py
21
27.285714
94
0.660465
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,808
sftp.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp.pyi
from logging import Logger from typing import Dict, List, Optional from paramiko.channel import Channel CMD_INIT: int CMD_VERSION: int CMD_OPEN: int CMD_CLOSE: int CMD_READ: int CMD_WRITE: int CMD_LSTAT: int CMD_FSTAT: int CMD_SETSTAT: int CMD_FSETSTAT: int CMD_OPENDIR: int CMD_READDIR: int CMD_REMOVE: int CMD_MKDIR:...
1,065
Python
.py
53
18.641509
39
0.783865
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,809
kex_curve25519.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_curve25519.pyi
import sys from _typeshed import ReadableBuffer as ReadableBuffer from typing import Any, Callable, Optional from cryptography.hazmat.primitives.asymmetric.x25519 import X25519PrivateKey from paramiko.message import Message from paramiko.transport import Transport if sys.version_info < (3, 0): from hashlib import...
771
Python
.py
21
33.619048
77
0.747989
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,810
pipe.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/pipe.pyi
from typing import Protocol, Tuple class _BasePipe(Protocol): def clear(self) -> None: ... def set(self) -> None: ... class _Pipe(_BasePipe, Protocol): def close(self) -> None: ... def fileno(self) -> int: ... def set_forever(self) -> None: ... def make_pipe() -> _Pipe: ... class PosixPipe(objec...
951
Python
.py
28
29.857143
59
0.560044
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,811
common.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/common.pyi
import sys from typing import Any, Dict, Protocol, Text, Union MSG_DISCONNECT: int MSG_IGNORE: int MSG_UNIMPLEMENTED: int MSG_DEBUG: int MSG_SERVICE_REQUEST: int MSG_SERVICE_ACCEPT: int MSG_KEXINIT: int MSG_NEWKEYS: int MSG_USERAUTH_REQUEST: int MSG_USERAUTH_FAILURE: int MSG_USERAUTH_SUCCESS: int MSG_USERAUTH_BANNER: ...
3,167
Python
.py
123
24.455285
51
0.820674
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,812
kex_group14.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_group14.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 KexGroup14(KexGroup1): P: int G: int name: str hash_algo: C...
453
Python
.py
16
25.0625
54
0.755196
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,813
kex_group1.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_group1.pyi
import sys from _typeshed import ReadableBuffer from typing import Callable 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_INIT: bytes c_MSG_KEXDH_REPLY: bytes b7fffffff...
679
Python
.py
25
23.92
61
0.715385
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,814
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markupsafe/__init__.pyi
import string import sys from collections import Mapping from typing import Any, Callable, Iterable, List, Optional, Sequence, Text, Tuple, Union from markupsafe._compat import text_type from markupsafe._native import escape as escape, escape_silent as escape_silent, soft_unicode as soft_unicode class Markup(text_typ...
2,861
Python
.py
51
51.647059
109
0.606914
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,815
_speedups.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markupsafe/_speedups.pyi
from typing import Text, Union from . import Markup from ._compat import text_type def escape(s: Union[Markup, Text]) -> Markup: ... def escape_silent(s: Union[None, Markup, Text]) -> Markup: ... def soft_unicode(s: Text) -> text_type: ...
242
Python
.py
6
39
62
0.700855
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,816
_native.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markupsafe/_native.pyi
from typing import Text, Union from . import Markup from ._compat import text_type def escape(s: Union[Markup, Text]) -> Markup: ... def escape_silent(s: Union[None, Markup, Text]) -> Markup: ... def soft_unicode(s: Text) -> text_type: ...
242
Python
.py
6
39
62
0.700855
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,817
_compat.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markupsafe/_compat.pyi
import sys from typing import Iterator, Mapping, Tuple, TypeVar _K = TypeVar("_K") _V = TypeVar("_V") PY2: bool def iteritems(d: Mapping[_K, _V]) -> Iterator[Tuple[_K, _V]]: ... if sys.version_info >= (3,): text_type = str string_types = (str,) unichr = chr int_types = (int,) else: from __builti...
435
Python
.py
16
23.875
65
0.63285
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,818
orjson.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/orjson.pyi
from typing import Any, Callable, Optional, Union __version__: str def dumps(__obj: Any, default: Optional[Callable[[Any], Any]] = ..., option: Optional[int] = ...) -> bytes: ... def loads(__obj: Union[bytes, bytearray, str]) -> Any: ... class JSONDecodeError(ValueError): ... class JSONEncodeError(TypeError): ... O...
656
Python
.py
20
31.6
111
0.753165
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,819
dataclasses.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/dataclasses.pyi
import sys from typing import Any, Callable, Dict, Generic, Iterable, List, Mapping, Optional, Tuple, Type, TypeVar, Union, overload if sys.version_info >= (3, 9): from types import GenericAlias _T = TypeVar("_T") class _MISSING_TYPE: ... MISSING: _MISSING_TYPE @overload def asdict(obj: Any) -> Dict[str, Any]: ...
2,737
Python
.py
86
28.488372
121
0.588569
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,820
frozendict.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/frozendict.pyi
import collections from typing import Any, Dict, Generic, Iterable, Iterator, Mapping, Tuple, Type, TypeVar, overload _S = TypeVar("_S") _KT = TypeVar("_KT") _VT = TypeVar("_VT") class frozendict(Mapping[_KT, _VT], Generic[_KT, _VT]): dict_cls: Type[Dict] = ... @overload def __init__(self, **kwargs: _VT)...
895
Python
.py
22
36.727273
98
0.576037
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,821
contextvars.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/contextvars.pyi
import sys from typing import Any, Callable, ClassVar, Generic, Iterator, Mapping, TypeVar if sys.version_info >= (3, 9): from types import GenericAlias _T = TypeVar("_T") class ContextVar(Generic[_T]): def __init__(self, name: str, *, default: _T = ...) -> None: ... @property def name(self) -> str: ...
1,405
Python
.py
32
39.71875
97
0.601317
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,822
algorithms.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/jwt/algorithms.pyi
import sys from hashlib import _Hash from typing import Any, ClassVar, Dict, Generic, Optional, Set, TypeVar, Union from cryptography.hazmat.primitives import hashes from cryptography.hazmat.primitives.asymmetric.ec import ( EllipticCurvePrivateKey, EllipticCurvePrivateKeyWithSerialization, EllipticCurvePr...
4,299
Python
.py
89
44.382022
125
0.719628
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,823
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/jwt/__init__.pyi
from typing import Any, Dict, Mapping, Optional, Union from cryptography.hazmat.primitives.asymmetric import rsa from . import algorithms def decode( jwt: Union[str, bytes], key: Union[str, bytes, rsa.RSAPublicKey, rsa.RSAPrivateKey] = ..., verify: bool = ..., algorithms: Optional[Any] = ..., opt...
1,724
Python
.py
43
37.930233
84
0.751642
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,824
py_ecdsa.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/py_ecdsa.pyi
import hashlib from typing import Any from jwt.algorithms import Algorithm class ECAlgorithm(Algorithm[Any]): SHA256: hashlib._Hash SHA384: hashlib._Hash SHA512: hashlib._Hash def __init__(self, hash_alg: hashlib._Hash) -> None: ...
251
Python
.py
8
28.125
60
0.73029
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,825
pycrypto.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/pycrypto.pyi
import hashlib from typing import Any from jwt.algorithms import Algorithm class RSAAlgorithm(Algorithm[Any]): SHA256: hashlib._Hash SHA384: hashlib._Hash SHA512: hashlib._Hash def __init__(self, hash_alg: hashlib._Hash) -> None: ...
252
Python
.py
8
28.25
60
0.731405
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,826
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/six/__init__.pyi
from __future__ import print_function import types import typing import unittest from builtins import next as next from functools import wraps as wraps from io import BytesIO as BytesIO, StringIO as StringIO from typing import ( Any, AnyStr, Callable, Dict, ItemsView, Iterable, KeysView, ...
4,169
Python
.py
103
38.058252
127
0.664194
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,827
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/six/moves/__init__.pyi
# Stubs for six.moves # # Note: Commented out items means they weren't implemented at the time. # Uncomment them when the modules have been added to the typeshed. import importlib import shlex from builtins import filter as filter, input as input, map as map, range as range, zip as zip from collections import UserDict ...
2,363
Python
.py
62
35.064516
93
0.792863
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,828
response.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/six/moves/urllib/response.pyi
# Stubs for six.moves.urllib.response # # Note: Commented out items means they weren't implemented at the time. # Uncomment them when the modules have been added to the typeshed. # from urllib.response import addbase as addbase # from urllib.response import addclosehook as addclosehook # from urllib.response import add...
389
Python
.py
8
47.625
71
0.826772
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,829
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/six/moves/urllib/__init__.pyi
import six.moves.urllib.error as error import six.moves.urllib.parse as parse import six.moves.urllib.request as request import six.moves.urllib.response as response import six.moves.urllib.robotparser as robotparser
217
Python
.py
5
42.4
50
0.858491
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,830
error.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/six/moves/urllib/error.pyi
from urllib.error import ContentTooShortError as ContentTooShortError, HTTPError as HTTPError, URLError as URLError
116
Python
.py
1
115
115
0.878261
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,831
request.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/six/moves/urllib/request.pyi
# Stubs for six.moves.urllib.request # # Note: Commented out items means they weren't implemented at the time. # Uncomment them when the modules have been added to the typeshed. # from urllib.request import proxy_bypass as proxy_bypass from urllib.request import ( AbstractBasicAuthHandler as AbstractBasicAuthHandle...
1,639
Python
.py
41
35.658537
71
0.811014
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,832
parse.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/six/moves/urllib/parse.pyi
# Stubs for six.moves.urllib.parse # # Note: Commented out items means they weren't implemented at the time. # Uncomment them when the modules have been added to the typeshed. # from urllib.parse import splitquery as splitquery # from urllib.parse import splittag as splittag # from urllib.parse import splituser as spli...
981
Python
.py
30
28.9
71
0.752892
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,833
nodes.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/docutils/nodes.pyi
from typing import Any, List class reference: def __init__(self, rawsource: str = ..., text: str = ..., *children: List[Any], **attributes: Any) -> None: ... def __getattr__(name: str) -> Any: ...
203
Python
.py
4
48.25
115
0.604061
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,834
examples.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/docutils/examples.pyi
from typing import Any html_parts: Any def __getattr__(name: str) -> Any: ...
80
Python
.py
3
25
38
0.68
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,835
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/docutils/__init__.pyi
from typing import Any def __getattr__(name: str) -> Any: ...
63
Python
.py
2
30
38
0.65
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,836
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/docutils/parsers/__init__.pyi
from typing import Any def __getattr__(name: str) -> Any: ...
63
Python
.py
2
30
38
0.65
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,837
nodes.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/nodes.pyi
from typing import Any def __getattr__(name: str) -> Any: ...
63
Python
.py
2
30
38
0.65
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,838
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/__init__.pyi
from typing import Any def __getattr__(name: str) -> Any: ...
63
Python
.py
2
30
38
0.65
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,839
roles.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/roles.pyi
from typing import Any, Callable, Dict, List, Tuple import docutils.nodes import docutils.parsers.rst.states _RoleFn = Callable[ [str, str, str, int, docutils.parsers.rst.states.Inliner, Dict[str, Any], List[str]], Tuple[List[docutils.nodes.reference], List[docutils.nodes.reference]], ] def register_local_ro...
418
Python
.py
9
44.222222
89
0.721675
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,840
states.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/states.pyi
from typing import Any class Inliner: def __init__(self) -> None: ... def __getattr__(name: str) -> Any: ...
115
Python
.py
4
26.25
38
0.605505
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,841
utils.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/pyrfc3339/utils.pyi
from datetime import datetime, timedelta, tzinfo from typing import Optional class FixedOffset(tzinfo): def __init__(self, hours: float, minutes: float) -> None: ... def dst(self, dt: Optional[datetime]) -> timedelta: ... def utcoffset(self, dt: Optional[datetime]) -> timedelta: ... def tzname(self, dt...
447
Python
.py
9
46.666667
65
0.68578
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,842
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/pyrfc3339/__init__.pyi
from .generator import generate as generate from .parser import parse as parse
79
Python
.py
2
38.5
43
0.844156
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,843
parser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/pyrfc3339/parser.pyi
from datetime import datetime def parse(timestamp: str, utc: bool = ..., produce_naive: bool = ...) -> datetime: ...
118
Python
.py
2
57.5
86
0.669565
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,844
generator.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/pyrfc3339/generator.pyi
from datetime import datetime def generate(dt: datetime, utc: bool = ..., accept_naive: bool = ..., microseconds: bool = ...) -> str: ...
139
Python
.py
2
68
107
0.647059
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,845
base.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/aiofiles/base.pyi
from types import CodeType, FrameType, TracebackType, coroutine from typing import Any, Coroutine, Generator, Generic, Iterator, Optional, Type, TypeVar, Union _T = TypeVar("_T") _T_co = TypeVar("_T_co", covariant=True) _V_co = TypeVar("_V_co", covariant=True) _T_contra = TypeVar("_T_contra", contravariant=True) clas...
1,490
Python
.py
32
42.21875
120
0.604811
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,846
os.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/aiofiles/os.pyi
import sys from _typeshed import AnyPath from os import stat_result from typing import Optional, Sequence, Union, overload _FdOrAnyPath = Union[int, AnyPath] async def stat(path: _FdOrAnyPath, *, dir_fd: Optional[int] = ..., follow_symlinks: bool = ...) -> stat_result: ... async def rename(src: AnyPath, dst: AnyPath,...
1,040
Python
.py
23
40.782609
126
0.598619
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,847
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/aiofiles/threadpool/__init__.pyi
from _typeshed import AnyPath, OpenBinaryMode, OpenBinaryModeReading, OpenBinaryModeUpdating, OpenBinaryModeWriting, OpenTextMode from asyncio import AbstractEventLoop from typing import Any, Callable, Optional, TypeVar, Union, overload from typing_extensions import Literal from ..base import AiofilesContextManager fr...
2,812
Python
.py
84
29.77381
129
0.672179
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,848
binary.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/aiofiles/threadpool/binary.pyi
from _typeshed import AnyPath, ReadableBuffer, WriteableBuffer from io import FileIO from typing import Iterable, List, Optional, Union from ..base import AsyncBase class _UnknownAsyncBinaryIO(AsyncBase[bytes]): async def close(self) -> None: ... async def flush(self) -> None: ... async def isatty(self) -...
1,619
Python
.py
36
40.722222
78
0.626743
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,849
text.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/aiofiles/threadpool/text.pyi
from _typeshed import AnyPath from typing import BinaryIO, Iterable, List, Optional, Tuple, Union from ..base import AsyncBase class AsyncTextIOWrapper(AsyncBase[str]): async def close(self) -> None: ... async def flush(self) -> None: ... async def isatty(self) -> bool: ... async def read(self, __size...
1,416
Python
.py
36
34.722222
72
0.585631
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,850
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/pkg_resources/__init__.pyi
import importlib.abc import types import zipimport from abc import ABCMeta from typing import IO, Any, Callable, Dict, Generator, Iterable, List, Optional, Sequence, Set, Tuple, TypeVar, Union, overload _T = TypeVar("_T") _NestedStr = Union[str, Iterable[Union[str, Iterable[Any]]]] _InstallerType = Callable[[Requireme...
12,105
Python
.py
238
46.865546
128
0.662667
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,851
rfc7230.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/rfc7230.pyi
from typing import Pattern from .compat import tobytes as tobytes WS: str OWS: str RWS: str BWS = str TCHAR: str OBS_TEXT: str TOKEN: str VCHAR: str FIELD_VCHAR: str FIELD_CONTENT: str FIELD_VALUE: str HEADER_FIELD: Pattern
226
Python
.py
14
15
38
0.814286
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,852
proxy_headers.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/proxy_headers.pyi
from collections import namedtuple from logging import Logger from typing import Any, Callable, Mapping, Optional, Sequence, Set from .utilities import BadRequest as BadRequest PROXY_HEADERS: frozenset Forwarded = namedtuple("Forwarded", ["by", "for_", "host", "proto"]) class MalformedProxyHeader(Exception): he...
1,100
Python
.py
27
37.62963
111
0.661049
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,853
channel.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/channel.pyi
from socket import SocketType from threading import Condition, Lock from typing import Mapping, Optional, Sequence, Tuple from waitress.adjustments import Adjustments from waitress.buffers import OverflowableBuffer from waitress.parser import HTTPRequestParser from waitress.server import BaseWSGIServer from waitress.t...
1,843
Python
.py
45
36.755556
130
0.660535
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,854
task.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/task.pyi
from logging import Logger from threading import Condition, Lock from typing import Any, Deque, Mapping, Optional, Sequence, Set, Tuple from .channel import HTTPChannel from .utilities import Error rename_headers: Mapping[str, str] hop_by_hop: frozenset class ThreadedTaskDispatcher: stop_count: int = ... act...
2,216
Python
.py
63
30.777778
83
0.599907
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,855
server.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/server.pyi
from socket import SocketType from typing import Any, Optional, Sequence, Tuple, Union from waitress.adjustments import Adjustments from waitress.channel import HTTPChannel from waitress.task import Task, ThreadedTaskDispatcher from . import wasyncore def create_server( application: Any, map: Optional[Any] =...
3,500
Python
.py
95
31.294737
68
0.590521
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,856
utilities.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/utilities.pyi
from logging import Logger from typing import Any, Callable, Mapping, Match, Pattern, Sequence, Tuple from .rfc7230 import OBS_TEXT as OBS_TEXT, VCHAR as VCHAR logger: Logger queue_logger: Logger def find_double_newline(s: bytes) -> int: ... def concat(*args: Any) -> str: ... def join(seq: Any, field: str = ...) -> ...
1,875
Python
.py
59
29.40678
119
0.673708
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,857
adjustments.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/adjustments.pyi
from socket import SocketType from typing import Any, Dict, FrozenSet, Iterable, List, Optional, Sequence, Set, Tuple, Union from .compat import HAS_IPV6 as HAS_IPV6, PY2 as PY2, WIN as WIN, string_types as string_types from .proxy_headers import PROXY_HEADERS as PROXY_HEADERS truthy: FrozenSet KNOWN_PROXY_HEADERS: F...
2,162
Python
.py
56
34.803571
94
0.624941
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,858
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/__init__.pyi
from typing import Any, Tuple from waitress.server import create_server as create_server def serve(app: Any, **kw: Any) -> None: ... def serve_paste(app: Any, global_conf: Any, **kw: Any) -> int: ... def profile(cmd: Any, globals: Any, locals: Any, sort_order: Tuple[str, ...], callers: bool) -> None: ...
308
Python
.py
5
60.2
105
0.677741
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,859
parser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/parser.pyi
from io import BytesIO from typing import Mapping, Optional, Pattern, Sequence, Tuple, Union from waitress.adjustments import Adjustments from waitress.receiver import ChunkedReceiver, FixedStreamReceiver from waitress.utilities import Error from .rfc7230 import HEADER_FIELD as HEADER_FIELD class ParsingError(Except...
1,442
Python
.py
36
36.305556
73
0.66762
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,860
wasyncore.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/wasyncore.pyi
from io import BytesIO from logging import Logger from socket import SocketType from typing import Any, Callable, Mapping, Optional, Tuple from . import compat as compat, utilities as utilities socket_map: Mapping[int, SocketType] map: Mapping[int, SocketType] class ExitNow(Exception): ... def read(obj: dispatcher)...
4,059
Python
.py
83
44.831325
121
0.604288
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,861
runner.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/runner.pyi
from io import TextIOWrapper from typing import Any, Callable, Optional, Pattern, Sequence, Tuple HELP: str RUNNER_PATTERN: Pattern def match(obj_name: str) -> Tuple[str, str]: ... def resolve(module_name: str, object_name: str) -> Any: ... def show_help(stream: TextIOWrapper, name: str, error: Optional[str] = ...) -...
469
Python
.py
9
50.888889
88
0.681223
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,862
trigger.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/trigger.pyi
import sys from socket import SocketType from threading import Lock from typing import Callable, Mapping, Optional from typing_extensions import Literal from . import wasyncore as wasyncore class _triggerbase: kind: Optional[str] = ... lock: Lock = ... thunks: Callable[[None], None] = ... def __init__...
1,079
Python
.py
27
35.407407
86
0.630725
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,863
buffers.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/buffers.pyi
from io import BufferedIOBase, BufferedRandom, BytesIO from typing import Any, Callable, Optional COPY_BYTES: int STRBUF_LIMIT: int class FileBasedBuffer: remain: int = ... file: BytesIO = ... def __init__(self, file: BytesIO, from_buffer: Optional[BytesIO] = ...) -> None: ... def __len__(self) -> int...
2,179
Python
.py
51
38.313725
88
0.571631
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,864
compat.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/compat.pyi
import sys from io import TextIOWrapper from typing import Any, Optional, Tuple PY2: bool PY3: bool WIN: bool string_types: Tuple[ str, ] integer_types: Tuple[ int, ] class_types: Tuple[ type, ] text_type = str binary_type = bytes long = int def unquote_bytes_to_wsgi(bytestring: bytes) -> str: ... def tex...
719
Python
.py
31
21.548387
80
0.686765
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,865
receiver.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/waitress/receiver.pyi
from io import BytesIO from typing import Optional from waitress.buffers import OverflowableBuffer from waitress.utilities import BadRequest class FixedStreamReceiver: completed: bool = ... error: None = ... remain: int = ... buf: OverflowableBuffer = ... def __init__(self, cl: int, buf: Overflowa...
1,044
Python
.py
29
31.724138
69
0.625494
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,866
conversions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/typed_ast/conversions.pyi
from . import ast3, ast27 def py2to3(ast: ast27.AST) -> ast3.AST: ...
71
Python
.py
2
34
43
0.676471
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,867
ast27.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/typed_ast/ast27.pyi
import typing from typing import Any, Iterator, Optional, Union class NodeVisitor: def visit(self, node: AST) -> Any: ... def generic_visit(self, node: AST) -> None: ... class NodeTransformer(NodeVisitor): def generic_visit(self, node: AST) -> None: ... def parse(source: Union[str, bytes], filename: Unio...
6,949
Python
.py
265
22.8
100
0.688388
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,868
ast3.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/typed_ast/ast3.pyi
import typing from typing import Any, Iterator, Optional, Union class NodeVisitor: def visit(self, node: AST) -> Any: ... def generic_visit(self, node: AST) -> None: ... class NodeTransformer(NodeVisitor): def generic_visit(self, node: AST) -> None: ... def parse(source: Union[str, bytes], filename: Unio...
7,946
Python
.py
304
22.625
128
0.691748
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,869
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/filelock/__init__.pyi
import sys from logging import Logger from types import TracebackType from typing import Optional, Type, Union def logger() -> Logger: ... class Timeout(TimeoutError): def __init__(self, lock_file: str) -> None: ... def __str__(self) -> str: ... class _Acquire_ReturnProxy: def __init__(self, lock: str) -...
1,789
Python
.py
46
34.76087
123
0.630548
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,870
api.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/3/freezegun/api.pyi
from datetime import date, datetime, timedelta from numbers import Real from typing import Any, Awaitable, Callable, Iterator, Optional, Sequence, Type, TypeVar, Union, overload _T = TypeVar("_T") _Freezable = Union[str, datetime, date, timedelta] class TickingDateTimeFactory(object): def __init__(self, time_to_f...
2,266
Python
.py
50
40.52
105
0.601357
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,871
stubtest_unused.py
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/tests/stubtest_unused.py
#!/usr/bin/env python3 # Runs stubtest and prints each unused whitelist entry with filename. import os.path import subprocess import sys from typing import List, Tuple _UNUSED_NOTE = "note: unused allowlist entry " _WHITELIST_PATH = os.path.join("tests", "stubtest_whitelists") def main() -> int: unused = run_s...
1,639
Python
.py
39
36.897436
110
0.659105
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,872
mypy_test_suite.py
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/tests/mypy_test_suite.py
#!/usr/bin/env python3 """Script to run mypy's test suite against this version of typeshed.""" import shutil import subprocess import sys import tempfile from pathlib import Path if __name__ == "__main__": with tempfile.TemporaryDirectory() as tempdir: dirpath = Path(tempdir) subprocess.run(["git"...
1,173
Python
.py
25
39.56
118
0.628821
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,873
pytype_test.py
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/tests/pytype_test.py
#!/usr/bin/env python3 """Test runner for typeshed. Depends on pytype being installed. If pytype is installed: 1. For every pyi, do nothing if it is in pytype_exclude_list.txt. 2. Otherwise, call 'pytype.io.parse_pyi'. Option two will load the file and all the builtins, typeshed dependencies. This will also d...
6,936
Python
.py
163
35.447853
130
0.63766
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,874
stubtest_test.py
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/tests/stubtest_test.py
#!/usr/bin/env python3 """Test typeshed using stubtest stubtest is a script in the mypy project that compares stubs to the actual objects at runtime. Note that therefore the output of stubtest depends on which Python version it is run with. In typeshed CI, we run stubtest with each currently supported Python minor ver...
2,874
Python
.py
67
35.656716
109
0.643904
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,875
check_consistent.py
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/tests/check_consistent.py
#!/usr/bin/env python3 # For various reasons we need the contents of certain files to be # duplicated in two places, for example stdlib/2/builtins.pyi and # stdlib/2/__builtin__.pyi must be identical. In the past we used # symlinks but that doesn't always work on Windows, so now you must # manually update both files,...
1,449
Python
.py
31
40.096774
93
0.639263
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,876
mypy_self_check.py
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/tests/mypy_self_check.py
#!/usr/bin/env python3 """Script to run mypy against its own code base.""" import subprocess import sys import tempfile from pathlib import Path MYPY_VERSION = "0.790" if __name__ == "__main__": with tempfile.TemporaryDirectory() as tempdir: dirpath = Path(tempdir) subprocess.run( ["...
1,287
Python
.py
35
25.371429
121
0.511218
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,877
mypy_test.py
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/tests/mypy_test.py
#!/usr/bin/env python3 """Test runner for typeshed. Depends on mypy being installed. Approach: 1. Parse sys.argv 2. Compute appropriate arguments for mypy 3. Stuff those arguments into sys.argv 4. Run mypy.main('') 5. Repeat steps 2-4 for other mypy runs (e.g. --py2) """ import argparse import os import re import s...
5,905
Python
.py
142
31.316901
126
0.548494
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,878
win32-py36.txt
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/tests/stubtest_whitelists/win32-py36.txt
hashlib.scrypt os.startfile posixpath.splitunc # This doesn't exist, but our hands are tied by check_consistent
113
Python
.py
3
36.666667
84
0.827273
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,879
graphlib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/3.9/graphlib.pyi
from _typeshed import SupportsItems from typing import Generic, Iterable, Optional, Tuple, TypeVar _T = TypeVar("_T") class TopologicalSorter(Generic[_T]): def __init__(self, graph: Optional[SupportsItems[_T, Iterable[_T]]] = ...) -> None: ... def add(self, node: _T, *predecessors: _T) -> None: ... def pr...
592
Python
.py
13
41.846154
91
0.607639
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,880
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/3.9/zoneinfo/__init__.pyi
import os import typing from datetime import tzinfo from typing import Any, AnyStr, Iterable, Optional, Protocol, Sequence, Set, Type, Union _T = typing.TypeVar("_T", bound="ZoneInfo") class _IOBytes(Protocol): def read(self, __size: int) -> bytes: ... def seek(self, __size: int, __whence: int = ...) -> Any: ...
1,183
Python
.py
26
42.576923
92
0.665508
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,881
_hotshot.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_hotshot.pyi
from typing import Any, Dict, Generic, List, Tuple def coverage(a: str) -> Any: ... def logreader(a: str) -> LogReaderType: ... def profiler(a: str, *args, **kwargs) -> Any: ... def resolution() -> Tuple[Any, ...]: ... class LogReaderType(object): def close(self) -> None: ... def fileno(self) -> int: ... cla...
635
Python
.py
16
36.25
56
0.582792
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,882
mimetools.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/mimetools.pyi
import rfc822 from typing import Any class Message(rfc822.Message): encodingheader: Any typeheader: Any def __init__(self, fp, seekable: int = ...): ... plisttext: Any type: Any maintype: Any subtype: Any def parsetype(self): ... plist: Any def parseplist(self): ... def getp...
703
Python
.py
25
24.32
52
0.642012
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,883
types.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/types.pyi
from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Tuple, Type, TypeVar, Union, overload _T = TypeVar("_T") # Note, all classes "defined" here require special handling. class NoneType: ... TypeType = type ObjectType = object IntType = int LongType = int # Really long, but can't reference ...
5,465
Python
.py
169
27.656805
120
0.593928
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,884
_struct.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_struct.pyi
from typing import Any, AnyStr, Tuple class error(Exception): ... class Struct(object): size: int format: str def __init__(self, fmt: str) -> None: ... def pack_into(self, buffer: bytearray, offset: int, obj: Any) -> None: ... def pack(self, *args) -> str: ... def unpack(self, s: str) -> Tuple...
767
Python
.py
16
45
90
0.597594
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,885
SocketServer.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/SocketServer.pyi
import sys import types from socket import SocketType from typing import Any, BinaryIO, Callable, ClassVar, List, Optional, Text, Tuple, Type, Union class BaseServer: address_family: int RequestHandlerClass: Callable[..., BaseRequestHandler] server_address: Tuple[str, int] socket: SocketType allow_...
4,559
Python
.py
103
38.485437
114
0.668767
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,886
urllib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/urllib.pyi
from typing import IO, Any, AnyStr, List, Mapping, Sequence, Text, Tuple, TypeVar, Union def url2pathname(pathname: AnyStr) -> AnyStr: ... def pathname2url(pathname: AnyStr) -> AnyStr: ... def urlopen(url: str, data=..., proxies: Mapping[str, str] = ..., context=...) -> IO[Any]: ... def urlretrieve(url, filename=..., ...
4,765
Python
.py
121
35.438017
96
0.601468
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,887
md5.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/md5.pyi
from hashlib import md5 as md5 new = md5 blocksize: int digest_size: int
74
Python
.py
4
17.25
30
0.811594
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,888
fcntl.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/fcntl.pyi
from _typeshed import FileDescriptorLike from typing import Any, Union FASYNC: int FD_CLOEXEC: int DN_ACCESS: int DN_ATTRIB: int DN_CREATE: int DN_DELETE: int DN_MODIFY: int DN_MULTISHOT: int DN_RENAME: int F_DUPFD: int F_EXLCK: int F_GETFD: int F_GETFL: int F_GETLEASE: int F_GETLK: int F_GETLK64: int F_GETOWN: int F...
1,580
Python
.py
78
19.205128
110
0.73498
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,889
posixpath.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/posixpath.pyi
import os import sys from _typeshed import AnyPath, BytesPath, StrPath from genericpath import exists as exists from typing import Any, AnyStr, Callable, List, Optional, Sequence, Text, Tuple, TypeVar, overload _T = TypeVar("_T") # ----- os.path variables ----- supports_unicode_filenames: bool # aliases (also in os) ...
2,937
Python
.py
75
37.76
98
0.670056
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,890
getpass.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/getpass.pyi
from typing import IO, Any class GetPassWarning(UserWarning): ... def getpass(prompt: str = ..., stream: IO[Any] = ...) -> str: ... def getuser() -> str: ...
160
Python
.py
4
38.5
65
0.62987
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,891
posix.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/posix.pyi
from _typeshed import FileDescriptorLike from typing import IO, AnyStr, Dict, List, Mapping, NamedTuple, Optional, Sequence, Tuple, TypeVar, Union error = OSError confstr_names: Dict[str, int] environ: Dict[str, str] pathconf_names: Dict[str, int] sysconf_names: Dict[str, int] _T = TypeVar("_T") EX_CANTCREAT: int E...
6,396
Python
.py
191
31.95288
105
0.627441
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,892
htmlentitydefs.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/htmlentitydefs.pyi
from typing import Dict name2codepoint: Dict[str, int] codepoint2name: Dict[int, str] entitydefs: Dict[str, str]
114
Python
.py
4
27.25
30
0.807339
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,893
gzip.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/gzip.pyi
import io from typing import IO, Any, Text class GzipFile(io.BufferedIOBase): myfileobj: Any max_read_chunk: Any mode: Any extrabuf: Any extrasize: Any extrastart: Any name: Any min_readsize: Any compress: Any fileobj: Any offset: Any mtime: Any def __init__( ...
997
Python
.py
36
22.972222
121
0.569343
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,894
robotparser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/robotparser.pyi
class RobotFileParser: def set_url(self, url: str): ... def read(self): ... def parse(self, lines: str): ... def can_fetch(self, user_agent: str, url: str): ... def mtime(self): ... def modified(self): ...
230
Python
.py
7
28.428571
55
0.58296
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,895
nturl2path.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/nturl2path.pyi
from typing import AnyStr def url2pathname(url: AnyStr) -> AnyStr: ... def pathname2url(p: AnyStr) -> AnyStr: ...
115
Python
.py
3
37
44
0.720721
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,896
cookielib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/cookielib.pyi
from typing import Any, Optional class Cookie: version: Any name: Any value: Any port: Any port_specified: Any domain: Any domain_specified: Any domain_initial_dot: Any path: Any path_specified: Any secure: Any expires: Any discard: Any comment: Any comment_u...
4,716
Python
.py
132
30.045455
112
0.612593
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,897
_sre.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_sre.pyi
from typing import Any, Dict, Iterable, List, Mapping, Optional, Sequence, Tuple, Union, overload CODESIZE: int MAGIC: int MAXREPEAT: long copyright: str class SRE_Match(object): def start(self, group: int = ...) -> int: ... def end(self, group: int = ...) -> int: ... def expand(self, s: str) -> Any: ... ...
1,934
Python
.py
46
37.978261
116
0.574615
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,898
copy_reg.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/copy_reg.pyi
from typing import Any, Callable, Hashable, List, Optional, SupportsInt, Tuple, TypeVar, Union _Type = TypeVar("_Type", bound=type) _Reduce = Union[Tuple[Callable[..., _Type], Tuple[Any, ...]], Tuple[Callable[..., _Type], Tuple[Any, ...], Optional[Any]]] __all__: List[str] def pickle( ob_type: _Type, pickle_...
739
Python
.py
13
54.692308
122
0.661134
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,899
UserString.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/UserString.pyi
import collections from typing import Any, Iterable, List, MutableSequence, Optional, Sequence, Text, Tuple, TypeVar, Union, overload _UST = TypeVar("_UST", bound=UserString) _MST = TypeVar("_MST", bound=MutableString) class UserString(Sequence[UserString]): data: unicode def __init__(self, seq: object) -> No...
3,844
Python
.py
72
48.680556
114
0.540727
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)