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,400 | blockprocessors.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/blockprocessors.pyi | from typing import Any, Pattern
logger: Any
def build_block_parser(md, **kwargs): ...
class BlockProcessor:
parser: Any
tab_length: Any
def __init__(self, parser) -> None: ...
def lastChild(self, parent): ...
def detab(self, text): ...
def looseDetab(self, text, level: int = ...): ...
def... | 1,490 | Python | .py | 47 | 27.638298 | 53 | 0.663173 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,401 | pep562.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/pep562.pyi | from typing import Any
class Version:
def __new__(cls, major, minor, micro, release: str = ..., pre: int = ..., post: int = ..., dev: int = ...): ...
class Pep562:
def __init__(self, name) -> None: ...
def __dir__(self): ...
def __getattr__(self, name): ...
| 276 | Python | .py | 7 | 35.857143 | 115 | 0.531835 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,402 | wikilinks.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/wikilinks.pyi | from typing import Any
from markdown.extensions import Extension
from markdown.inlinepatterns import InlineProcessor
def build_url(label, base, end): ...
class WikiLinkExtension(Extension):
def __init__(self, **kwargs) -> None: ...
md: Any
class WikiLinksInlineProcessor(InlineProcessor):
config: Any
... | 404 | Python | .py | 11 | 33.818182 | 52 | 0.737113 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,403 | legacy_attrs.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/legacy_attrs.pyi | from typing import Any, Pattern
from markdown.extensions import Extension
from markdown.treeprocessors import Treeprocessor
ATTR_RE: Pattern
class LegacyAttrs(Treeprocessor):
def handleAttributes(self, el, txt): ...
class LegacyAttrExtension(Extension): ...
def makeExtension(**kwargs): ...
| 300 | Python | .py | 8 | 35.375 | 49 | 0.811847 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,404 | footnotes.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/footnotes.pyi | from typing import Any, Pattern
from markdown.extensions import Extension
from markdown.inlinepatterns import InlineProcessor
from markdown.postprocessors import Postprocessor
from markdown.preprocessors import Preprocessor
from markdown.treeprocessors import Treeprocessor
FN_BACKLINK_TEXT: Any
NBSP_PLACEHOLDER: Any
... | 1,751 | Python | .py | 48 | 32.791667 | 59 | 0.699528 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,405 | smarty.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/smarty.pyi | from typing import Any, Pattern
from markdown.extensions import Extension
from markdown.inlinepatterns import HtmlInlineProcessor
punctClass: str
endOfWordClass: str
closeClass: str
openingQuotesBase: str
substitutions: Any
singleQuoteStartRe: Any
doubleQuoteStartRe: Any
doubleQuoteSetsRe: str
singleQuoteSetsRe: str
... | 1,080 | Python | .py | 34 | 29.558824 | 57 | 0.79731 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,406 | admonition.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/admonition.pyi | from typing import Any, Pattern
from markdown.blockprocessors import BlockProcessor
from markdown.extensions import Extension
class AdmonitionExtension(Extension): ...
class AdmonitionProcessor(BlockProcessor):
CLASSNAME: str = ...
CLASSNAME_TITLE: str = ...
RE: Pattern
RE_SPACES: Any
def get_cla... | 385 | Python | .py | 11 | 31.818182 | 51 | 0.756757 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,407 | legacy_em.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/legacy_em.pyi | from typing import Any
from markdown.extensions import Extension
from markdown.inlinepatterns import UnderscoreProcessor
EMPHASIS_RE: str
STRONG_RE: str
STRONG_EM_RE: str
class LegacyUnderscoreProcessor(UnderscoreProcessor): ...
class LegacyEmExtension(Extension): ...
def makeExtension(**kwargs): ...
| 306 | Python | .py | 9 | 32.555556 | 57 | 0.83959 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,408 | sane_lists.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/sane_lists.pyi | from typing import Any, Pattern
from markdown.blockprocessors import OListProcessor, UListProcessor
from markdown.extensions import Extension
class SaneOListProcessor(OListProcessor):
def __init__(self, parser) -> None: ...
class SaneUListProcessor(UListProcessor):
def __init__(self, parser) -> None: ...
cl... | 392 | Python | .py | 9 | 41.111111 | 67 | 0.775132 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,409 | abbr.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/abbr.pyi | from typing import Any, Pattern
from markdown.blockprocessors import BlockProcessor
from markdown.extensions import Extension
from markdown.inlinepatterns import InlineProcessor
ABBR_REF_RE: Pattern
class AbbrExtension(Extension): ...
class AbbrPreprocessor(BlockProcessor): ...
class AbbrInlineProcessor(InlineProce... | 428 | Python | .py | 11 | 36.727273 | 51 | 0.803398 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,410 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/__init__.pyi | from typing import Any, Dict, List, Mapping, Tuple
from markdown.core import Markdown
class Extension:
config: Mapping[str, List[Any]] = ...
def __init__(self, **kwargs: Any) -> None: ...
def getConfig(self, key: str, default: Any = ...) -> Any: ...
def getConfigs(self) -> Dict[str, Any]: ...
def ... | 549 | Python | .py | 11 | 45.818182 | 65 | 0.625 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,411 | codehilite.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/codehilite.pyi | from typing import Any, Optional
from markdown.extensions import Extension
from markdown.treeprocessors import Treeprocessor
pygments: bool
def parse_hl_lines(expr): ...
class CodeHilite:
src: Any
lang: Any
linenums: Any
guess_lang: Any
css_class: Any
style: Any
noclasses: Any
tab_le... | 979 | Python | .py | 35 | 22.542857 | 49 | 0.597652 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,412 | fenced_code.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/fenced_code.pyi | from typing import Any, Pattern
from markdown.extensions import Extension
from markdown.preprocessors import Preprocessor
class FencedCodeExtension(Extension): ...
class FencedBlockPreprocessor(Preprocessor):
FENCED_BLOCK_RE: Pattern
CODE_WRAP: str = ...
LANG_TAG: str = ...
checked_for_codehilite: bo... | 428 | Python | .py | 12 | 32.333333 | 47 | 0.728155 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,413 | meta.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/meta.pyi | from typing import Any, Pattern
from markdown.extensions import Extension
from markdown.preprocessors import Preprocessor
log: Any
META_RE: Pattern
META_MORE_RE: Pattern
BEGIN_RE: Pattern
END_RE: Pattern
class MetaExtension(Extension):
md: Any
def reset(self) -> None: ...
class MetaPreprocessor(Preprocessor... | 361 | Python | .py | 13 | 25.769231 | 47 | 0.790087 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,414 | md_in_html.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/md_in_html.pyi | from typing import Any, Optional
from markdown.blockprocessors import BlockProcessor
from markdown.extensions import Extension
class MarkdownInHtmlProcessor(BlockProcessor): ...
class MarkdownInHtmlExtension(Extension): ...
def makeExtension(**kwargs): ...
| 260 | Python | .py | 6 | 41.833333 | 51 | 0.844622 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,415 | tables.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/tables.pyi | from typing import Any
from markdown.blockprocessors import BlockProcessor
from markdown.extensions import Extension
PIPE_NONE: int
PIPE_LEFT: int
PIPE_RIGHT: int
class TableProcessor(BlockProcessor):
RE_CODE_PIPES: Any
RE_END_BORDER: Any
border: bool = ...
separator: str = ...
def __init__(self,... | 414 | Python | .py | 14 | 26.785714 | 51 | 0.736709 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,416 | attr_list.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/attr_list.pyi | from typing import Any, Pattern
from markdown.extensions import Extension
from markdown.treeprocessors import Treeprocessor
def get_attrs(str): ...
def isheader(elem): ...
class AttrListTreeprocessor(Treeprocessor):
BASE_RE: str = ...
HEADER_RE: Pattern
BLOCK_RE: Pattern
INLINE_RE: Pattern
NAME_R... | 498 | Python | .py | 15 | 30 | 52 | 0.730126 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,417 | nl2br.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/nl2br.pyi | from typing import Any
from markdown.extensions import Extension
BR_RE: str
class Nl2BrExtension(Extension): ...
def makeExtension(**kwargs): ...
| 150 | Python | .py | 5 | 28.2 | 41 | 0.801418 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,418 | def_list.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/def_list.pyi | from typing import Any, Pattern
from markdown.blockprocessors import BlockProcessor, ListIndentProcessor
from markdown.extensions import Extension
class DefListProcessor(BlockProcessor):
RE: Pattern
NO_INDENT_RE: Pattern
class DefListIndentProcessor(ListIndentProcessor): ...
class DefListExtension(Extension)... | 360 | Python | .py | 9 | 37.666667 | 72 | 0.829971 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,419 | extra.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/extra.pyi | from typing import Any
from markdown.extensions import Extension
extensions: Any
class ExtraExtension(Extension):
def __init__(self, **kwargs) -> None: ...
def makeExtension(**kwargs): ...
| 197 | Python | .py | 6 | 30.5 | 45 | 0.748663 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,420 | toc.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/toc.pyi | from typing import Any, Pattern
from markdown.extensions import Extension
from markdown.treeprocessors import Treeprocessor
def slugify(value, separator): ...
IDCOUNT_RE: Pattern
def unique(id, ids): ...
def get_name(el): ...
def stashedHTML2text(text, md, strip_entities: bool = ...): ...
def unescape(text): ...
de... | 1,178 | Python | .py | 37 | 28.054054 | 63 | 0.655203 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,421 | utils.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/utils.pyi | import datetime
import logging.handlers
import subprocess
import sys
import time
from typing import (
IO,
Any,
Callable,
ContextManager,
Dict,
Iterable,
List,
Mapping,
Optional,
Sequence,
Tuple,
Type,
TypeVar,
Union,
)
import boto.connection
_KT = TypeVar("_KT")... | 5,876 | Python | .py | 149 | 35.738255 | 118 | 0.63445 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,422 | plugin.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/plugin.pyi | from typing import Any, Optional
class Plugin:
capability: Any
@classmethod
def is_capable(cls, requested_capability): ...
def get_plugin(cls, requested_capability: Optional[Any] = ...): ...
def load_plugins(config): ...
| 235 | Python | .py | 7 | 30.571429 | 67 | 0.712389 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,423 | exception.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/exception.pyi | from typing import Any, Optional
from boto.compat import StandardError
class BotoClientError(StandardError):
reason: Any
def __init__(self, reason, *args) -> None: ...
class SDBPersistenceError(StandardError): ...
class StoragePermissionsError(BotoClientError): ...
class S3PermissionsError(StoragePermissions... | 4,569 | Python | .py | 120 | 34.25 | 85 | 0.696291 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,424 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/__init__.pyi | import logging
from typing import Any, Optional, Text
from .s3.connection import S3Connection
Version: Any
UserAgent: Any
config: Any
BUCKET_NAME_RE: Any
TOO_LONG_DNS_NAME_COMP: Any
GENERATION_RE: Any
VERSION_RE: Any
ENDPOINTS_PATH: Any
def init_logging(): ...
class NullHandler(logging.Handler):
def emit(self, ... | 7,183 | Python | .py | 102 | 68.372549 | 130 | 0.646593 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,425 | regioninfo.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/regioninfo.pyi | from typing import Any, Optional
def load_endpoint_json(path): ...
def merge_endpoints(defaults, additions): ...
def load_regions(): ...
def get_regions(service_name, region_cls: Optional[Any] = ..., connection_cls: Optional[Any] = ...): ...
class RegionInfo:
connection: Any
name: Any
endpoint: Any
co... | 701 | Python | .py | 20 | 30.15 | 104 | 0.615611 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,426 | compat.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/compat.pyi | import sys
from typing import Any
if sys.version_info >= (3,):
from base64 import encodebytes as encodebytes
else:
from base64 import encodestring
encodebytes = encodestring
expanduser: Any
if sys.version_info >= (3, 0):
StandardError = Exception
else:
from __builtin__ import StandardError as St... | 384 | Python | .py | 15 | 22.933333 | 58 | 0.769231 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,427 | auth_handler.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/auth_handler.pyi | from typing import Any
from boto.plugin import Plugin
class NotReadyToAuthenticate(Exception): ...
class AuthHandler(Plugin):
capability: Any
def __init__(self, host, config, provider) -> None: ...
def add_auth(self, http_request): ...
| 251 | Python | .py | 7 | 32.714286 | 59 | 0.721992 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,428 | auth.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/auth.pyi | from typing import Any, Optional
from boto.auth_handler import AuthHandler
SIGV4_DETECT: Any
class HmacKeys:
host: Any
def __init__(self, host, config, provider) -> None: ...
def update_provider(self, provider): ...
def algorithm(self): ...
def sign_string(self, string_to_sign): ...
class AnonAu... | 4,141 | Python | .py | 92 | 40.695652 | 128 | 0.682292 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,429 | connection.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/connection.pyi | from typing import Any, Optional
from six.moves import http_client
HAVE_HTTPS_CONNECTION: bool
ON_APP_ENGINE: Any
PORTS_BY_SECURITY: Any
DEFAULT_CA_CERTS_FILE: Any
class HostConnectionPool:
queue: Any
def __init__(self) -> None: ...
def size(self): ...
def put(self, conn): ...
def get(self): ...
... | 5,679 | Python | .py | 166 | 28.150602 | 180 | 0.576385 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,430 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/ec2/__init__.pyi | from typing import Any
RegionData: Any
def regions(**kw_params): ...
def connect_to_region(region_name, **kw_params): ...
def get_region(region_name, **kw_params): ...
# Explicitly mark this package as incomplete.
def __getattr__(name: str) -> Any: ...
| 256 | Python | .py | 7 | 35.142857 | 52 | 0.703252 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,431 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/elb/__init__.pyi | from typing import Any
from boto.connection import AWSQueryConnection
RegionData: Any
def regions(): ...
def connect_to_region(region_name, **kw_params): ...
class ELBConnection(AWSQueryConnection):
APIVersion: Any
DefaultRegionName: Any
DefaultRegionEndpoint: Any
region: Any
def __init__(
... | 2,629 | Python | .py | 55 | 41.927273 | 109 | 0.651362 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,432 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/kms/__init__.pyi | from typing import List
import boto.regioninfo
def regions() -> List[boto.regioninfo.RegionInfo]: ...
def connect_to_region(region_name, **kw_params): ...
| 157 | Python | .py | 4 | 37.75 | 54 | 0.754967 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,433 | layer1.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/kms/layer1.pyi | from typing import Any, Dict, List, Mapping, Optional, Type
from boto.connection import AWSQueryConnection
class KMSConnection(AWSQueryConnection):
APIVersion: str
DefaultRegionName: str
DefaultRegionEndpoint: str
ServiceName: str
TargetPrefix: str
ResponseError: Type[Exception]
region: An... | 3,972 | Python | .py | 80 | 42.975 | 128 | 0.598201 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,434 | exceptions.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/kms/exceptions.pyi | from boto.exception import BotoServerError
class InvalidGrantTokenException(BotoServerError): ...
class DisabledException(BotoServerError): ...
class LimitExceededException(BotoServerError): ...
class DependencyTimeoutException(BotoServerError): ...
class InvalidMarkerException(BotoServerError): ...
class AlreadyExist... | 829 | Python | .py | 16 | 50.75 | 60 | 0.847291 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,435 | bucketlistresultset.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucketlistresultset.pyi | from typing import Any, Iterable, Iterator, Optional
from .key import Key
def bucket_lister(
bucket,
prefix: str = ...,
delimiter: str = ...,
marker: str = ...,
headers: Optional[Any] = ...,
encoding_type: Optional[Any] = ...,
): ...
class BucketListResultSet(Iterable[Key]):
bucket: Any
... | 2,029 | Python | .py | 73 | 22.150685 | 128 | 0.548999 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,436 | multidelete.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/multidelete.pyi | from typing import Any, Optional
class Deleted:
key: Any
version_id: Any
delete_marker: Any
delete_marker_version_id: Any
def __init__(
self,
key: Optional[Any] = ...,
version_id: Optional[Any] = ...,
delete_marker: bool = ...,
delete_marker_version_id: Optio... | 1,075 | Python | .py | 32 | 28.25 | 128 | 0.6 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,437 | deletemarker.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/deletemarker.pyi | from typing import Any, Optional
class DeleteMarker:
bucket: Any
name: Any
version_id: Any
is_latest: bool
last_modified: Any
owner: Any
def __init__(self, bucket: Optional[Any] = ..., name: Optional[Any] = ...) -> None: ...
def startElement(self, name, attrs, connection): ...
def e... | 366 | Python | .py | 11 | 28.909091 | 91 | 0.644068 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,438 | bucket.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucket.pyi | from typing import Any, Dict, List, Optional, Text, Type
from .bucketlistresultset import BucketListResultSet
from .connection import S3Connection
from .key import Key
class S3WebsiteEndpointTranslate:
trans_region: Dict[str, str]
@classmethod
def translate_region(cls, reg: Text) -> str: ...
S3Permission... | 8,747 | Python | .py | 183 | 41.289617 | 130 | 0.580491 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,439 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/__init__.pyi | from typing import List, Optional, Text, Type
from boto.connection import AWSAuthConnection
from boto.regioninfo import RegionInfo
from .connection import S3Connection
class S3RegionInfo(RegionInfo):
def connect(
self,
name: Optional[Text] = ...,
endpoint: Optional[str] = ...,
con... | 523 | Python | .py | 14 | 32.642857 | 64 | 0.687129 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,440 | tagging.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/tagging.pyi | from typing import Any, List, Optional
class Tag:
key: Any
value: Any
def __init__(self, key: Optional[Any] = ..., value: Optional[Any] = ...) -> None: ...
def startElement(self, name, attrs, connection): ...
def endElement(self, name, value, connection): ...
def to_xml(self): ...
def __eq_... | 748 | Python | .py | 19 | 35.052632 | 89 | 0.619835 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,441 | keyfile.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/keyfile.pyi | from typing import Any
class KeyFile:
key: Any
location: int
closed: bool
softspace: int
mode: str
encoding: str
errors: str
newlines: str
name: Any
def __init__(self, key) -> None: ...
def tell(self): ...
def seek(self, pos, whence: Any = ...): ...
def read(self, si... | 684 | Python | .py | 28 | 19.678571 | 47 | 0.558779 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,442 | prefix.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/prefix.pyi | from typing import Any, Optional
class Prefix:
bucket: Any
name: Any
def __init__(self, bucket: Optional[Any] = ..., name: Optional[Any] = ...) -> None: ...
def startElement(self, name, attrs, connection): ...
def endElement(self, name, value, connection): ...
@property
def provider(self): ... | 324 | Python | .py | 9 | 31.777778 | 91 | 0.630573 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,443 | website.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/website.pyi | from typing import Any, List, Optional
def tag(key, value): ...
class WebsiteConfiguration:
suffix: Any
error_key: Any
redirect_all_requests_to: Any
routing_rules: Any
def __init__(
self,
suffix: Optional[Any] = ...,
error_key: Optional[Any] = ...,
redirect_all_requ... | 2,649 | Python | .py | 74 | 30.256757 | 106 | 0.602649 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,444 | acl.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/acl.pyi | from typing import Any, Dict, List, Optional, Text, Union
from .connection import S3Connection
from .user import User
CannedACLStrings: List[str]
class Policy:
parent: Any
namespace: Any
acl: ACL
def __init__(self, parent: Optional[Any] = ...) -> None: ...
owner: User
def startElement(self, n... | 1,686 | Python | .py | 43 | 34.093023 | 118 | 0.619658 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,445 | multipart.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/multipart.pyi | from typing import Any, Optional
class CompleteMultiPartUpload:
bucket: Any
location: Any
bucket_name: Any
key_name: Any
etag: Any
version_id: Any
encrypted: Any
def __init__(self, bucket: Optional[Any] = ...) -> None: ...
def startElement(self, name, attrs, connection): ...
def... | 1,997 | Python | .py | 66 | 24.409091 | 121 | 0.577582 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,446 | cors.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/cors.pyi | from typing import Any, List, Optional
class CORSRule:
allowed_method: Any
allowed_origin: Any
id: Any
allowed_header: Any
max_age_seconds: Any
expose_header: Any
def __init__(
self,
allowed_method: Optional[Any] = ...,
allowed_origin: Optional[Any] = ...,
id... | 1,088 | Python | .py | 33 | 26.575758 | 56 | 0.580247 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,447 | bucketlogging.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucketlogging.pyi | from typing import Any, Optional
class BucketLogging:
target: Any
prefix: Any
grants: Any
def __init__(self, target: Optional[Any] = ..., prefix: Optional[Any] = ..., grants: Optional[Any] = ...) -> None: ...
def add_grant(self, grant): ...
def startElement(self, name, attrs, connection): ...
... | 400 | Python | .py | 10 | 35.7 | 122 | 0.627249 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,448 | user.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/user.pyi | from typing import Any, Optional
class User:
type: Any
id: Any
display_name: Any
def __init__(self, parent: Optional[Any] = ..., id: str = ..., display_name: str = ...) -> None: ...
def startElement(self, name, attrs, connection): ...
def endElement(self, name, value, connection): ...
def t... | 362 | Python | .py | 9 | 36 | 104 | 0.605114 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,449 | connection.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/connection.pyi | from typing import Any, Dict, Optional, Text, Type
from boto.connection import AWSAuthConnection
from boto.exception import BotoClientError
from .bucket import Bucket
def check_lowercase_bucketname(n): ...
def assert_case_insensitive(f): ...
class _CallingFormat:
def get_bucket_server(self, server, bucket): ...... | 4,829 | Python | .py | 117 | 34.811966 | 340 | 0.589449 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,450 | key.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/key.pyi | from typing import Any, Callable, Dict, Optional, Text, Union, overload
class Key:
DefaultContentType: str
RestoreBody: str
BufferSize: Any
base_user_settable_fields: Any
base_fields: Any
bucket: Any
name: str
metadata: Any
cache_control: Any
content_type: Any
content_encodi... | 8,317 | Python | .py | 232 | 28.689655 | 126 | 0.536121 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,451 | lifecycle.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/boto/s3/lifecycle.pyi | from typing import Any, List, Optional
class Rule:
id: Any
prefix: Any
status: Any
expiration: Any
transition: Any
def __init__(
self,
id: Optional[Any] = ...,
prefix: Optional[Any] = ...,
status: Optional[Any] = ...,
expiration: Optional[Any] = ...,
... | 1,984 | Python | .py | 60 | 27.583333 | 125 | 0.583116 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,452 | sphinx.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/deprecated/sphinx.pyi | from typing import Any, Callable, Optional, Type, TypeVar, overload
from typing_extensions import Literal
from .classic import ClassicAdapter
_F = TypeVar("_F", bound=Callable[..., Any])
class SphinxAdapter(ClassicAdapter):
directive: Literal["versionadded", "versionchanged", "deprecated"]
reason: str
ve... | 1,129 | Python | .py | 27 | 37.555556 | 125 | 0.619308 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,453 | classic.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/deprecated/classic.pyi | from typing import Any, Callable, Optional, Type, TypeVar, overload
_F = TypeVar("_F", bound=Callable[..., Any])
class ClassicAdapter:
reason: str
version: str
action: Optional[str]
category: Type[DeprecationWarning]
def __init__(
self, reason: str = ..., version: str = ..., action: Option... | 783 | Python | .py | 18 | 39.888889 | 125 | 0.612861 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,454 | unicode_codes.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/emoji/unicode_codes.pyi | from typing import Dict, Text
EMOJI_ALIAS_UNICODE: Dict[Text, Text]
EMOJI_UNICODE: Dict[Text, Text]
UNICODE_EMOJI: Dict[Text, Text]
UNICODE_EMOJI_ALIAS: Dict[Text, Text]
| 171 | Python | .py | 5 | 33 | 37 | 0.787879 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,455 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/emoji/__init__.pyi | from .core import (
demojize as demojize,
emoji_count as emoji_count,
emoji_lis as emoji_lis,
emojize as emojize,
get_emoji_regexp as get_emoji_regexp,
)
from .unicode_codes import (
EMOJI_ALIAS_UNICODE as EMOJI_ALIAS_UNICODE,
EMOJI_UNICODE as EMOJI_UNICODE,
UNICODE_EMOJI as UNICODE_EMOJ... | 373 | Python | .py | 13 | 24.923077 | 47 | 0.733333 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,456 | core.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/emoji/core.pyi | from typing import Dict, List, Optional, Pattern, Text, Tuple, Union
_DEFAULT_DELIMITER: str
def emojize(string: str, use_aliases: bool = ..., delimiters: Tuple[str, str] = ...) -> str: ...
def demojize(string: str, delimiters: Tuple[str, str] = ...) -> str: ...
def get_emoji_regexp() -> Pattern[Text]: ...
def emoji_... | 419 | Python | .py | 7 | 58.571429 | 96 | 0.653659 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,457 | reader.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/reader.pyi | from typing import Any
from yaml.error import YAMLError
class ReaderError(YAMLError):
name: Any
character: Any
position: Any
encoding: Any
reason: Any
def __init__(self, name, position, character, encoding, reason) -> None: ...
class Reader:
name: Any
stream: Any
stream_pointer: A... | 832 | Python | .py | 32 | 21.40625 | 80 | 0.617315 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,458 | constructor.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/constructor.pyi | import sys
from typing import Any
from yaml.error import MarkedYAMLError
class ConstructorError(MarkedYAMLError): ...
class BaseConstructor:
yaml_constructors: Any
yaml_multi_constructors: Any
constructed_objects: Any
recursive_objects: Any
state_generators: Any
deep_construct: Any
def __... | 3,603 | Python | .py | 80 | 40.3125 | 97 | 0.659084 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,459 | emitter.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/emitter.pyi | from typing import Any
from yaml.error import YAMLError
class EmitterError(YAMLError): ...
class ScalarAnalysis:
scalar: Any
empty: Any
multiline: Any
allow_flow_plain: Any
allow_block_plain: Any
allow_single_quoted: Any
allow_double_quoted: Any
allow_block: Any
def __init__(
... | 3,802 | Python | .py | 105 | 31.32381 | 130 | 0.640401 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,460 | nodes.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/nodes.pyi | from typing import Any
class Node:
tag: Any
value: Any
start_mark: Any
end_mark: Any
def __init__(self, tag, value, start_mark, end_mark) -> None: ...
class ScalarNode(Node):
id: Any
tag: Any
value: Any
start_mark: Any
end_mark: Any
style: Any
def __init__(self, tag, va... | 685 | Python | .py | 26 | 22.076923 | 93 | 0.619266 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,461 | loader.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/loader.pyi | from yaml.composer import Composer
from yaml.constructor import BaseConstructor, Constructor, FullConstructor, SafeConstructor
from yaml.parser import Parser
from yaml.reader import Reader
from yaml.resolver import BaseResolver, Resolver
from yaml.scanner import Scanner
class BaseLoader(Reader, Scanner, Parser, Compos... | 767 | Python | .py | 14 | 52.357143 | 91 | 0.76502 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,462 | cyaml.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/cyaml.pyi | from _typeshed import SupportsRead
from typing import IO, Any, Mapping, Optional, Sequence, Text, Union
from yaml.constructor import BaseConstructor, Constructor, SafeConstructor
from yaml.representer import BaseRepresenter, Representer, SafeRepresenter
from yaml.resolver import BaseResolver, Resolver
from yaml.serial... | 2,292 | Python | .py | 51 | 39 | 85 | 0.641543 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,463 | events.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/events.pyi | from typing import Any
class Event:
start_mark: Any
end_mark: Any
def __init__(self, start_mark=..., end_mark=...) -> None: ...
class NodeEvent(Event):
anchor: Any
start_mark: Any
end_mark: Any
def __init__(self, anchor, start_mark=..., end_mark=...) -> None: ...
class CollectionStartEven... | 1,662 | Python | .py | 51 | 28.54902 | 106 | 0.643125 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,464 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/__init__.pyi | import sys
from typing import IO, Any, Iterator, Optional, Sequence, Text, Union, overload
from yaml.dumper import * # noqa: F403
from yaml.error import * # noqa: F403
from yaml.events import * # noqa: F403
from yaml.loader import * # noqa: F403
from yaml.nodes import * # noqa: F403
from yaml.tokens import * # n... | 6,559 | Python | .py | 268 | 20.537313 | 135 | 0.565086 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,465 | dumper.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/dumper.pyi | from yaml.emitter import Emitter
from yaml.representer import BaseRepresenter, Representer, SafeRepresenter
from yaml.resolver import BaseResolver, Resolver
from yaml.serializer import Serializer
class BaseDumper(Emitter, Serializer, BaseRepresenter, BaseResolver):
def __init__(
self,
stream,
... | 1,548 | Python | .py | 58 | 19.017241 | 74 | 0.515131 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,466 | parser.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/parser.pyi | from typing import Any
from yaml.error import MarkedYAMLError
class ParserError(MarkedYAMLError): ...
class Parser:
DEFAULT_TAGS: Any
current_event: Any
yaml_version: Any
tag_handles: Any
states: Any
marks: Any
state: Any
def __init__(self) -> None: ...
def dispose(self): ...
... | 1,664 | Python | .py | 42 | 34.928571 | 65 | 0.656578 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,467 | composer.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/composer.pyi | from typing import Any
from yaml.error import MarkedYAMLError
class ComposerError(MarkedYAMLError): ...
class Composer:
anchors: Any
def __init__(self) -> None: ...
def check_node(self): ...
def get_node(self): ...
def get_single_node(self): ...
def compose_document(self): ...
def compose... | 496 | Python | .py | 14 | 31.357143 | 48 | 0.663883 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,468 | representer.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/representer.pyi | import sys
from typing import Any
from yaml.error import YAMLError
class RepresenterError(YAMLError): ...
class BaseRepresenter:
yaml_representers: Any
yaml_multi_representers: Any
default_style: Any
default_flow_style: Any
sort_keys: bool
represented_objects: Any
object_keeper: Any
a... | 2,185 | Python | .py | 55 | 34.709091 | 101 | 0.644235 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,469 | serializer.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/serializer.pyi | from typing import Any
from yaml.error import YAMLError
class SerializerError(YAMLError): ...
class Serializer:
ANCHOR_TEMPLATE: Any
use_encoding: Any
use_explicit_start: Any
use_explicit_end: Any
use_version: Any
use_tags: Any
serialized_nodes: Any
anchors: Any
last_anchor_id: An... | 666 | Python | .py | 21 | 27.333333 | 110 | 0.646417 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,470 | error.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/error.pyi | from typing import Any
class Mark:
name: Any
index: Any
line: Any
column: Any
buffer: Any
pointer: Any
def __init__(self, name, index, line, column, buffer, pointer) -> None: ...
def get_snippet(self, indent=..., max_length=...): ...
class YAMLError(Exception): ...
class MarkedYAMLErr... | 535 | Python | .py | 18 | 25.444444 | 107 | 0.620623 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,471 | resolver.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/resolver.pyi | from typing import Any
from yaml.error import YAMLError
class ResolverError(YAMLError): ...
class BaseResolver:
DEFAULT_SCALAR_TAG: Any
DEFAULT_SEQUENCE_TAG: Any
DEFAULT_MAPPING_TAG: Any
yaml_implicit_resolvers: Any
yaml_path_resolvers: Any
resolver_exact_paths: Any
resolver_prefix_paths:... | 786 | Python | .py | 21 | 33.190476 | 88 | 0.696452 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,472 | tokens.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/tokens.pyi | from typing import Any
class Token:
start_mark: Any
end_mark: Any
def __init__(self, start_mark, end_mark) -> None: ...
class DirectiveToken(Token):
id: Any
name: Any
value: Any
start_mark: Any
end_mark: Any
def __init__(self, name, value, start_mark, end_mark) -> None: ...
class ... | 1,792 | Python | .py | 72 | 20.819444 | 82 | 0.662743 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,473 | scanner.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/yaml/scanner.pyi | from typing import Any
from yaml.error import MarkedYAMLError
class ScannerError(MarkedYAMLError): ...
class SimpleKey:
token_number: Any
required: Any
index: Any
line: Any
column: Any
mark: Any
def __init__(self, token_number, required, index, line, column, mark) -> None: ...
class Scan... | 3,573 | Python | .py | 93 | 33.591398 | 86 | 0.641542 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,474 | slugify.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/slugify/slugify.pyi | from typing import Iterable, Optional
def smart_truncate(
string: str, max_length: int = ..., word_boundary: bool = ..., separator: str = ..., save_order: bool = ...
) -> str: ...
def slugify(
text: str,
entities: bool = ...,
decimal: bool = ...,
hexadecimal: bool = ...,
max_length: int = ...,
... | 561 | Python | .py | 18 | 27.222222 | 111 | 0.559041 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,475 | special.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/slugify/special.pyi | from typing import Sequence, Tuple
def add_uppercase_char(char_list: Sequence[Tuple[str, str]]) -> Sequence[Tuple[str, str]]: ...
CYRILLIC: Sequence[Tuple[str, str]]
GERMAN: Sequence[Tuple[str, str]]
GREEK: Sequence[Tuple[str, str]]
PRE_TRANSLATIONS: Sequence[Tuple[str, str]]
| 279 | Python | .py | 6 | 45.166667 | 94 | 0.752768 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,476 | logging.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/logging.pyi | from typing import Any
def wsgi_errors_stream(): ...
def has_level_handler(logger: Any): ...
default_handler: Any
def create_logger(app: Any): ...
| 150 | Python | .py | 5 | 28.4 | 39 | 0.725352 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,477 | signals.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/signals.pyi | from typing import Any, Optional
signals_available: bool
class Namespace:
def signal(self, name: Any, doc: Optional[Any] = ...): ...
class _FakeSignal:
name: Any = ...
__doc__: Any = ...
def __init__(self, name: Any, doc: Optional[Any] = ...) -> None: ...
send: Any = ...
connect: Any = ...
... | 718 | Python | .py | 25 | 25.8 | 72 | 0.667634 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,478 | config.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/config.pyi | from typing import Any, Dict, Optional
class ConfigAttribute:
__name__: Any = ...
get_converter: Any = ...
def __init__(self, name: Any, get_converter: Optional[Any] = ...) -> None: ...
def __get__(self, obj: Any, type: Optional[Any] = ...): ...
def __set__(self, obj: Any, value: Any) -> None: ...
... | 871 | Python | .py | 16 | 50.0625 | 99 | 0.580305 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,479 | ctx.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/ctx.pyi | from typing import Any, Optional
class _AppCtxGlobals:
def get(self, name: Any, default: Optional[Any] = ...): ...
def pop(self, name: Any, default: Any = ...): ...
def setdefault(self, name: Any, default: Optional[Any] = ...): ...
def __contains__(self, item: Any): ...
def __iter__(self): ...
def... | 1,335 | Python | .py | 36 | 32.861111 | 89 | 0.540541 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,480 | helpers.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/helpers.pyi | from typing import Any, Optional
from .cli import AppGroup
from .wrappers import Response
def get_env(): ...
def get_debug_flag(): ...
def get_load_dotenv(default: bool = ...): ...
def stream_with_context(generator_or_function: Any): ...
def make_response(*args: Any) -> Response: ...
def url_for(endpoint: str, **valu... | 2,036 | Python | .py | 50 | 37.38 | 123 | 0.608279 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,481 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/__init__.pyi | from jinja2 import Markup as Markup, escape as escape
from werkzeug.exceptions import abort as abort
from werkzeug.utils import redirect as redirect
from .app import Flask as Flask
from .blueprints import Blueprint as Blueprint
from .config import Config as Config
from .ctx import (
after_this_request as after_thi... | 1,688 | Python | .py | 40 | 38.775 | 108 | 0.7881 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,482 | globals.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/globals.pyi | from typing import Any
from werkzeug.local import LocalStack
from .app import Flask
from .wrappers import Request
class _FlaskLocalProxy(Flask):
def _get_current_object(self) -> Flask: ...
_request_ctx_stack: LocalStack
_app_ctx_stack: LocalStack
current_app: _FlaskLocalProxy
request: Request
session: Any
g: An... | 322 | Python | .py | 12 | 25.166667 | 47 | 0.80719 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,483 | sessions.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/sessions.pyi | from abc import ABCMeta
from typing import Any, MutableMapping, Optional
from werkzeug.datastructures import CallbackDict
class SessionMixin(MutableMapping[str, Any], metaclass=ABCMeta):
@property
def permanent(self): ...
@permanent.setter
def permanent(self, value: Any) -> None: ...
new: bool = .... | 2,017 | Python | .py | 50 | 35.92 | 78 | 0.627551 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,484 | testing.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/testing.pyi | from typing import IO, Any, Iterable, Mapping, Optional, Text, TypeVar, Union
from click import BaseCommand
from click.testing import CliRunner, Result
from werkzeug.test import Client, EnvironBuilder as WerkzeugEnvironBuilder
# Response type for the client below.
# By default _R is Tuple[Iterable[Any], Union[Text, i... | 1,827 | Python | .py | 50 | 31.18 | 99 | 0.592885 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,485 | blueprints.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/blueprints.pyi | from typing import Any, Callable, Optional, Type, TypeVar, Union
from .app import _ViewFunc
from .helpers import _PackageBoundObject
_T = TypeVar("_T")
_VT = TypeVar("_VT", bound=_ViewFunc)
class _Sentinel(object): ...
class BlueprintSetupState:
app: Any = ...
blueprint: Any = ...
options: Any = ...
... | 3,564 | Python | .py | 75 | 42.24 | 125 | 0.590987 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,486 | templating.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/templating.pyi | from typing import Any, Iterable, Text, Union
from jinja2 import BaseLoader, Environment as BaseEnvironment
class Environment(BaseEnvironment):
app: Any = ...
def __init__(self, app: Any, **options: Any) -> None: ...
class DispatchingJinjaLoader(BaseLoader):
app: Any = ...
def __init__(self, app: Any... | 604 | Python | .py | 12 | 47 | 100 | 0.680272 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,487 | cli.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/cli.pyi | from typing import Any, Optional
import click
class NoAppException(click.UsageError): ...
def find_best_app(script_info: Any, module: Any): ...
def call_factory(script_info: Any, app_factory: Any, arguments: Any = ...): ...
def find_app_by_string(script_info: Any, module: Any, app_name: Any): ...
def prepare_import(... | 2,195 | Python | .py | 53 | 37.566038 | 113 | 0.61166 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,488 | views.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/views.pyi | from typing import Any
http_method_funcs: Any
class View:
methods: Any = ...
provide_automatic_options: Any = ...
decorators: Any = ...
def dispatch_request(self, *args: Any, **kwargs: Any) -> Any: ...
@classmethod
def as_view(cls, name: Any, *class_args: Any, **class_kwargs: Any): ...
class ... | 530 | Python | .py | 13 | 37 | 75 | 0.647173 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,489 | debughelpers.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/debughelpers.pyi | from typing import Any
class UnexpectedUnicodeError(AssertionError, UnicodeError): ...
class DebugFilesKeyError(KeyError, AssertionError):
msg: Any = ...
def __init__(self, request: Any, key: Any) -> None: ...
class FormDataRoutingRedirect(AssertionError):
def __init__(self, request: Any) -> None: ...
d... | 507 | Python | .py | 10 | 48.1 | 90 | 0.716024 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,490 | app.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/app.pyi | from datetime import timedelta
from types import TracebackType
from typing import (
Any,
ByteString,
Callable,
ContextManager,
Dict,
Iterable,
List,
NoReturn,
Optional,
Text,
Tuple,
Type,
TypeVar,
Union,
)
from .blueprints import Blueprint
from .config import Con... | 8,224 | Python | .py | 188 | 38.664894 | 120 | 0.616764 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,491 | wrappers.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/wrappers.pyi | from typing import Any, Dict, Optional
from werkzeug.exceptions import HTTPException
from werkzeug.routing import Rule
from werkzeug.wrappers import Request as RequestBase, Response as ResponseBase
class JSONMixin:
@property
def is_json(self) -> bool: ...
@property
def json(self): ...
def get_json... | 1,145 | Python | .py | 28 | 36.75 | 85 | 0.681941 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,492 | tag.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/json/tag.pyi | from typing import Any, Optional
class JSONTag:
key: Any = ...
serializer: Any = ...
def __init__(self, serializer: Any) -> None: ...
def check(self, value: Any) -> None: ...
def to_json(self, value: Any) -> None: ...
def to_python(self, value: Any) -> None: ...
def tag(self, value: Any): .... | 1,918 | Python | .py | 57 | 29.245614 | 98 | 0.571583 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,493 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/flask/json/__init__.pyi | import json as _json
from typing import Any
from jinja2 import Markup
class JSONEncoder(_json.JSONEncoder):
def default(self, o: Any): ...
class JSONDecoder(_json.JSONDecoder): ...
def detect_encoding(data: bytes) -> str: ... # undocumented
def dumps(obj: Any, **kwargs: Any): ...
def dump(obj: Any, fp: Any, **... | 654 | Python | .py | 15 | 42.066667 | 73 | 0.658268 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,494 | __init__.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/tzlocal/__init__.pyi | from pytz import BaseTzInfo
def reload_localzone() -> None: ...
def get_localzone() -> BaseTzInfo: ...
| 104 | Python | .py | 3 | 33.333333 | 38 | 0.71 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,495 | types.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pynamodb/types.pyi | STRING: str
NUMBER: str
BINARY: str
HASH: str
RANGE: str
| 57 | Python | .py | 5 | 10.4 | 11 | 0.807692 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,496 | settings.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pynamodb/settings.pyi | from typing import Any
log: Any
default_settings_dict: Any
OVERRIDE_SETTINGS_PATH: Any
override_settings: Any
def get_settings_value(key): ...
| 145 | Python | .py | 6 | 22.833333 | 32 | 0.810219 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,497 | throttle.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pynamodb/throttle.pyi | from typing import Any, Optional
log: Any
class ThrottleBase:
capacity: Any
window: Any
records: Any
sleep_interval: Any
def __init__(self, capacity, window: int = ..., initial_sleep: Optional[Any] = ...) -> None: ...
def add_record(self, record): ...
def throttle(self): ...
class NoThrot... | 472 | Python | .py | 15 | 27.533333 | 100 | 0.644592 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,498 | constants.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pynamodb/constants.pyi | from typing import Any
BATCH_WRITE_ITEM: str
DESCRIBE_TABLE: str
BATCH_GET_ITEM: str
CREATE_TABLE: str
UPDATE_TABLE: str
DELETE_TABLE: str
LIST_TABLES: str
UPDATE_ITEM: str
DELETE_ITEM: str
GET_ITEM: str
PUT_ITEM: str
QUERY: str
SCAN: str
GLOBAL_SECONDARY_INDEX_UPDATES: str
RETURN_ITEM_COLL_METRICS: str
EXCLUSIVE_STAR... | 3,038 | Python | .py | 165 | 17.406061 | 36 | 0.823468 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |
28,499 | models.pyi | DamnWidget_anaconda/anaconda_lib/jedi/third_party/typeshed/third_party/2and3/pynamodb/models.pyi | from typing import Any, Dict, Generic, Iterable, Iterator, List, Optional, Sequence, Text, Tuple, Type, TypeVar, Union
from .attributes import Attribute
from .exceptions import DoesNotExist as DoesNotExist
log: Any
class DefaultMeta: ...
class ResultSet(object):
results: Any
operation: Any
arguments: An... | 5,702 | Python | .py | 150 | 31.646667 | 127 | 0.579289 | DamnWidget/anaconda | 2,213 | 260 | 184 | GPL-3.0 | 9/5/2024, 5:14:06 PM (Europe/Amsterdam) |