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,900
fnmatch.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/fnmatch.pyi
from typing import AnyStr, Iterable, List, Union _EitherStr = Union[str, unicode] def fnmatch(filename: _EitherStr, pattern: _EitherStr) -> bool: ... def fnmatchcase(filename: _EitherStr, pattern: _EitherStr) -> bool: ... def filter(names: Iterable[AnyStr], pattern: _EitherStr) -> List[AnyStr]: ... def translate(patt...
348
Python
.py
6
56.666667
77
0.723529
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,901
symbol.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/symbol.pyi
from typing import Dict single_input: int file_input: int eval_input: int decorator: int decorators: int decorated: int funcdef: int parameters: int varargslist: int fpdef: int fplist: int stmt: int simple_stmt: int small_stmt: int expr_stmt: int augassign: int print_stmt: int del_stmt: int pass_stmt: int flow_stmt: i...
1,341
Python
.py
87
14.390805
24
0.809904
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,902
sre_constants.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/sre_constants.pyi
from typing import Dict, List, TypeVar MAGIC: int MAXREPEAT: int class error(Exception): ... FAILURE: str SUCCESS: str ANY: str ANY_ALL: str ASSERT: str ASSERT_NOT: str AT: str BIGCHARSET: str BRANCH: str CALL: str CATEGORY: str CHARSET: str GROUPREF: str GROUPREF_IGNORE: str GROUPREF_EXISTS: str IN: str IN_IGNORE: ...
1,744
Python
.py
87
18.977011
50
0.794064
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,903
atexit.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/atexit.pyi
from typing import Any, TypeVar _FT = TypeVar("_FT") def register(func: _FT, *args: Any, **kargs: Any) -> _FT: ...
117
Python
.py
3
37.333333
61
0.633929
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,904
gc.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/gc.pyi
from typing import Any, List, Tuple def enable() -> None: ... def disable() -> None: ... def isenabled() -> bool: ... def collect(generation: int = ...) -> int: ... def set_debug(flags: int) -> None: ... def get_debug() -> int: ... def get_objects() -> List[Any]: ... def set_threshold(threshold0: int, threshold1: int ...
752
Python
.py
22
33.045455
93
0.649243
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,905
re.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/re.pyi
from typing import ( Any, AnyStr, Callable, Dict, Generic, Iterator, List, Match, Optional, Pattern, Sequence, Tuple, Union, overload, ) # ----- re variables and constants ----- DEBUG: int I: int IGNORECASE: int L: int LOCALE: int M: int MULTILINE: int S: int DOT...
3,641
Python
.py
104
32.817308
126
0.660628
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,906
gettext.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/gettext.pyi
from typing import IO, Any, Container, Dict, List, Optional, Sequence, Type, Union def bindtextdomain(domain: str, localedir: str = ...) -> str: ... def bind_textdomain_codeset(domain: str, codeset: str = ...) -> str: ... def textdomain(domain: str = ...) -> str: ... def gettext(message: str) -> str: ... def lgettext(...
2,285
Python
.py
44
48.659091
127
0.622262
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,907
hashlib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/hashlib.pyi
from typing import Tuple, Union _DataType = Union[str, unicode, bytearray, buffer, memoryview] class _hash(object): # This is not actually in the module namespace. name: str block_size: int digest_size: int digestsize: int def __init__(self, arg: _DataType = ...) -> None: ... def update(self,...
971
Python
.py
23
39.434783
95
0.590668
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,908
compileall.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/compileall.pyi
from _typeshed import AnyPath from typing import Any, Optional, Pattern # rx can be any object with a 'search' method; once we have Protocols we can change the type def compile_dir( dir: AnyPath, maxlevels: int = ..., ddir: Optional[AnyPath] = ..., force: bool = ..., rx: Optional[Pattern[Any]] = .....
628
Python
.py
15
38.933333
123
0.606209
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,909
sets.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/sets.pyi
from typing import Any, Callable, Hashable, Iterable, Iterator, MutableMapping, Optional, TypeVar, Union _T = TypeVar("_T") _Setlike = Union[BaseSet[_T], Iterable[_T]] _SelfT = TypeVar("_SelfT") class BaseSet(Iterable[_T]): def __init__(self) -> None: ... def __len__(self) -> int: ... def __repr__(self) -...
2,975
Python
.py
55
49.581818
104
0.560549
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,910
ConfigParser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi
from _typeshed import SupportsNoArgReadline from typing import IO, Any, Dict, List, Optional, Sequence, Tuple, Union DEFAULTSECT: str MAX_INTERPOLATION_DEPTH: int class Error(Exception): message: Any def __init__(self, msg: str = ...) -> None: ... def _get_message(self) -> None: ... def _set_message(s...
3,869
Python
.py
83
42.216867
118
0.626988
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,911
_io.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_io.pyi
from mmap import mmap from types import TracebackType from typing import IO, Any, AnyStr, BinaryIO, Iterable, Iterator, List, Optional, Text, TextIO, Tuple, Type, TypeVar, Union _bytearray_like = Union[bytearray, mmap] DEFAULT_BUFFER_SIZE: int class BlockingIOError(IOError): characters_written: int class Unsupp...
7,016
Python
.py
165
37.769697
127
0.592067
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,912
subprocess.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/subprocess.pyi
from typing import IO, Any, Callable, Generic, List, Mapping, Optional, Sequence, Text, Tuple, TypeVar, Union _FILE = Union[None, int, IO[Any]] _TXT = Union[bytes, Text] _CMD = Union[_TXT, Sequence[_TXT]] _ENV = Union[Mapping[bytes, _TXT], Mapping[Text, _TXT]] # Same args as Popen.__init__ def call( args: _CMD, ...
3,282
Python
.py
105
26.695238
109
0.567414
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,913
_ast.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_ast.pyi
import typing from typing import Optional __version__: str PyCF_ONLY_AST: int _identifier = str class AST: _attributes: typing.Tuple[str, ...] _fields: typing.Tuple[str, ...] def __init__(self, *args, **kwargs) -> None: ... class mod(AST): ... class Module(mod): body: typing.List[stmt] class Intera...
5,726
Python
.py
239
20.514644
68
0.694081
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,914
builtins.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/builtins.pyi
# True and False are deliberately omitted because they are keywords in # Python 3, and stub files conform to Python 3 syntax. from _typeshed import ReadableBuffer, SupportsKeysAndGetItem, SupportsWrite from abc import ABCMeta from ast import mod from types import CodeType from typing import ( AbstractSet, Any,...
48,853
Python
.py
1,131
39.078691
130
0.553653
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,915
_collections.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_collections.pyi
from typing import Any, Callable, Dict, Generic, Iterator, Optional, TypeVar, Union _K = TypeVar("_K") _V = TypeVar("_V") _T = TypeVar("_T") _T2 = TypeVar("_T2") class defaultdict(Dict[_K, _V]): default_factory: None def __init__(self, __default_factory: Callable[[], _V] = ..., init: Any = ...) -> None: ... ...
1,430
Python
.py
33
39.090909
95
0.518651
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,916
sys.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/sys.pyi
from types import ClassType, FrameType, ModuleType, TracebackType from typing import IO, Any, BinaryIO, Callable, Dict, List, NoReturn, Optional, Sequence, Text, Tuple, Type, Union, overload # The following type alias are stub-only and do not exist during runtime _ExcInfo = Tuple[Type[BaseException], BaseException, Tr...
3,616
Python
.py
122
27.229508
124
0.708548
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,917
cStringIO.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/cStringIO.pyi
from abc import ABCMeta from types import TracebackType from typing import IO, Iterable, Iterator, List, Optional, Union, overload # This class isn't actually abstract, but you can't instantiate it # directly, so we might as well treat it as abstract in the stub. class InputType(IO[str], Iterator[str], metaclass=ABCMe...
1,870
Python
.py
45
37.466667
75
0.583974
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,918
resource.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/resource.pyi
from typing import NamedTuple, Tuple class error(Exception): ... RLIM_INFINITY: int def getrlimit(resource: int) -> Tuple[int, int]: ... def setrlimit(resource: int, limits: Tuple[int, int]) -> None: ... RLIMIT_CORE: int RLIMIT_CPU: int RLIMIT_FSIZE: int RLIMIT_DATA: int RLIMIT_STACK: int RLIMIT_RSS: int RLIMIT_NPR...
877
Python
.py
39
19.666667
66
0.705174
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,919
_md5.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_md5.pyi
blocksize: int digest_size: int class MD5Type(object): name: str block_size: int digest_size: int def copy(self) -> MD5Type: ... def digest(self) -> str: ... def hexdigest(self) -> str: ... def update(self, arg: str) -> None: ... def new(arg: str = ...) -> MD5Type: ...
300
Python
.py
11
23.545455
43
0.592334
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,920
unittest.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/unittest.pyi
import datetime import types from abc import ABCMeta, abstractmethod from typing import ( Any, Callable, Dict, FrozenSet, Iterable, Iterator, List, Mapping, NoReturn, Optional, Pattern, Sequence, Set, Text, TextIO, Tuple, Type, TypeVar, Union, ...
12,726
Python
.py
260
44.207692
127
0.627109
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,921
getopt.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/getopt.pyi
from typing import List, Tuple class GetoptError(Exception): opt: str msg: str def __init__(self, msg: str, opt: str = ...) -> None: ... def __str__(self) -> str: ... error = GetoptError def getopt(args: List[str], shortopts: str, longopts: List[str] = ...) -> Tuple[List[Tuple[str, str]], List[str]]:...
448
Python
.py
9
46.666667
122
0.616972
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,922
random.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/random.pyi
import _random from typing import AbstractSet, Any, Callable, Iterator, List, MutableSequence, Protocol, Sequence, TypeVar, Union, overload _T = TypeVar("_T") _T_co = TypeVar("_T_co", covariant=True) class _Sampleable(Protocol[_T_co]): def __iter__(self) -> Iterator[_T_co]: ... def __len__(self) -> int: ... ...
3,156
Python
.py
62
48.016129
124
0.613143
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,923
string.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/string.pyi
from typing import Any, AnyStr, Iterable, List, Mapping, Optional, Sequence, Text, Tuple, Union, overload ascii_letters: str ascii_lowercase: str ascii_uppercase: str digits: str hexdigits: str letters: str lowercase: str octdigits: str punctuation: str printable: str uppercase: str whitespace: str def capwords(s: An...
3,567
Python
.py
63
54.396825
130
0.626179
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,924
signal.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/signal.pyi
from types import FrameType from typing import Any, Callable, Tuple, Union SIG_DFL: int = ... SIG_IGN: int = ... ITIMER_REAL: int = ... ITIMER_VIRTUAL: int = ... ITIMER_PROF: int = ... NSIG: int = ... SIGABRT: int = ... SIGALRM: int = ... SIGBREAK: int = ... # Windows SIGBUS: int = ... SIGCHLD: int = ... SIGCLD: i...
1,571
Python
.py
60
25.05
92
0.610113
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,925
stringold.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/stringold.pyi
from typing import AnyStr, Iterable, List, Optional, Type whitespace: str lowercase: str uppercase: str letters: str digits: str hexdigits: str octdigits: str _idmap: str _idmapL: Optional[List[str]] index_error = ValueError atoi_error = ValueError atof_error = ValueError atol_error = ValueError def lower(s: AnyStr) ...
2,010
Python
.py
42
46.809524
87
0.616989
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,926
runpy.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/runpy.pyi
from typing import Any, Optional class _TempModule: mod_name: Any module: Any def __init__(self, mod_name): ... def __enter__(self): ... def __exit__(self, *args): ... class _ModifiedArgv0: value: Any def __init__(self, value): ... def __enter__(self): ... def __exit__(self, *args)...
541
Python
.py
14
34.857143
118
0.580153
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,927
whichdb.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/whichdb.pyi
from typing import Optional, Text def whichdb(filename: Text) -> Optional[str]: ...
85
Python
.py
2
41
49
0.743902
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,928
dircache.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/dircache.pyi
from typing import List, MutableSequence, Text, Union def reset() -> None: ... def listdir(path: Text) -> List[str]: ... opendir = listdir def annotate(head: Text, list: Union[MutableSequence[str], MutableSequence[Text], MutableSequence[Union[str, Text]]]) -> None: ...
273
Python
.py
5
53
130
0.720755
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,929
collections.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/collections.pyi
from typing import ( AbstractSet, Any, Callable as Callable, Container as Container, Dict, Generic, Hashable as Hashable, ItemsView as ItemsView, Iterable as Iterable, Iterator as Iterator, KeysView as KeysView, List, Mapping as Mapping, MappingView as MappingView...
4,913
Python
.py
122
35.639344
120
0.57546
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,930
_symtable.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_symtable.pyi
from typing import Dict, List CELL: int DEF_BOUND: int DEF_FREE: int DEF_FREE_CLASS: int DEF_GLOBAL: int DEF_IMPORT: int DEF_LOCAL: int DEF_PARAM: int FREE: int GLOBAL_EXPLICIT: int GLOBAL_IMPLICIT: int LOCAL: int OPT_BARE_EXEC: int OPT_EXEC: int OPT_IMPORT_STAR: int SCOPE_MASK: int SCOPE_OFF: int TYPE_CLASS: int TYPE...
677
Python
.py
34
17.647059
75
0.723438
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,931
tempfile.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/tempfile.pyi
from random import Random from thread import LockType from typing import IO, Any, AnyStr, Iterable, Iterator, List, Optional, Text, Tuple, Union, overload TMP_MAX: int tempdir: str template: str _name_sequence: Optional[_RandomNameSequence] class _RandomNameSequence: characters: str = ... mutex: LockType ...
3,696
Python
.py
95
35.221053
129
0.595159
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,932
Queue.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/Queue.pyi
from collections import deque from typing import Any, Deque, Generic, Optional, TypeVar _T = TypeVar("_T") class Empty(Exception): ... class Full(Exception): ... class Queue(Generic[_T]): maxsize: Any mutex: Any not_empty: Any not_full: Any all_tasks_done: Any unfinished_tasks: Any queue:...
895
Python
.py
25
31.92
91
0.591224
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,933
CGIHTTPServer.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi
import SimpleHTTPServer from typing import List class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): cgi_directories: List[str] def do_POST(self) -> None: ...
187
Python
.py
5
34.6
71
0.80663
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,934
__builtin__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/__builtin__.pyi
# True and False are deliberately omitted because they are keywords in # Python 3, and stub files conform to Python 3 syntax. from _typeshed import ReadableBuffer, SupportsKeysAndGetItem, SupportsWrite from abc import ABCMeta from ast import mod from types import CodeType from typing import ( AbstractSet, Any,...
48,853
Python
.py
1,131
39.078691
130
0.553653
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,935
_winreg.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_winreg.pyi
import sys from types import TracebackType from typing import Any, Optional, Tuple, Type, Union _KeyType = Union[HKEYType, int] def CloseKey(__hkey: _KeyType) -> None: ... def ConnectRegistry(__computer_name: Optional[str], __key: _KeyType) -> HKEYType: ... def CreateKey(__key: _KeyType, __sub_key: Optional[str]) -> ...
3,696
Python
.py
88
40.443182
120
0.692137
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,936
ntpath.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/ntpath.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,937
urlparse.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/urlparse.pyi
from typing import AnyStr, Dict, List, NamedTuple, Optional, Sequence, Tuple, Union, overload _String = Union[str, unicode] uses_relative: List[str] uses_netloc: List[str] uses_params: List[str] non_hierarchical: List[str] uses_query: List[str] uses_fragment: List[str] scheme_chars: str MAX_CACHE_SIZE: int def clear...
1,944
Python
.py
52
34.596154
119
0.678704
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,938
commands.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/commands.pyi
from typing import AnyStr, Text, Tuple, overload def getstatus(file: Text) -> str: ... def getoutput(cmd: Text) -> str: ... def getstatusoutput(cmd: Text) -> Tuple[int, str]: ... @overload def mk2arg(head: bytes, x: bytes) -> bytes: ... @overload def mk2arg(head: Text, x: Text) -> Text: ... def mkarg(x: AnyStr) -> Any...
329
Python
.py
9
35.444444
54
0.664577
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,939
BaseHTTPServer.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi
import mimetools import SocketServer from typing import Any, BinaryIO, Callable, Mapping, Optional, Tuple, Union class HTTPServer(SocketServer.TCPServer): server_name: str server_port: int def __init__(self, server_address: Tuple[str, int], RequestHandlerClass: Callable[..., BaseHTTPRequestHandler]) -> Non...
1,747
Python
.py
39
40.25641
128
0.661196
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,940
smtplib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/smtplib.pyi
from typing import Any class SMTPException(Exception): ... class SMTPServerDisconnected(SMTPException): ... class SMTPResponseException(SMTPException): smtp_code: Any smtp_error: Any args: Any def __init__(self, code, msg) -> None: ... class SMTPSenderRefused(SMTPResponseException): smtp_code: An...
2,542
Python
.py
76
29.157895
115
0.609935
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,941
future_builtins.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/future_builtins.pyi
from itertools import ifilter, imap, izip from typing import Any filter = ifilter map = imap zip = izip def ascii(obj: Any) -> str: ... def hex(x: int) -> str: ... def oct(x: int) -> str: ...
194
Python
.py
8
23
41
0.668478
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,942
pipes.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/pipes.pyi
from typing import IO, Any, AnyStr class Template: def __init__(self) -> None: ... def reset(self) -> None: ... def clone(self) -> Template: ... def debug(self, flag: bool) -> None: ... def append(self, cmd: str, kind: str) -> None: ... def prepend(self, cmd: str, kind: str) -> None: ... de...
467
Python
.py
11
38.363636
58
0.57489
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,943
_sha512.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_sha512.pyi
from typing import Optional class sha384(object): name: str block_size: int digest_size: int digestsize: int def __init__(self, init: Optional[str]) -> None: ... def copy(self) -> sha384: ... def digest(self) -> str: ... def hexdigest(self) -> str: ... def update(self, arg: str) -> ...
632
Python
.py
21
25.571429
56
0.587849
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,944
textwrap.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/textwrap.pyi
from typing import AnyStr, Dict, List, Pattern class TextWrapper(object): width: int = ... initial_indent: str = ... subsequent_indent: str = ... expand_tabs: bool = ... replace_whitespace: bool = ... fix_sentence_endings: bool = ... drop_whitespace: bool = ... break_long_words: bool = ...
1,854
Python
.py
58
26.706897
53
0.557724
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,945
thread.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/thread.pyi
from typing import Any, Callable def _count() -> int: ... class error(Exception): ... class LockType: def acquire(self, waitflag: int = ...) -> bool: ... def acquire_lock(self, waitflag: int = ...) -> bool: ... def release(self) -> None: ... def release_lock(self) -> None: ... def locked(self) ->...
920
Python
.py
22
39.136364
92
0.580067
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,946
dummy_thread.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/dummy_thread.pyi
from typing import Any, Callable, Dict, NoReturn, Optional, Tuple class error(Exception): def __init__(self, *args: Any) -> None: ... def start_new_thread(function: Callable[..., Any], args: Tuple[Any, ...], kwargs: Dict[str, Any] = ...) -> None: ... def exit() -> NoReturn: ... def get_ident() -> int: ... def all...
794
Python
.py
17
43.588235
116
0.587322
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,947
_json.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_json.pyi
from typing import Any, Dict, Generic, List, Tuple def encode_basestring_ascii(*args, **kwargs) -> str: ... def scanstring(a, b, *args, **kwargs) -> Tuple[Any, ...]: ... class Encoder(object): ... class Scanner(object): ...
226
Python
.py
5
43.8
61
0.6621
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,948
urllib2.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/urllib2.pyi
import ssl from httplib import HTTPConnectionProtocol, HTTPResponse from typing import Any, AnyStr, Callable, Dict, List, Mapping, Optional, Sequence, Text, Tuple, Type, Union from urllib import addinfourl _string = Union[str, unicode] class URLError(IOError): reason: Union[str, BaseException] class HTTPError(UR...
8,312
Python
.py
158
48.21519
123
0.660719
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,949
httplib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/httplib.pyi
import mimetools import ssl from typing import Any, Dict, Optional, Protocol class HTTPMessage(mimetools.Message): def addcontinue(self, key: str, more: str) -> None: ... dict: Dict[str, str] def addheader(self, key: str, value: str) -> None: ... unixfrom: str headers: Any status: str seeka...
5,929
Python
.py
194
26.92268
124
0.661705
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,950
xmlrpclib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/xmlrpclib.pyi
from datetime import datetime from gzip import GzipFile from httplib import HTTPConnection, HTTPResponse, HTTPSConnection from ssl import SSLContext from StringIO import StringIO from time import struct_time from types import InstanceType from typing import IO, Any, AnyStr, Callable, Iterable, List, Mapping, MutableMap...
9,769
Python
.py
222
38.545045
125
0.610545
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,951
StringIO.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/StringIO.pyi
from typing import IO, Any, AnyStr, Generic, Iterable, Iterator, List, Optional class StringIO(IO[AnyStr], Generic[AnyStr]): closed: bool softspace: int len: int name: str def __init__(self, buf: AnyStr = ...) -> None: ... def __iter__(self) -> Iterator[AnyStr]: ... def next(self) -> AnyStr...
1,146
Python
.py
27
37.703704
79
0.557245
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,952
io.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/io.pyi
from typing import IO, Any, Union import _io from _io import ( DEFAULT_BUFFER_SIZE as DEFAULT_BUFFER_SIZE, BlockingIOError as BlockingIOError, BufferedRandom as BufferedRandom, BufferedReader as BufferedReader, BufferedRWPair as BufferedRWPair, BufferedWriter as BufferedWriter, BytesIO as B...
1,136
Python
.py
35
29.028571
86
0.719891
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,953
heapq.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/heapq.pyi
from _typeshed import SupportsLessThan from typing import Any, Callable, Iterable, List, Optional, Protocol, TypeVar _T = TypeVar("_T") def cmp_lt(x, y) -> bool: ... def heappush(heap: List[_T], item: _T) -> None: ... def heappop(heap: List[_T]) -> _T: ... def heappushpop(heap: List[_T], item: _T) -> _T: ... def heap...
756
Python
.py
13
57
117
0.624831
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,954
functools.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/functools.pyi
from abc import ABCMeta, abstractmethod from typing import Any, Callable, Dict, Generic, Iterable, Optional, Sequence, Tuple, Type, TypeVar, overload _AnyCallable = Callable[..., Any] _T = TypeVar("_T") _S = TypeVar("_S") @overload def reduce(function: Callable[[_T, _T], _T], sequence: Iterable[_T]) -> _T: ... @overl...
1,180
Python
.py
25
44.88
109
0.633043
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,955
spwd.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/spwd.pyi
from typing import List, NamedTuple class struct_spwd(NamedTuple): sp_nam: str sp_pwd: str sp_lstchg: int sp_min: int sp_max: int sp_warn: int sp_inact: int sp_expire: int sp_flag: int def getspall() -> List[struct_spwd]: ... def getspnam(name: str) -> struct_spwd: ...
308
Python
.py
13
19.769231
43
0.648464
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,956
stat.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/stat.pyi
def S_ISDIR(mode: int) -> bool: ... def S_ISCHR(mode: int) -> bool: ... def S_ISBLK(mode: int) -> bool: ... def S_ISREG(mode: int) -> bool: ... def S_ISFIFO(mode: int) -> bool: ... def S_ISLNK(mode: int) -> bool: ... def S_ISSOCK(mode: int) -> bool: ... def S_IMODE(mode: int) -> int: ... def S_IFMT(mode: int) -> int: ....
992
Python
.py
57
16.385965
36
0.701285
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,957
HTMLParser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/HTMLParser.pyi
from typing import AnyStr, List, Tuple from markupbase import ParserBase class HTMLParser(ParserBase): def __init__(self) -> None: ... def feed(self, feed: AnyStr) -> None: ... def close(self) -> None: ... def reset(self) -> None: ... def get_starttag_text(self) -> AnyStr: ... def set_cdata_mo...
1,064
Python
.py
25
38.08
86
0.638996
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,958
UserList.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/UserList.pyi
from typing import Iterable, List, MutableSequence, TypeVar, Union, overload _T = TypeVar("_T") _S = TypeVar("_S") class UserList(MutableSequence[_T]): data: List[_T] def insert(self, index: int, object: _T) -> None: ... @overload def __setitem__(self, i: int, o: _T) -> None: ... @overload def...
630
Python
.py
17
32.882353
76
0.559738
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,959
json.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/json.pyi
from _typeshed import SupportsRead from typing import IO, Any, Callable, Dict, List, Optional, Text, Tuple, Type, Union def dumps( obj: Any, skipkeys: bool = ..., ensure_ascii: bool = ..., check_circular: bool = ..., allow_nan: bool = ..., cls: Optional[Type[JSONEncoder]] = ..., indent: Opt...
3,206
Python
.py
90
30.322222
87
0.552522
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,960
_sha256.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_sha256.pyi
from typing import Optional class sha224(object): name: str block_size: int digest_size: int digestsize: int def __init__(self, init: Optional[str]) -> None: ... def copy(self) -> sha224: ... def digest(self) -> str: ... def hexdigest(self) -> str: ... def update(self, arg: str) -> ...
632
Python
.py
21
25.571429
56
0.587849
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,961
mutex.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/mutex.pyi
from typing import Any, Callable, Deque, TypeVar _ArgType = TypeVar("_ArgType") class mutex: locked: bool queue: Deque[Any] def __init__(self) -> None: ... def test(self) -> bool: ... def testandset(self) -> bool: ... def lock(self, function: Callable[[_ArgType], Any], argument: _ArgType) -> N...
363
Python
.py
10
32.3
88
0.618234
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,962
cPickle.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/cPickle.pyi
from typing import IO, Any, List HIGHEST_PROTOCOL: int compatible_formats: List[str] format_version: str class Pickler: def __init__(self, file: IO[str], protocol: int = ...) -> None: ... def dump(self, obj: Any) -> None: ... def clear_memo(self) -> None: ... class Unpickler: def __init__(self, file:...
795
Python
.py
21
35.47619
71
0.639792
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,963
os2emxpath.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/os2emxpath.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,964
sre_parse.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/sre_parse.pyi
from typing import Any, Dict, Iterable, List, Match, Optional, Pattern as _Pattern, Set, Tuple, Union SPECIAL_CHARS: str REPEAT_CHARS: str DIGITS: Set[Any] OCTDIGITS: Set[Any] HEXDIGITS: Set[Any] WHITESPACE: Set[Any] ESCAPES: Dict[str, Tuple[str, int]] CATEGORIES: Dict[str, Union[Tuple[str, str], Tuple[str, List[Tuple...
2,311
Python
.py
54
39.574074
105
0.641618
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,965
rfc822.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/rfc822.pyi
from typing import Any, Optional class Message: fp: Any seekable: Any startofheaders: Any startofbody: Any def __init__(self, fp, seekable: int = ...): ... def rewindbody(self): ... dict: Any unixfrom: Any headers: Any status: Any def readheaders(self): ... def isheader(...
2,163
Python
.py
71
25.802817
78
0.583812
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,966
markupbase.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/markupbase.pyi
from typing import Tuple class ParserBase(object): def __init__(self) -> None: ... def error(self, message: str) -> None: ... def reset(self) -> None: ... def getpos(self) -> Tuple[int, int]: ... def unknown_decl(self, data: str) -> None: ...
264
Python
.py
7
33.714286
50
0.59375
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,967
inspect.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/inspect.pyi
from types import CodeType, FrameType, FunctionType, MethodType, ModuleType, TracebackType from typing import Any, AnyStr, Callable, Dict, List, NamedTuple, Optional, Sequence, Tuple, Type, Union # Types and members class EndOfBlock(Exception): ... class BlockFinder: indent: int islambda: bool started: bo...
4,692
Python
.py
110
40.209091
130
0.69165
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,968
glob.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/glob.pyi
from typing import AnyStr, Iterator, List, Union def glob(pathname: AnyStr) -> List[AnyStr]: ... def iglob(pathname: AnyStr) -> Iterator[AnyStr]: ... def glob1(dirname: Union[str, unicode], pattern: AnyStr) -> List[AnyStr]: ... def glob0(dirname: Union[str, unicode], basename: AnyStr) -> List[AnyStr]: ... def has_magi...
375
Python
.py
6
61.333333
78
0.695652
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,969
UserDict.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/UserDict.pyi
from typing import ( Any, Container, Dict, Generic, Iterable, Iterator, List, Mapping, Optional, Sized, Tuple, TypeVar, Union, overload, ) _KT = TypeVar("_KT") _VT = TypeVar("_VT") _T = TypeVar("_T") class UserDict(Dict[_KT, _VT], Generic[_KT, _VT]): data: D...
1,663
Python
.py
49
29.510204
78
0.552795
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,970
platform.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/platform.pyi
from typing import Any, Optional, Tuple __copyright__: Any DEV_NULL: Any def libc_ver(executable=..., lib=..., version=..., chunksize: int = ...): ... def linux_distribution(distname=..., version=..., id=..., supported_dists=..., full_distribution_name: int = ...): ... def dist(distname=..., version=..., id=..., supp...
1,536
Python
.py
37
39.432432
118
0.576589
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,971
typing.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/typing.pyi
import collections # Needed by aliases like DefaultDict, see mypy issue 2986 from abc import ABCMeta, abstractmethod from types import CodeType, FrameType, TracebackType # Definitions of special type checking related constructs. Their definitions # are not used, so their value does not matter. overload = object() A...
17,772
Python
.py
438
36.422374
128
0.618221
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,972
sha.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/sha.pyi
class sha(object): def update(self, arg: str) -> None: ... def digest(self) -> str: ... def hexdigest(self) -> str: ... def copy(self) -> sha: ... def new(string: str = ...) -> sha: ... blocksize: int digest_size: int
236
Python
.py
8
26.25
43
0.570796
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,973
tokenize.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/tokenize.pyi
from typing import Any, Callable, Dict, Generator, Iterable, Iterator, List, Tuple, Union __author__: str __credits__: str AMPER: int AMPEREQUAL: int AT: int BACKQUOTE: int Binnumber: str Bracket: str CIRCUMFLEX: int CIRCUMFLEXEQUAL: int COLON: int COMMA: int COMMENT: int Comment: str ContStr: str DEDENT: int DOT: in...
2,686
Python
.py
125
20.2
123
0.741089
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,974
shelve.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/shelve.pyi
import collections from typing import Any, Dict, Iterator, List, Optional, Tuple class Shelf(collections.MutableMapping[Any, Any]): def __init__( self, dict: Dict[Any, Any], protocol: Optional[int] = ..., writeback: bool = ..., keyencoding: str = ... ) -> None: ... def __iter__(self) -> Iterator[st...
1,612
Python
.py
32
45.75
121
0.557741
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,975
ast.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/ast.pyi
# Python 2.7 ast # Rename typing to _typing, as not to conflict with typing imported # from _ast below when loaded in an unorthodox way by the Dropbox # internal Bazel integration. import typing as _typing from typing import Any, Iterator, Optional, Union from _ast import * from _ast import AST, Module def parse(sou...
1,199
Python
.py
23
50.391304
123
0.674637
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,976
toaiff.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/toaiff.pyi
from pipes import Template from typing import Dict, List table: Dict[str, Template] t: Template uncompress: Template class error(Exception): ... def toaiff(filename: str) -> str: ... def _toaiff(filename: str, temps: List[str]) -> str: ...
243
Python
.py
8
29
56
0.737069
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,977
abc.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/abc.pyi
import _weakrefset from typing import Any, Callable, Dict, Set, Tuple, Type, TypeVar _FuncT = TypeVar("_FuncT", bound=Callable[..., Any]) # NOTE: mypy has special processing for ABCMeta and abstractmethod. def abstractmethod(funcobj: _FuncT) -> _FuncT: ... class ABCMeta(type): # TODO: FrozenSet __abstractme...
1,147
Python
.py
26
40.153846
98
0.669355
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,978
shlex.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/shlex.pyi
from typing import IO, Any, List, Optional, Text, TypeVar, Union def split(s: Optional[str], comments: bool = ..., posix: bool = ...) -> List[str]: ... _SLT = TypeVar("_SLT", bound=shlex) class shlex: def __init__(self, instream: Union[IO[Any], Text] = ..., infile: IO[Any] = ..., posix: bool = ...) -> None: ... ...
1,025
Python
.py
27
33.444444
115
0.580905
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,979
user.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/user.pyi
from typing import Any def __getattr__(name) -> Any: ... home: str pythonrc: str
83
Python
.py
4
19.25
33
0.701299
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,980
SimpleHTTPServer.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/SimpleHTTPServer.pyi
import BaseHTTPServer from StringIO import StringIO from typing import IO, Any, AnyStr, Mapping, Optional, Union class SimpleHTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): server_version: str def do_GET(self) -> None: ... def do_HEAD(self) -> None: ... def send_head(self) -> Optional[IO[str...
648
Python
.py
13
46
87
0.694006
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,981
imp.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/imp.pyi
import types from typing import IO, Any, Iterable, List, Optional, Tuple C_BUILTIN: int C_EXTENSION: int IMP_HOOK: int PKG_DIRECTORY: int PY_CODERESOURCE: int PY_COMPILED: int PY_FROZEN: int PY_RESOURCE: int PY_SOURCE: int SEARCH_ERROR: int def acquire_lock() -> None: ... def find_module(name: str, path: Iterable[str...
1,290
Python
.py
30
41.633333
113
0.661098
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,982
repr.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/repr.pyi
from typing import Any, List class Repr: maxarray: int maxdeque: int maxdict: int maxfrozenset: int maxlevel: int maxlist: int maxlong: int maxother: int maxset: int maxstring: int maxtuple: int def __init__(self) -> None: ... def _repr_iterable(self, x, level: compl...
1,095
Python
.py
30
32.033333
92
0.595664
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,983
Cookie.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/Cookie.pyi
from typing import Any, Dict, Optional class CookieError(Exception): ... class Morsel(Dict[Any, Any]): key: Any def __init__(self): ... def __setitem__(self, K, V): ... def isReservedKey(self, K): ... value: Any coded_value: Any def set(self, key, val, coded_val, LegalChars=..., idmap=...,...
1,342
Python
.py
33
36.424242
85
0.593702
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,984
itertools.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/itertools.pyi
from typing import Any, Callable, Generic, Iterable, Iterator, Optional, Sequence, Tuple, TypeVar, Union, overload _T = TypeVar("_T") _S = TypeVar("_S") def count(start: int = ..., step: int = ...) -> Iterator[int]: ... # more general types? class cycle(Iterator[_T], Generic[_T]): def __init__(self, iterable: I...
5,975
Python
.py
157
35.280255
125
0.621236
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,985
importlib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/importlib.pyi
import types from typing import Optional, Text def import_module(name: Text, package: Optional[Text] = ...) -> types.ModuleType: ...
134
Python
.py
3
43.333333
85
0.738462
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,986
strop.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/strop.pyi
from typing import List, Sequence lowercase: str uppercase: str whitespace: str def atof(a: str) -> float: ... def atoi(a: str, base: int = ...) -> int: ... def atol(a: str, base: int = ...) -> long: ... def capitalize(s: str) -> str: ... def count(s: str, sub: str, start: int = ..., end: int = ...) -> int: ... def e...
1,157
Python
.py
25
45.2
73
0.558407
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,987
_threading_local.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_threading_local.pyi
from typing import Any class _localbase(object): ... class local(_localbase): def __getattribute__(self, name: str) -> Any: ... def __setattr__(self, name: str, value: Any) -> None: ... def __delattr__(self, name: str) -> None: ... def __del__(self) -> None: ... def _patch(self: local) -> None: ...
319
Python
.py
8
36.5
61
0.584416
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,988
popen2.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/popen2.pyi
from typing import Any, Iterable, List, Optional, TextIO, Tuple, TypeVar, Union _T = TypeVar("_T") class Popen3: sts: int cmd: Iterable[Any] pid: int tochild: TextIO fromchild: TextIO childerr: Optional[TextIO] def __init__(self, cmd: Iterable[Any] = ..., capturestderr: bool = ..., bufsize...
999
Python
.py
23
39.478261
111
0.581276
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,989
_functools.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_functools.pyi
from typing import Any, Callable, Dict, Iterable, Optional, Tuple, TypeVar, overload _T = TypeVar("_T") _S = TypeVar("_S") @overload def reduce(function: Callable[[_T, _T], _T], sequence: Iterable[_T]) -> _T: ... @overload def reduce(function: Callable[[_T, _S], _T], sequence: Iterable[_S], initial: _T) -> _T: ... cl...
576
Python
.py
13
41.615385
92
0.606061
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,990
_socket.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_socket.pyi
from typing import IO, Any, Optional, Tuple, Union, overload AF_APPLETALK: int AF_ASH: int AF_ATMPVC: int AF_ATMSVC: int AF_AX25: int AF_BLUETOOTH: int AF_BRIDGE: int AF_DECnet: int AF_ECONET: int AF_INET: int AF_INET6: int AF_IPX: int AF_IRDA: int AF_KEY: int AF_LLC: int AF_NETBEUI: int AF_NETLINK: int AF_NETROM: int...
6,286
Python
.py
276
21.293478
95
0.736886
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,991
exceptions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/exceptions.pyi
from __builtin__ import ( ArithmeticError as ArithmeticError, AssertionError as AssertionError, AttributeError as AttributeError, BaseException as BaseException, BufferError as BufferError, BytesWarning as BytesWarning, DeprecationWarning as DeprecationWarning, EnvironmentError as Enviro...
1,756
Python
.py
50
30.28
59
0.797773
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,992
_sha.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/_sha.pyi
blocksize: int block_size: int digest_size: int class sha(object): # not actually exposed name: str block_size: int digest_size: int digestsize: int def copy(self) -> sha: ... def digest(self) -> str: ... def hexdigest(self) -> str: ... def update(self, arg: str) -> None: ... def new(...
348
Python
.py
13
23.153846
43
0.603604
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,993
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/encodings/__init__.pyi
import codecs from typing import Any def search_function(encoding: str) -> codecs.CodecInfo: ... # Explicitly mark this package as incomplete. def __getattr__(name: str) -> Any: ...
184
Python
.py
5
35.4
59
0.740113
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,994
utf_8.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/encodings/utf_8.pyi
import codecs from typing import Text, Tuple class IncrementalEncoder(codecs.IncrementalEncoder): def encode(self, input: Text, final: bool = ...) -> bytes: ... class IncrementalDecoder(codecs.BufferedIncrementalDecoder): def _buffer_decode(self, input: bytes, errors: str, final: bool) -> Tuple[Text, int]: .....
573
Python
.py
11
50
93
0.715054
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,995
cygwinccompiler.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/cygwinccompiler.pyi
from distutils.unixccompiler import UnixCCompiler class CygwinCCompiler(UnixCCompiler): ... class Mingw32CCompiler(CygwinCCompiler): ...
138
Python
.py
3
44.666667
49
0.850746
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,996
util.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/util.pyi
from typing import Any, Callable, List, Mapping, Optional, Tuple def get_platform() -> str: ... def convert_path(pathname: str) -> str: ... def change_root(new_root: str, pathname: str) -> str: ... def check_environ() -> None: ... def subst_vars(s: str, local_vars: Mapping[str, str]) -> None: ... def split_quoted(s: s...
829
Python
.py
22
35
120
0.584367
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,997
config.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/config.pyi
from abc import abstractmethod from distutils.cmd import Command from typing import ClassVar, List, Optional, Tuple DEFAULT_PYPIRC: str class PyPIRCCommand(Command): DEFAULT_REPOSITORY: ClassVar[str] DEFAULT_REALM: ClassVar[str] repository: None realm: None user_options: ClassVar[List[Tuple[str, O...
523
Python
.py
15
31.066667
64
0.727273
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,998
ccompiler.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/ccompiler.pyi
from typing import Any, Callable, List, Optional, Tuple, Union _Macro = Union[Tuple[str], Tuple[str, Optional[str]]] def gen_lib_options( compiler: CCompiler, library_dirs: List[str], runtime_library_dirs: List[str], libraries: List[str] ) -> List[str]: ... def gen_preprocess_options(macros: List[_Macro], include...
6,449
Python
.py
147
36.972789
128
0.556279
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
28,999
file_util.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/file_util.pyi
from typing import Optional, Sequence, Tuple def copy_file( src: str, dst: str, preserve_mode: bool = ..., preserve_times: bool = ..., update: bool = ..., link: Optional[str] = ..., verbose: bool = ..., dry_run: bool = ..., ) -> Tuple[str, str]: ... def move_file(src: str, dst: str, ver...
439
Python
.py
13
30.230769
87
0.571765
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)