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
29,000
archive_util.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/archive_util.pyi
from typing import Optional def make_archive( base_name: str, format: str, root_dir: Optional[str] = ..., base_dir: Optional[str] = ..., verbose: int = ..., dry_run: int = ..., ) -> str: ... def make_tarball(base_name: str, base_dir: str, compress: Optional[str] = ..., verbose: int = ..., dry_r...
447
Python
.py
11
37.363636
130
0.572414
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,001
dist.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/dist.pyi
from distutils.cmd import Command from typing import Any, Dict, Iterable, Mapping, Optional, Text, Tuple, Type class Distribution: cmdclass: Dict[str, Type[Command]] def __init__(self, attrs: Optional[Mapping[str, Any]] = ...) -> None: ... def get_option_dict(self, command: str) -> Dict[str, Tuple[str, Tex...
508
Python
.py
8
59.875
89
0.665331
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,002
core.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/core.pyi
from distutils.cmd import Command as Command from distutils.dist import Distribution as Distribution from distutils.extension import Extension as Extension from typing import Any, List, Mapping, Optional, Tuple, Type, Union def setup( *, name: str = ..., version: str = ..., description: str = ..., ...
1,688
Python
.py
47
31.489362
115
0.577439
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,003
text_file.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/text_file.pyi
from typing import IO, List, Optional, Tuple, Union class TextFile: def __init__( self, filename: Optional[str] = ..., file: Optional[IO[str]] = ..., *, strip_comments: bool = ..., lstrip_ws: bool = ..., rstrip_ws: bool = ..., skip_blanks: bool = ...,...
716
Python
.py
20
29.15
93
0.513669
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,004
extension.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/extension.pyi
from typing import List, Optional, Tuple class Extension: def __init__( self, name: str, sources: List[str], include_dirs: List[str] = ..., define_macros: List[Tuple[str, Optional[str]]] = ..., undef_macros: List[str] = ..., library_dirs: List[str] = ..., ...
706
Python
.py
20
27.45
61
0.512409
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,005
errors.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/errors.pyi
class DistutilsError(Exception): ... class DistutilsModuleError(DistutilsError): ... class DistutilsClassError(DistutilsError): ... class DistutilsGetoptError(DistutilsError): ... class DistutilsArgError(DistutilsError): ... class DistutilsFileError(DistutilsError): ... class DistutilsOptionError(DistutilsError): ... c...
852
Python
.py
19
43.842105
52
0.817527
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,006
spawn.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/spawn.pyi
from typing import List, Optional def spawn(cmd: List[str], search_path: bool = ..., verbose: bool = ..., dry_run: bool = ...) -> None: ... def find_executable(executable: str, path: Optional[str] = ...) -> Optional[str]: ...
227
Python
.py
3
74.333333
105
0.632287
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,007
fancy_getopt.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/fancy_getopt.pyi
from typing import Any, List, Mapping, Optional, Tuple, Union, overload _Option = Tuple[str, Optional[str], str] _GR = Tuple[List[str], OptionDummy] def fancy_getopt( options: List[_Option], negative_opt: Mapping[_Option, _Option], object: Any, args: Optional[List[str]] ) -> Union[List[str], _GR]: ... def wrap_te...
859
Python
.py
17
47.176471
107
0.643198
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,008
version.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/version.pyi
from abc import abstractmethod from typing import Optional, Pattern, Text, Tuple, TypeVar, Union _T = TypeVar("_T", bound=Version) class Version: def __repr__(self) -> str: ... @abstractmethod def __init__(self, vstring: Optional[Text] = ...) -> None: ... @abstractmethod def parse(self: _T, vstrin...
1,160
Python
.py
29
35.689655
66
0.585626
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,009
dep_util.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/dep_util.pyi
from typing import List, Tuple def newer(source: str, target: str) -> bool: ... def newer_pairwise(sources: List[str], targets: List[str]) -> List[Tuple[str, str]]: ... def newer_group(sources: List[str], target: str, missing: str = ...) -> bool: ...
252
Python
.py
4
61.75
88
0.663968
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,010
dir_util.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/dir_util.pyi
from typing import List def mkpath(name: str, mode: int = ..., verbose: int = ..., dry_run: int = ...) -> List[str]: ... def create_tree(base_dir: str, files: List[str], mode: int = ..., verbose: int = ..., dry_run: int = ...) -> None: ... def copy_tree( src: str, dst: str, preserve_mode: int = ..., pr...
555
Python
.py
14
36.285714
118
0.537037
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,011
cmd.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/cmd.pyi
from abc import abstractmethod from distutils.dist import Distribution from typing import Any, Callable, Iterable, List, Optional, Text, Tuple, Union class Command: sub_commands: List[Tuple[str, Optional[Callable[[Command], bool]]]] def __init__(self, dist: Distribution) -> None: ... @abstractmethod de...
2,817
Python
.py
66
36.151515
126
0.562909
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,012
sysconfig.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/sysconfig.pyi
from distutils.ccompiler import CCompiler from typing import Mapping, Optional, Union PREFIX: str EXEC_PREFIX: str def get_config_var(name: str) -> Union[int, str, None]: ... def get_config_vars(*args: str) -> Mapping[str, Union[int, str]]: ... def get_config_h_filename() -> str: ... def get_makefile_filename() -> st...
620
Python
.py
12
50.5
112
0.666667
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,013
log.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/log.pyi
from typing import Any, Text DEBUG: int INFO: int WARN: int ERROR: int FATAL: int class Log: def __init__(self, threshold: int = ...) -> None: ... def log(self, level: int, msg: Text, *args: Any) -> None: ... def debug(self, msg: Text, *args: Any) -> None: ... def info(self, msg: Text, *args: Any) -> ...
863
Python
.py
22
36.818182
65
0.583532
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,014
config.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/command/config.pyi
from distutils import log as log from distutils.ccompiler import CCompiler from distutils.core import Command as Command from distutils.errors import DistutilsExecError as DistutilsExecError from distutils.sysconfig import customize_compiler as customize_compiler from typing import Dict, List, Optional, Pattern, Sequen...
3,059
Python
.py
84
29.666667
125
0.566958
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,015
build_py.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/command/build_py.pyi
from distutils.cmd import Command class build_py(Command): def initialize_options(self) -> None: ... def finalize_options(self) -> None: ... def run(self) -> None: ...
181
Python
.py
5
32.6
45
0.662857
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,016
install_egg_info.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/command/install_egg_info.pyi
from distutils.cmd import Command from typing import ClassVar, List, Optional, Tuple class install_egg_info(Command): description: ClassVar[str] user_options: ClassVar[List[Tuple[str, Optional[str], str]]] def initialize_options(self) -> None: ... def finalize_options(self) -> None: ... def run(sel...
380
Python
.py
9
38.444444
64
0.689189
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,017
upload.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/command/upload.pyi
from distutils.config import PyPIRCCommand from typing import ClassVar, List, Optional, Tuple class upload(PyPIRCCommand): description: ClassVar[str] boolean_options: ClassVar[List[str]] def run(self) -> None: ... def upload_file(self, command, pyversion, filename) -> None: ...
296
Python
.py
7
38.857143
68
0.739583
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,018
install.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/command/install.pyi
from distutils.cmd import Command from typing import Optional, Text class install(Command): user: bool prefix: Optional[Text] home: Optional[Text] root: Optional[Text] install_lib: Optional[Text] def initialize_options(self) -> None: ... def finalize_options(self) -> None: ... def run(s...
338
Python
.py
11
26.727273
45
0.687117
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,019
bdist_msi.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_msi.pyi
from distutils.cmd import Command class bdist_msi(Command): def initialize_options(self) -> None: ... def finalize_options(self) -> None: ... def run(self) -> None: ...
182
Python
.py
5
32.8
45
0.664773
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,020
util.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/multiprocessing/util.pyi
import threading from typing import Any, Optional SUBDEBUG: Any SUBWARNING: Any def sub_debug(msg, *args): ... def debug(msg, *args): ... def info(msg, *args): ... def sub_warning(msg, *args): ... def get_logger(): ... def log_to_stderr(level: Optional[Any] = ...): ... def get_temp_dir(): ... def register_after_fork(...
758
Python
.py
23
30.478261
116
0.621399
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,021
pool.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/multiprocessing/pool.pyi
from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, TypeVar _T = TypeVar("_T", bound=Pool) class AsyncResult: def get(self, timeout: Optional[float] = ...) -> Any: ... def wait(self, timeout: Optional[float] = ...) -> None: ... def ready(self) -> bool: ... def successful(self) ...
2,038
Python
.py
46
38.304348
128
0.558409
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,022
process.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/multiprocessing/process.pyi
from typing import Any, Optional def current_process(): ... def active_children(): ... class Process: def __init__( self, group: Optional[Any] = ..., target: Optional[Any] = ..., name: Optional[Any] = ..., args=..., kwargs=... ): ... def run(self): ... def start(self): ... def terminate(se...
906
Python
.py
33
22.939394
118
0.578826
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,023
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/multiprocessing/__init__.pyi
from multiprocessing import pool from multiprocessing.process import Process as Process, active_children as active_children, current_process as current_process from multiprocessing.util import SUBDEBUG as SUBDEBUG, SUBWARNING as SUBWARNING from Queue import Queue as _BaseQueue from typing import Any, Callable, Iterable...
1,921
Python
.py
46
39.369565
126
0.644575
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,024
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi
import array import itertools import sys import threading import weakref from multiprocessing import TimeoutError, cpu_count from multiprocessing.dummy.connection import Pipe from Queue import Queue from threading import BoundedSemaphore, Event, Lock, RLock, Semaphore from typing import Any, List, Optional, Type class...
1,392
Python
.py
39
32.974359
90
0.688707
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,025
connection.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi
from Queue import Queue from typing import Any, List, Optional, Tuple, Type families: List[None] class Connection(object): _in: Any _out: Any recv: Any recv_bytes: Any send: Any send_bytes: Any def __init__(self, _in, _out) -> None: ... def close(self) -> None: ... def poll(self, t...
673
Python
.py
21
28.190476
73
0.614198
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,026
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/os/__init__.pyi
import sys from _typeshed import AnyPath, FileDescriptorLike from builtins import OSError from io import TextIOWrapper as _TextIOWrapper from posix import listdir as listdir, stat_result as stat_result # TODO: use this, see https://github.com/python/mypy/issues/3078 from typing import ( IO, Any, AnyStr, ...
13,380
Python
.py
341
35.985337
130
0.624702
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,027
path.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/os/path.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)
29,028
base64mime.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/base64mime.pyi
def base64_len(s: bytes) -> int: ... def header_encode(header, charset=..., keep_eols=..., maxlinelen=..., eol=...): ... def encode(s, binary=..., maxlinelen=..., eol=...): ... body_encode = encode encodestring = encode def decode(s, convert_eols=...): ... body_decode = decode decodestring = decode
303
Python
.py
8
36.5
83
0.643836
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,029
quoprimime.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/quoprimime.pyi
def header_quopri_check(c): ... def body_quopri_check(c): ... def header_quopri_len(s): ... def body_quopri_len(str): ... def unquote(s): ... def quote(c): ... def header_encode(header, charset: str = ..., keep_eols: bool = ..., maxlinelen: int = ..., eol=...): ... def encode(body, binary: bool = ..., maxlinelen: int =...
490
Python
.py
14
33.714286
105
0.633475
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,030
utils.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/utils.pyi
from email._parseaddr import ( AddressList as _AddressList, mktime_tz as mktime_tz, parsedate as _parsedate, parsedate_tz as _parsedate_tz, ) from quopri import decodestring as _qdecode from typing import Any, Optional def formataddr(pair): ... def getaddresses(fieldvalues): ... def formatdate(timeval:...
760
Python
.py
20
36.15
92
0.684709
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,031
feedparser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/feedparser.pyi
class BufferedSubFile: def __init__(self) -> None: ... def push_eof_matcher(self, pred) -> None: ... def pop_eof_matcher(self): ... def close(self) -> None: ... def readline(self): ... def unreadline(self, line) -> None: ... def push(self, data): ... def pushlines(self, lines) -> None: ....
536
Python
.py
16
28.9375
49
0.549133
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,032
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/__init__.pyi
from typing import IO, Any, AnyStr def message_from_string(s: AnyStr, *args, **kwargs): ... def message_from_bytes(s: str, *args, **kwargs): ... def message_from_file(fp: IO[AnyStr], *args, **kwargs): ... def message_from_binary_file(fp: IO[str], *args, **kwargs): ...
270
Python
.py
5
52.8
63
0.666667
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,033
iterators.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/iterators.pyi
from typing import Any, Generator def walk(self) -> Generator[Any, Any, Any]: ... def body_line_iterator(msg, decode: bool = ...) -> Generator[Any, Any, Any]: ... def typed_subpart_iterator(msg, maintype=..., subtype=...) -> Generator[Any, Any, Any]: ...
256
Python
.py
4
62.75
91
0.661355
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,034
parser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/parser.pyi
from .feedparser import FeedParser as FeedParser # not in __all__ but listed in documentation class Parser: def __init__(self, *args, **kws) -> None: ... def parse(self, fp, headersonly: bool = ...): ... def parsestr(self, text, headersonly: bool = ...): ... class HeaderParser(Parser): def parse(self...
415
Python
.py
8
48.125
94
0.632099
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,035
encoders.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/encoders.pyi
def encode_base64(msg) -> None: ... def encode_quopri(msg) -> None: ... def encode_7or8bit(msg) -> None: ... def encode_noop(msg) -> None: ...
143
Python
.py
4
34.75
36
0.625899
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,036
generator.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/generator.pyi
class Generator: def __init__(self, outfp, mangle_from_: bool = ..., maxheaderlen: int = ...) -> None: ... def write(self, s) -> None: ... def flatten(self, msg, unixfrom: bool = ...) -> None: ... def clone(self, fp): ... class DecodedGenerator(Generator): def __init__(self, outfp, mangle_from_: bo...
377
Python
.py
7
49.857143
102
0.566396
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,037
charset.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/charset.pyi
def add_charset(charset, header_enc=..., body_enc=..., output_charset=...) -> None: ... def add_alias(alias, canonical) -> None: ... def add_codec(charset, codecname) -> None: ... QP: int # undocumented BASE64: int # undocumented SHORTEST: int # undocumented class Charset: input_charset = ... header_encodi...
902
Python
.py
24
33.666667
87
0.586758
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,038
header.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/header.pyi
def decode_header(header): ... def make_header(decoded_seq, maxlinelen=..., header_name=..., continuation_ws=...): ... class Header: def __init__(self, s=..., charset=..., maxlinelen=..., header_name=..., continuation_ws=..., errors=...) -> None: ... def __unicode__(self): ... def __eq__(self, other): ... ...
457
Python
.py
9
47
121
0.55481
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,039
_parseaddr.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/_parseaddr.pyi
from typing import Any, Optional def parsedate_tz(data): ... def parsedate(data): ... def mktime_tz(data): ... def quote(str): ... class AddrlistClass: specials: Any pos: Any LWS: Any CR: Any FWS: Any atomends: Any phraseends: Any field: Any commentlist: Any def __init__(self, ...
1,072
Python
.py
37
24.648649
79
0.59593
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,040
message.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/message.pyi
from typing import Any, Generator class Message: preamble = ... epilogue = ... defects = ... def __init__(self): ... def as_string(self, unixfrom=...): ... def is_multipart(self) -> bool: ... def set_unixfrom(self, unixfrom) -> None: ... def get_unixfrom(self): ... def attach(self, ...
1,950
Python
.py
44
39.477273
110
0.55748
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,041
MIMEText.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/MIMEText.pyi
from email.mime.nonmultipart import MIMENonMultipart class MIMEText(MIMENonMultipart): def __init__(self, _text, _subtype=..., _charset=...) -> None: ...
159
Python
.py
3
50.333333
70
0.703226
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,042
application.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/mime/application.pyi
from email.mime.nonmultipart import MIMENonMultipart from typing import Callable, Optional, Tuple, Union _ParamsType = Union[str, None, Tuple[str, Optional[str], str]] class MIMEApplication(MIMENonMultipart): def __init__( self, _data: bytes, _subtype: str = ..., _encoder: Callable[[MIMEApplication], None...
371
Python
.py
7
49.428571
122
0.698895
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,043
base.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/mime/base.pyi
from email import message class MIMEBase(message.Message): def __init__(self, _maintype, _subtype, **_params) -> None: ...
128
Python
.py
3
40
67
0.685484
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,044
multipart.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/mime/multipart.pyi
from email.mime.base import MIMEBase class MIMEMultipart(MIMEBase): def __init__(self, _subtype=..., boundary=..., _subparts=..., **_params) -> None: ...
159
Python
.py
3
50.333333
89
0.651613
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,045
message.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/mime/message.pyi
from email.mime.nonmultipart import MIMENonMultipart class MIMEMessage(MIMENonMultipart): def __init__(self, _msg, _subtype=...) -> None: ...
147
Python
.py
3
46.333333
55
0.727273
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,046
nonmultipart.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/mime/nonmultipart.pyi
from email.mime.base import MIMEBase class MIMENonMultipart(MIMEBase): def attach(self, payload): ...
107
Python
.py
3
33
36
0.776699
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,047
audio.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/mime/audio.pyi
from email.mime.nonmultipart import MIMENonMultipart class MIMEAudio(MIMENonMultipart): def __init__(self, _audiodata, _subtype=..., _encoder=..., **_params) -> None: ...
176
Python
.py
3
56
86
0.703488
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,048
image.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/mime/image.pyi
from email.mime.nonmultipart import MIMENonMultipart class MIMEImage(MIMENonMultipart): def __init__(self, _imagedata, _subtype=..., _encoder=..., **_params) -> None: ...
176
Python
.py
3
56
86
0.703488
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,049
text.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2/email/mime/text.pyi
from email.mime.nonmultipart import MIMENonMultipart class MIMEText(MIMENonMultipart): def __init__(self, _text, _subtype=..., _charset=...) -> None: ...
159
Python
.py
3
50.333333
70
0.703226
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,050
cgi.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/cgi.pyi
import sys from _typeshed import SupportsGetItem, SupportsItemAccess from builtins import type as _type from typing import IO, Any, AnyStr, Dict, Iterable, Iterator, List, Mapping, Optional, Protocol, Tuple, TypeVar, Union _T = TypeVar("_T", bound=FieldStorage) def parse( fp: Optional[IO[Any]] = ..., environ:...
6,016
Python
.py
149
33.624161
130
0.561326
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,051
pydoc.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/pydoc.pyi
import sys from _typeshed import SupportsWrite from types import MethodType, ModuleType, TracebackType from typing import ( IO, Any, AnyStr, Callable, Container, Dict, List, Mapping, MutableMapping, NoReturn, Optional, Text, Tuple, Type, Union, ) if sys.versi...
10,660
Python
.py
252
37.40873
125
0.578127
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,052
bisect.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/bisect.pyi
from _bisect import * bisect = bisect_right insort = insort_right
67
Python
.py
3
21
21
0.793651
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,053
mailcap.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/mailcap.pyi
from typing import Dict, List, Mapping, Optional, Sequence, Tuple, Union _Cap = Dict[str, Union[str, int]] def findmatch( caps: Mapping[str, List[_Cap]], MIMEtype: str, key: str = ..., filename: str = ..., plist: Sequence[str] = ... ) -> Tuple[Optional[str], Optional[_Cap]]: ... def getcaps() -> Dict[str, List[_C...
330
Python
.py
6
53
114
0.639752
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,054
pstats.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/pstats.pyi
import sys from _typeshed import AnyPath from cProfile import Profile as _cProfile from profile import Profile from typing import IO, Any, Dict, Iterable, List, Optional, Text, Tuple, TypeVar, Union, overload _Selector = Union[str, float, int] _T = TypeVar("_T", bound=Stats) if sys.version_info >= (3, 7): from en...
2,213
Python
.py
49
39.77551
116
0.595095
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,055
zipimport.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi
import os import sys from types import CodeType, ModuleType from typing import Any, List, Optional, Tuple, Union if sys.version_info >= (3, 7): from importlib.abc import ResourceReader class ZipImportError(ImportError): ... class zipimporter(object): archive: str prefix: str if sys.version_info >= (3...
1,244
Python
.py
27
40.962963
101
0.631796
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,056
fractions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/fractions.pyi
import sys from decimal import Decimal from numbers import Integral, Rational, Real from typing import Optional, Tuple, Union, overload from typing_extensions import Literal _ComparableNum = Union[int, float, Decimal, Real] if sys.version_info < (3, 9): @overload def gcd(a: int, b: int) -> int: ... @overl...
5,936
Python
.py
156
32.673077
128
0.56898
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,057
hmac.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/hmac.pyi
import sys from _typeshed import ReadableBuffer from types import ModuleType from typing import Any, AnyStr, Callable, Optional, Union, overload # TODO more precise type for object of hashlib _Hash = Any _DigestMod = Union[str, Callable[[], _Hash], ModuleType] digest_size: None if sys.version_info >= (3, 8): # I...
1,607
Python
.py
36
40.972222
113
0.65643
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,058
math.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/math.pyi
import sys from typing import Iterable, Optional, SupportsFloat, SupportsInt, Tuple, overload e: float pi: float if sys.version_info >= (3, 5): inf: float nan: float if sys.version_info >= (3, 6): tau: float def acos(__x: SupportsFloat) -> float: ... def acosh(__x: SupportsFloat) -> float: ... def asin(__...
3,835
Python
.py
89
40.561798
127
0.610124
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,059
_random.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/_random.pyi
import sys from typing import Tuple # Actually Tuple[(int,) * 625] _State = Tuple[int, ...] class Random(object): def __init__(self, seed: object = ...) -> None: ... def seed(self, __n: object = ...) -> None: ... def getstate(self) -> _State: ... def setstate(self, __state: _State) -> None: ... de...
478
Python
.py
13
32.846154
55
0.559395
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,060
sched.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/sched.pyi
import sys from typing import Any, Callable, Dict, List, NamedTuple, Optional, Text, Tuple class Event(NamedTuple): time: float priority: Any action: Callable[..., Any] argument: Tuple[Any, ...] kwargs: Dict[Text, Any] class scheduler: if sys.version_info >= (3, 3): def __init__(self, ...
1,497
Python
.py
37
32.162162
123
0.522634
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,061
syslog.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/syslog.pyi
from typing import overload LOG_ALERT: int LOG_AUTH: int LOG_CONS: int LOG_CRIT: int LOG_CRON: int LOG_DAEMON: int LOG_DEBUG: int LOG_EMERG: int LOG_ERR: int LOG_INFO: int LOG_KERN: int LOG_LOCAL0: int LOG_LOCAL1: int LOG_LOCAL2: int LOG_LOCAL3: int LOG_LOCAL4: int LOG_LOCAL5: int LOG_LOCAL6: int LOG_LOCAL7: int LOG_L...
821
Python
.py
41
18.97561
85
0.709512
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,062
genericpath.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/genericpath.pyi
import sys from typing import AnyStr, Sequence, Text, Union if sys.version_info >= (3, 0): def commonprefix(m: Sequence[str]) -> str: ... else: def commonprefix(m: Sequence[AnyStr]) -> AnyStr: ... if sys.version_info >= (3, 6): from builtins import _PathLike def exists(path: Union[AnyStr, _PathLike[A...
806
Python
.py
21
35.571429
67
0.629012
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,063
bdb.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/bdb.pyi
from types import CodeType, FrameType, TracebackType from typing import IO, Any, Callable, Dict, Iterable, List, Mapping, Optional, Set, SupportsInt, Tuple, Type, TypeVar, Union _T = TypeVar("_T") _TraceDispatch = Callable[[FrameType, str, Any], Any] # TODO: Recursive type _ExcInfo = Tuple[Type[BaseException], BaseEx...
4,644
Python
.py
89
47.438202
129
0.630004
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,064
telnetlib.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/telnetlib.pyi
import socket import sys from typing import Any, Callable, Match, Optional, Pattern, Sequence, Tuple, Union DEBUGLEVEL: int TELNET_PORT: int IAC: bytes DONT: bytes DO: bytes WONT: bytes WILL: bytes theNULL: bytes SE: bytes NOP: bytes DM: bytes BRK: bytes IP: bytes AO: bytes AYT: bytes EC: bytes EL: bytes GA: bytes S...
2,680
Python
.py
108
22.537037
124
0.674591
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,065
bz2.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/bz2.pyi
import io import sys from _typeshed import AnyPath from typing import IO, Any, Optional, TextIO, TypeVar, Union, overload from typing_extensions import Literal _PathOrFile = Union[AnyPath, IO[bytes]] _T = TypeVar("_T") def compress(data: bytes, compresslevel: int = ...) -> bytes: ... def decompress(data: bytes) -> by...
2,267
Python
.py
64
29.328125
114
0.552572
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,066
winsound.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/winsound.pyi
import sys from typing import Optional, Union, overload from typing_extensions import Literal if sys.platform == "win32": SND_FILENAME: int SND_ALIAS: int SND_LOOP: int SND_MEMORY: int SND_PURGE: int SND_ASYNC: int SND_NODEFAULT: int SND_NOSTOP: int SND_NOWAIT: int MB_ICONASTER...
811
Python
.py
25
28
104
0.67602
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,067
sndhdr.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/sndhdr.pyi
import sys from _typeshed import AnyPath from typing import NamedTuple, Optional, Tuple, Union if sys.version_info >= (3, 5): class SndHeaders(NamedTuple): filetype: str framerate: int nchannels: int nframes: int sampwidth: Union[int, str] _SndHeaders = SndHeaders else: ...
501
Python
.py
15
28.8
60
0.683884
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,068
pickletools.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/pickletools.pyi
import sys from typing import IO, Any, Callable, Iterator, List, MutableMapping, Optional, Text, Tuple, Type, Union _Reader = Callable[[IO[bytes]], Any] if sys.version_info >= (3, 0): bytes_types: Tuple[Type[Any], ...] UP_TO_NEWLINE: int TAKEN_FROM_ARGUMENT1: int TAKEN_FROM_ARGUMENT4: int if sys.version_info >= ...
4,510
Python
.py
132
30.477273
109
0.674209
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,069
pyclbr.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/pyclbr.pyi
import sys from typing import Dict, List, Optional, Sequence, Union class Class: module: str name: str super: Optional[List[Union[Class, str]]] methods: Dict[str, int] file: int lineno: int if sys.version_info >= (3, 7): def __init__( self, module: str, ...
1,192
Python
.py
32
30.46875
129
0.568831
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,070
time.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/time.pyi
import sys from typing import Any, NamedTuple, Optional, Tuple, Union if sys.version_info >= (3, 3): from types import SimpleNamespace _TimeTuple = Tuple[int, int, int, int, int, int, int, int, int] if sys.version_info < (3, 3): accept2dyear: bool altzone: int daylight: int timezone: int tzname: Tuple[str, s...
3,900
Python
.py
101
32.435644
78
0.559197
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,071
codecs.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/codecs.pyi
import sys import types from abc import abstractmethod from typing import ( IO, Any, BinaryIO, Callable, Generator, Iterable, Iterator, List, Optional, Protocol, Text, TextIO, Tuple, Type, TypeVar, Union, overload, ) from typing_extensions import Liter...
12,312
Python
.py
275
40.621818
124
0.629423
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,072
formatter.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/formatter.pyi
from typing import IO, Any, Iterable, List, Optional, Tuple AS_IS: None _FontType = Tuple[str, bool, bool, bool] _StylesType = Tuple[Any, ...] class NullFormatter: writer: Optional[NullWriter] def __init__(self, writer: Optional[NullWriter] = ...) -> None: ... def end_paragraph(self, blankline: int) -> No...
4,639
Python
.py
96
43.666667
100
0.599647
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,073
operator.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/operator.pyi
import sys from typing import ( Any, Callable, Container, Mapping, MutableMapping, MutableSequence, Sequence, SupportsAbs, Tuple, TypeVar, overload, ) _T = TypeVar("_T") _K = TypeVar("_K") _V = TypeVar("_V") def lt(__a: Any, __b: Any) -> Any: ... def le(__a: Any, __b: Any) ...
7,146
Python
.py
183
37.15847
90
0.516715
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,074
weakref.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/weakref.pyi
import sys import types from _weakrefset import WeakSet as WeakSet from typing import ( Any, Callable, Dict, Generic, Iterable, Iterator, List, Mapping, MutableMapping, Optional, Tuple, Type, TypeVar, Union, overload, ) from _weakref import ( CallableProx...
4,433
Python
.py
110
34.745455
128
0.556096
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,075
linecache.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/linecache.pyi
import sys from typing import Any, Dict, List, Optional, Text _ModuleGlobals = Dict[str, Any] def getline(filename: Text, lineno: int, module_globals: Optional[_ModuleGlobals] = ...) -> str: ... def clearcache() -> None: ... def getlines(filename: Text, module_globals: Optional[_ModuleGlobals] = ...) -> List[str]: .....
591
Python
.py
10
57.4
100
0.685121
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,076
shutil.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/shutil.pyi
import os import sys from _typeshed import StrPath, SupportsRead, SupportsWrite from typing import ( Any, AnyStr, Callable, Iterable, List, NamedTuple, Optional, Sequence, Set, Tuple, Type, TypeVar, Union, overload, ) if sys.version_info >= (3, 6): _AnyStr = ...
5,961
Python
.py
145
36.158621
125
0.604314
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,077
antigravity.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/antigravity.pyi
import sys if sys.version_info >= (3, 0): def geohash(latitude: float, longitude: float, datedow: bytes) -> None: ...
123
Python
.py
3
38.333333
79
0.672269
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,078
pkgutil.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/pkgutil.pyi
import sys from _typeshed import SupportsRead from typing import IO, Any, Callable, Iterable, Iterator, NamedTuple, Optional, Tuple, Union if sys.version_info >= (3,): from importlib.abc import Loader, MetaPathFinder, PathEntryFinder else: Loader = Any MetaPathFinder = Any PathEntryFinder = Any if sys...
1,558
Python
.py
32
45.5
107
0.688816
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,079
struct.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/struct.pyi
import sys from array import array from mmap import mmap from typing import Any, Iterator, Text, Tuple, Union class error(Exception): ... _FmtType = Union[bytes, Text] if sys.version_info >= (3,): _BufferType = Union[array[int], bytes, bytearray, memoryview, mmap] _WriteBufferType = Union[array, bytearray, me...
1,568
Python
.py
32
45.3125
99
0.633987
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,080
sunau.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/sunau.pyi
import sys from typing import IO, Any, NamedTuple, NoReturn, Optional, Text, Tuple, Union _File = Union[Text, IO[bytes]] class Error(Exception): ... AUDIO_FILE_MAGIC: int AUDIO_FILE_ENCODING_MULAW_8: int AUDIO_FILE_ENCODING_LINEAR_8: int AUDIO_FILE_ENCODING_LINEAR_16: int AUDIO_FILE_ENCODING_LINEAR_24: int AUDIO_FIL...
3,085
Python
.py
78
35.217949
82
0.621207
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,081
imghdr.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/imghdr.pyi
import os import sys from typing import Any, BinaryIO, Callable, List, Optional, Protocol, Text, Union, overload class _ReadableBinary(Protocol): def tell(self) -> int: ... def read(self, size: int) -> bytes: ... def seek(self, offset: int) -> Any: ... if sys.version_info >= (3, 6): _File = Union[Text...
604
Python
.py
16
35.25
91
0.672945
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,082
_bisect.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/_bisect.pyi
from typing import MutableSequence, Optional, Sequence, TypeVar _T = TypeVar("_T") def bisect_left(a: Sequence[_T], x: _T, lo: int = ..., hi: Optional[int] = ...) -> int: ... def bisect_right(a: Sequence[_T], x: _T, lo: int = ..., hi: Optional[int] = ...) -> int: ... def insort_left(a: MutableSequence[_T], x: _T, lo:...
471
Python
.py
6
77.166667
100
0.572354
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,083
netrc.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/netrc.pyi
from typing import Dict, List, Optional, Tuple class NetrcParseError(Exception): filename: Optional[str] lineno: Optional[int] msg: str # (login, account, password) tuple _NetrcTuple = Tuple[str, Optional[str], Optional[str]] class netrc: hosts: Dict[str, _NetrcTuple] macros: Dict[str, List[str]]...
444
Python
.py
12
33.416667
69
0.682984
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,084
wave.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/wave.pyi
import sys from typing import IO, Any, BinaryIO, NamedTuple, NoReturn, Optional, Text, Tuple, Union _File = Union[Text, IO[bytes]] class Error(Exception): ... WAVE_FORMAT_PCM: int if sys.version_info < (3, 0): _wave_params = Tuple[int, int, int, int, str, str] else: class _wave_params(NamedTuple): n...
2,651
Python
.py
65
35.784615
88
0.589604
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,085
fileinput.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/fileinput.pyi
import sys from _typeshed import AnyPath from typing import IO, Any, AnyStr, Callable, Generic, Iterable, Iterator, Optional, Union if sys.version_info >= (3, 8): def input( files: Union[AnyPath, Iterable[AnyPath], None] = ..., inplace: bool = ..., backup: str = ..., *, mode...
2,601
Python
.py
71
29.901408
106
0.514863
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,086
dummy_threading.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/dummy_threading.pyi
from _dummy_threading import * from _dummy_threading import __all__ as __all__
79
Python
.py
2
38.5
47
0.727273
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,087
_warnings.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/_warnings.pyi
import sys from typing import Any, Dict, List, Optional, Tuple, Type, Union, overload if sys.version_info >= (3, 0): _defaultaction: str _onceregistry: Dict[Any, Any] else: default_action: str once_registry: Dict[Any, Any] filters: List[Tuple[Any, ...]] if sys.version_info >= (3, 6): @overload ...
2,233
Python
.py
63
28.857143
116
0.565559
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,088
turtle.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/turtle.pyi
import sys from typing import Any, Callable, Dict, List, Optional, Sequence, Text, Tuple, TypeVar, Union, overload if sys.version_info >= (3,): from tkinter import Canvas, PhotoImage else: # TODO: Replace these aliases once we have Python 2 stubs for the Tkinter module. Canvas = Any PhotoImage = Any #...
19,476
Python
.py
514
34.167315
130
0.600328
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,089
tabnanny.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/tabnanny.pyi
from _typeshed import AnyPath from typing import Iterable, Tuple verbose: int filename_only: int class NannyNag(Exception): def __init__(self, lineno: int, msg: str, line: str) -> None: ... def get_lineno(self) -> int: ... def get_msg(self) -> str: ... def get_line(self) -> str: ... def check(file: A...
447
Python
.py
11
37.909091
105
0.65358
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,090
filecmp.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/filecmp.pyi
import sys from typing import Any, AnyStr, Callable, Dict, Generic, Iterable, List, Optional, Sequence, Text, Tuple, Union if sys.version_info >= (3, 6): from os import PathLike if sys.version_info >= (3, 9): from types import GenericAlias DEFAULT_IGNORES: List[str] if sys.version_info >= (3, 6): def cm...
2,566
Python
.py
66
32.924242
123
0.601685
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,091
__future__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/__future__.pyi
import sys from typing import List class _Feature: def getOptionalRelease(self) -> sys._version_info: ... def getMandatoryRelease(self) -> sys._version_info: ... compiler_flag: int absolute_import: _Feature division: _Feature generators: _Feature nested_scopes: _Feature print_function: _Feature unicode_li...
587
Python
.py
20
26.9
59
0.736655
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,092
pty.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/pty.pyi
import sys from typing import Callable, Iterable, Tuple, Union _Reader = Callable[[int], bytes] STDIN_FILENO: int STDOUT_FILENO: int STDERR_FILENO: int CHILD: int def openpty() -> Tuple[int, int]: ... def master_open() -> Tuple[int, str]: ... def slave_open(tty_name: str) -> int: ... def fork() -> Tuple[int, int]: ...
592
Python
.py
15
37.533333
114
0.640981
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,093
_weakrefset.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/_weakrefset.pyi
import sys from typing import Any, Generic, Iterable, Iterator, MutableSet, Optional, TypeVar, Union if sys.version_info >= (3, 9): from types import GenericAlias _S = TypeVar("_S") _T = TypeVar("_T") _SelfT = TypeVar("_SelfT", bound=WeakSet[Any]) class WeakSet(MutableSet[_T], Generic[_T]): def __init__(self...
2,417
Python
.py
44
50.409091
89
0.567511
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,094
smtpd.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/smtpd.pyi
import asynchat import asyncore import socket import sys from typing import Any, DefaultDict, List, Optional, Text, Tuple, Type _Address = Tuple[str, int] # (host, port) class SMTPChannel(asynchat.async_chat): COMMAND: int DATA: int if sys.version_info >= (3,): command_size_limits: DefaultDict[s...
2,935
Python
.py
77
30.61039
129
0.570727
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,095
errno.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/errno.pyi
from typing import Mapping errorcode: Mapping[int, str] EPERM: int ENOENT: int ESRCH: int EINTR: int EIO: int ENXIO: int E2BIG: int ENOEXEC: int EBADF: int ECHILD: int EAGAIN: int ENOMEM: int EACCES: int EFAULT: int ENOTBLK: int EBUSY: int EEXIST: int EXDEV: int ENODEV: int ENOTDIR: int EISDIR: int EINVAL: int ENFILE...
2,011
Python
.py
135
13.881481
36
0.83191
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,096
aifc.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/aifc.pyi
import sys from types import TracebackType from typing import IO, Any, List, NamedTuple, Optional, Text, Tuple, Type, Union, overload from typing_extensions import Literal class Error(Exception): ... class _aifc_params(NamedTuple): nchannels: int sampwidth: int framerate: int nframes: int comptype...
3,393
Python
.py
81
37.148148
124
0.595159
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,097
macpath.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/macpath.pyi
import os import sys from _typeshed import AnyPath, BytesPath, StrPath from typing import Any, AnyStr, Callable, List, Optional, Sequence, Text, Tuple, TypeVar, Union, overload if sys.version_info < (3, 8): _T = TypeVar("_T") if sys.version_info >= (3, 6): from builtins import _PathLike # ----- o...
5,330
Python
.py
128
34.265625
105
0.574067
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,098
numbers.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/numbers.pyi
# Note: these stubs are incomplete. The more complex type # signatures are currently omitted. import sys from abc import ABCMeta, abstractmethod from typing import Any, Optional, SupportsFloat, overload class Number(metaclass=ABCMeta): @abstractmethod def __hash__(self) -> int: ... class Complex(Number): ...
4,335
Python
.py
134
26.977612
78
0.555662
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,099
nis.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/stdlib/2and3/nis.pyi
import sys from typing import Dict, List if sys.platform != "win32": def cat(map: str, domain: str = ...) -> Dict[str, str]: ... def get_default_domain() -> str: ... def maps(domain: str = ...) -> List[str]: ... def match(key: str, map: str, domain: str = ...) -> str: ... class error(Exception): .....
322
Python
.py
8
36.625
64
0.56869
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)