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,600
version.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/version.pyi
from typing import Any, Optional, Tuple PY36: Any PY37: Any PY38: Any PY39: Any def get_version(version: Optional[Tuple[int, int, int, str, int]] = ...) -> str: ... def get_main_version(version: Tuple[int, int, int, str, int] = ...) -> str: ... def get_complete_version(version: Optional[Tuple[int, int, int, str, int]...
516
Python
.py
11
45.727273
120
0.646123
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,601
termcolors.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi
from typing import Any, Callable, Dict, Optional, Tuple, Union, Sequence color_names: Any foreground: Any background: Any RESET: str opt_dict: Any def colorize(text: Optional[str] = ..., opts: Sequence[str] = ..., **kwargs: Any) -> str: ... def make_style(opts: Tuple = ..., **kwargs: Any) -> Callable: ... NOCOLOR_PA...
517
Python
.py
14
35.642857
106
0.705411
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,602
inspect.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi
from typing import Callable, List, Tuple def get_func_args(func: Callable) -> List[str]: ... def get_func_full_args(func: Callable) -> List[Tuple[str]]: ... def func_accepts_kwargs(func: Callable) -> bool: ... def func_accepts_var_args(func: Callable) -> bool: ... def method_has_no_args(meth: Callable) -> bool: ... de...
391
Python
.py
7
54.714286
72
0.697128
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,603
crypto.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi
from hmac import HMAC from typing import Callable, Optional, Union using_sysrandom: bool def salted_hmac(key_salt: str, value: Union[bytes, str], secret: Optional[Union[bytes, str]] = ...) -> HMAC: ... def get_random_string(length: int = ..., allowed_chars: str = ...) -> str: ... def constant_time_compare(val1: Union...
543
Python
.py
13
39.076923
112
0.653409
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,604
deconstruct.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi
from typing import Any, Optional def deconstructible(*args: Any, path: Optional[Any] = ...) -> Any: ...
105
Python
.py
2
51
70
0.686275
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,605
encoding.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi
import datetime from decimal import Decimal from typing import Any, TypeVar, overload, Union from django.utils.functional import Promise from typing_extensions import Literal class DjangoUnicodeDecodeError(UnicodeDecodeError): obj: bytes = ... def __init__(self, obj: bytes, *args: Any) -> None: ... _P = Type...
2,416
Python
.py
54
43.5
110
0.623674
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,606
lorem_ipsum.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi
from typing import Any, List COMMON_P: str WORDS: Any COMMON_WORDS: Any def sentence() -> str: ... def paragraph() -> str: ... def paragraphs(count: int, common: bool = ...) -> List[str]: ... def words(count: int, common: bool = ...) -> str: ...
248
Python
.py
8
29.75
64
0.634454
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,607
dateparse.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi
from datetime import date, datetime, time, timedelta from typing import Any, Optional date_re: Any time_re: Any datetime_re: Any standard_duration_re: Any iso8601_duration_re: Any postgres_interval_re: Any def parse_date(value: str) -> Optional[date]: ... def parse_time(value: str) -> Optional[time]: ... def parse_da...
425
Python
.py
12
34.25
58
0.749392
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,608
jslex.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi
from typing import Any, Dict, Iterator, List, Optional, Tuple class Tok: num: int = ... id: int = ... name: str = ... regex: str = ... next: Optional[str] = ... def __init__(self, name: str, regex: str, next: Optional[str] = ...) -> None: ... def literals(choices: str, prefix: str = ..., suffi...
748
Python
.py
21
31.52381
85
0.545706
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,609
baseconv.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi
from typing import Any, Tuple, Union BASE2_ALPHABET: str BASE16_ALPHABET: str BASE56_ALPHABET: str BASE36_ALPHABET: str BASE62_ALPHABET: str BASE64_ALPHABET: Any class BaseConverter: decimal_digits: str = ... sign: str = ... digits: str = ... def __init__(self, digits: str, sign: str = ...) -> None: ....
593
Python
.py
21
25.761905
115
0.662566
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,610
html.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/html.pyi
from html.parser import HTMLParser from typing import Any, Iterator, List, Optional, Tuple, Union from django.utils.safestring import SafeText TRAILING_PUNCTUATION_CHARS: str WRAPPING_PUNCTUATION: Any DOTS: Any unencoded_ampersands_re: Any word_split_re: Any simple_url_re: Any simple_url_2_re: Any def escape(text: A...
1,366
Python
.py
32
40.65625
116
0.669676
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,611
tree.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi
from typing import Any, Dict, Iterable, Optional, Tuple, Union, Sequence, List from django.db.models.sql.where import NothingNode _NodeChildren = Iterable[Union["Node", NothingNode, Sequence[Any]]] class Node: children: List[Any] default: Any = ... connector: str = ... negated: bool = ... def __i...
799
Python
.py
18
39.888889
106
0.588689
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,612
feedgenerator.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi
from datetime import date, datetime from typing import Any, Dict, List, Optional, Tuple, Union from xml.sax import ContentHandler # type: ignore def rfc2822_date(date: date) -> str: ... def rfc3339_date(date: date) -> str: ... def get_tag_uri(url: str, date: Optional[date]) -> str: ... class SyndicationFeed: fee...
2,677
Python
.py
69
32.594203
91
0.587466
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,613
text.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/text.pyi
from typing import Any, Iterable, Iterator, List, Optional, Union from django.db.models.base import Model from django.utils.functional import SimpleLazyObject from django.utils.safestring import SafeText def capfirst(x: Optional[str]) -> Optional[str]: ... re_words: Any re_chars: Any re_tag: Any re_newlines: Any re_...
1,583
Python
.py
36
41.555556
90
0.652995
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,614
six.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/six.pyi
from __future__ import print_function import types import typing import unittest from typing import ( Any, AnyStr, Callable, Dict, ItemsView, Iterable, KeysView, Mapping, NoReturn, Optional, Pattern, Text, Tuple, Type, TypeVar, Union, ValuesView, ...
3,408
Python
.py
88
36.568182
119
0.667777
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,615
decorators.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi
from typing import Any, Callable, Iterable, Optional, Type, Union, TypeVar from django.utils.deprecation import MiddlewareMixin from django.views.generic.base import View _T = TypeVar("_T", bound=Union[View, Callable]) # Any callable class classonlymethod(classmethod): ... def method_decorator(decorator: Union[Cal...
935
Python
.py
15
59.933333
112
0.711475
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,616
topological_sort.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi
from typing import Any, Dict, Iterator, Set, Container, List class CyclicDependencyError(ValueError): ... def topological_sort_as_sets(dependency_graph: Dict[Any, Any]) -> Iterator[Set[Any]]: ... def stable_topological_sort(l: Container[Any], dependency_graph: Dict[Any, Any]) -> List[Any]: ...
297
Python
.py
4
72.75
98
0.738832
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,617
log.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/log.pyi
import logging.config from logging import LogRecord from typing import Any, Callable, Dict, Optional, Union from django.core.management.color import Style request_logger: Any DEFAULT_LOGGING: Any def configure_logging(logging_config: str, logging_settings: Dict[str, Any]) -> None: ... class AdminEmailHandler(loggin...
1,501
Python
.py
36
38
97
0.65728
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,618
dates.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi
from typing import Dict WEEKDAYS: Dict[int, str] WEEKDAYS_ABBR: Dict[int, str] MONTHS: Dict[int, str] MONTHS_3: Dict[int, str] MONTHS_AP: Dict[int, str] MONTHS_ALT: Dict[int, str]
181
Python
.py
7
24.714286
29
0.751445
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,619
autoreload.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi
import threading import types from pathlib import Path from typing import Any, Callable, List, Optional, Set, Dict, Union, Iterator, Tuple, Iterable from django.apps.registry import Apps USE_INOTIFY: bool fd: Any RUN_RELOADER: bool FILE_MODIFIED: int I18N_MODIFIED: int def gen_filenames(only_new: bool = ...) -> List...
2,702
Python
.py
59
42.966102
101
0.662239
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,620
datetime_safe.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi
from datetime import date as real_date, datetime as real_datetime, time as real_time from typing import Union class date(real_date): ... class datetime(real_datetime): ... class time(real_time): ... def new_date(d: date) -> date: ... def new_datetime(d: date) -> datetime: ... def strftime(dt: Union[date, datetime], f...
341
Python
.py
8
41.375
84
0.703927
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,621
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi
import functools from contextlib import ContextDecorator from typing import Any, Optional, Callable from django.core.handlers.wsgi import WSGIRequest LANGUAGE_SESSION_KEY: str class TranslatorCommentWarning(SyntaxWarning): ... class Trans: activate: Callable check_for_language: functools._lru_cache_wrapper ...
2,232
Python
.py
56
37.142857
87
0.699537
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,622
template.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi
from typing import Any dot_re: Any def blankout(src: str, char: str) -> str: ... context_re: Any inline_re: Any block_re: Any endblock_re: Any plural_re: Any constant_re: Any def templatize(src: str, origin: str = ...) -> str: ...
235
Python
.py
10
22.1
55
0.701357
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,623
reloader.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi
from pathlib import Path from typing import Any, Optional from django.utils.autoreload import BaseReloader def watch_for_translation_changes(sender: BaseReloader, **kwargs: Any) -> None: ... def translation_file_changed(sender: Optional[BaseReloader], file_path: Path, **kwargs: Any) -> bool: ...
299
Python
.py
5
58.4
105
0.777397
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,624
trans_real.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi
import gettext as gettext_module from collections import OrderedDict from gettext import NullTranslations from typing import Any, List, Optional, Tuple, Callable from django.core.handlers.wsgi import WSGIRequest CONTEXT_SEPARATOR: str accept_language_re: Any language_code_re: Any language_code_prefix_re: Any def res...
1,815
Python
.py
37
47.27027
118
0.686971
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,625
trans_null.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi
from typing import Any def gettext(message: Any): ... gettext_noop = gettext gettext_lazy = gettext _ = gettext def ngettext(singular: str, plural: str, number: int) -> str: ... ngettext_lazy = ngettext def pgettext(context: Any, message: Any): ... def npgettext(context: Any, singular: Any, plural: Any, number: An...
729
Python
.py
18
39.111111
82
0.68608
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,626
response.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/http/response.pyi
import datetime from io import BytesIO from json import JSONEncoder from typing import Any, Dict, Iterable, Iterator, List, Optional, Tuple, Type, Union, overload from django.core.handlers.wsgi import WSGIRequest from django.http.cookie import SimpleCookie from django.test.client import Client from django.template im...
4,994
Python
.py
123
35.650407
110
0.634754
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,627
cookie.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi
from typing import Any, Dict SimpleCookie: Any def parse_cookie(cookie: str) -> Dict[str, str]: ...
102
Python
.py
3
32.333333
52
0.731959
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,628
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi
from .request import ( HttpRequest as HttpRequest, QueryDict as QueryDict, RawPostDataException as RawPostDataException, UnreadablePostError as UnreadablePostError, ) from .response import ( BadHeaderError as BadHeaderError, FileResponse as FileResponse, Http404 as Http404, HttpResponse...
988
Python
.py
24
36.916667
78
0.836798
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,629
request.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/http/request.pyi
from io import BytesIO from typing import ( Any, BinaryIO, Dict, Iterable, List, Mapping, Optional, Pattern, Set, Tuple, Type, TypeVar, Union, overload, ) from django.contrib.auth.base_user import AbstractBaseUser from django.contrib.auth.models import AnonymousU...
3,786
Python
.py
101
33.138614
113
0.639456
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,630
multipartparser.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi
from io import BytesIO, StringIO from typing import Any, Dict, Iterator, List, Optional, Tuple, Union from django.http.request import QueryDict from django.utils.datastructures import ImmutableList, MultiValueDict class MultiPartParserError(Exception): ... class InputStreamExhausted(Exception): ... class MultiPartPa...
1,986
Python
.py
45
39.644444
116
0.6206
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,631
csrf.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi
from typing import Any, Callable, Dict, Optional, Tuple from django.http.request import HttpRequest from django.http.response import HttpResponseBase, HttpResponseForbidden from django.utils.deprecation import MiddlewareMixin logger: Any REASON_NO_REFERER: str REASON_BAD_REFERER: str REASON_NO_CSRF_COOKIE: str REASON...
1,250
Python
.py
28
42.607143
119
0.756779
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,632
gzip.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi
from typing import Any from django.http.request import HttpRequest from django.http.response import HttpResponseBase from django.utils.deprecation import MiddlewareMixin re_accepts_gzip: Any class GZipMiddleware(MiddlewareMixin): def process_response(self, request: HttpRequest, response: HttpResponseBase) -> Htt...
339
Python
.py
7
46.428571
105
0.844985
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,633
security.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi
from typing import Any, List, Optional from django.http.request import HttpRequest from django.http.response import HttpResponse, HttpResponsePermanentRedirect from django.utils.deprecation import MiddlewareMixin class SecurityMiddleware(MiddlewareMixin): sts_seconds: int = ... sts_include_subdomains: bool = ...
715
Python
.py
15
43.866667
99
0.734957
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,634
cache.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi
from typing import Any, Optional, Union, Callable from django.http.request import HttpRequest from django.http.response import HttpResponse, HttpResponseBase from django.utils.deprecation import MiddlewareMixin from django.core.cache import BaseCache class UpdateCacheMiddleware(MiddlewareMixin): cache_timeout: f...
1,095
Python
.py
26
37.846154
105
0.702068
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,635
http.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi
from django.http.request import HttpRequest from django.http.response import HttpResponseBase from django.utils.deprecation import MiddlewareMixin class ConditionalGetMiddleware(MiddlewareMixin): def process_response(self, request: HttpRequest, response: HttpResponseBase) -> HttpResponseBase: ... def needs_eta...
369
Python
.py
6
59
105
0.820442
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,636
clickjacking.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi
from django.http.request import HttpRequest from django.http.response import HttpResponse from django.utils.deprecation import MiddlewareMixin class XFrameOptionsMiddleware(MiddlewareMixin): def process_response(self, request: HttpRequest, response: HttpResponse) -> HttpResponse: ... def get_xframe_options_val...
387
Python
.py
6
62
97
0.813158
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,637
locale.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi
from typing import Any from django.http.request import HttpRequest from django.http.response import HttpResponseBase from django.utils.deprecation import MiddlewareMixin class LocaleMiddleware(MiddlewareMixin): response_redirect_class: Any = ... def process_request(self, request: HttpRequest) -> None: ... ...
423
Python
.py
8
50.125
105
0.801453
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,638
common.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi
from typing import Any, Optional from django.http.request import HttpRequest from django.http.response import HttpResponseBase, HttpResponsePermanentRedirect from django.utils.deprecation import MiddlewareMixin class CommonMiddleware(MiddlewareMixin): response_redirect_class: Any = ... def process_request(sel...
987
Python
.py
14
67
106
0.769072
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,639
utils.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi
from typing import Callable, Tuple, Union def get_callable(lookup_view: Union[Callable, str]) -> Callable: ... def get_mod_func(callback: str) -> Tuple[str, str]: ...
168
Python
.py
3
54.666667
68
0.713415
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,640
resolvers.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union from django.urls.converters import UUIDConverter from django.utils.datastructures import MultiValueDict class ResolverMatch: func: Callable = ... args: Tuple = ... kwargs: Dict[str, Any] = ... url_name: Optional[str] = ... ...
4,029
Python
.py
100
35.15
119
0.596581
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,641
converters.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi
from typing import Any, Dict, Type, Union from uuid import UUID class IntConverter: regex: str = ... def to_python(self, value: str) -> int: ... def to_url(self, value: Union[str, int]) -> str: ... class StringConverter: regex: str = ... def to_python(self, value: str) -> str: ... def to_url(s...
827
Python
.py
21
36.380952
73
0.65875
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,642
conf.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi
from typing import Any, List, Optional, Tuple from .resolvers import URLResolver def include(arg: Any, namespace: Optional[str] = ...) -> Tuple[List[URLResolver], Optional[str], Optional[str]]: ... path: Any re_path: Any
224
Python
.py
5
43.2
116
0.740741
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,643
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi
# noinspection PyUnresolvedReferences from .base import ( clear_script_prefix as clear_script_prefix, clear_url_caches as clear_url_caches, get_script_prefix as get_script_prefix, get_urlconf as get_urlconf, is_valid_path as is_valid_path, resolve as resolve, reverse as reverse, reverse_...
1,197
Python
.py
31
35.258065
84
0.799311
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,644
base.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/urls/base.pyi
from typing import Any, Callable, Dict, Optional, Type, Union, Sequence from django.urls.resolvers import ResolverMatch def resolve(path: str, urlconf: Optional[str] = ...) -> ResolverMatch: ... def reverse( viewname: Optional[Union[Callable, str]], urlconf: Optional[str] = ..., args: Optional[Sequence[An...
887
Python
.py
19
44.421053
76
0.652778
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,645
exceptions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi
from django.http import Http404 class Resolver404(Http404): ... class NoReverseMatch(Exception): ...
102
Python
.py
3
32.666667
36
0.795918
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,646
config.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/apps/config.pyi
from typing import Any, Iterator, Type, Optional, Dict from django.apps.registry import Apps from django.db.models.base import Model MODELS_MODULE_NAME: str class AppConfig: name: str = ... module: Optional[Any] = ... apps: Optional[Apps] = ... label: str = ... verbose_name: str = ... path: s...
834
Python
.py
20
37.55
117
0.621455
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,647
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi
from .config import AppConfig as AppConfig from .registry import apps as apps
79
Python
.py
2
38
42
0.842105
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,648
registry.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi
import threading from typing import Any, Callable, Dict, Iterable, List, Optional, Tuple, Type, Union from django.db.models.base import Model from .config import AppConfig class Apps: all_models: Dict[str, Dict[str, Type[Model]]] = ... app_configs: Dict[str, AppConfig] = ... stored_app_configs: List[Any]...
2,050
Python
.py
36
52.5
117
0.644776
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,649
formsets.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi
from typing import Any, Dict, Mapping, Optional, Sequence, Sized from django.forms import Form TOTAL_FORM_COUNT: str = ... INITIAL_FORM_COUNT: str = ... MIN_NUM_FORM_COUNT: str = ... MAX_NUM_FORM_COUNT: str = ... ORDERING_FIELD_NAME: str = ... DELETION_FIELD_NAME: str = ... DEFAULT_MIN_NUM: int = ... DEFAULT_MAX_NUM...
2,397
Python
.py
83
24.144578
64
0.558059
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,650
renderers.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi
from typing import Any, Dict from django.template.backends.base import BaseEngine from django.template import Template ROOT: Any def get_default_renderer() -> DjangoTemplates: ... class BaseRenderer: def get_template(self, template_name: str) -> Any: ... def render(self, template_name: str, context: Dict[s...
724
Python
.py
17
39.411765
98
0.719198
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,651
utils.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi
from collections import UserList from datetime import datetime from typing import Any, Dict, List, Optional, Sequence, Union from django.core.exceptions import ValidationError from django.utils.safestring import SafeText def pretty_name(name: str) -> str: ... def flatatt(attrs: Dict[str, Any]) -> SafeText: ... class...
1,257
Python
.py
28
40.857143
84
0.638072
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,652
fields.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi
from datetime import datetime, timedelta from typing import Any, Callable, Iterable, List, Optional, Pattern, Sequence, Tuple, Type, Union from django.core.validators import BaseValidator from django.forms.boundfield import BoundField from django.forms.forms import BaseForm from django.forms.widgets import Widget _Ch...
13,037
Python
.py
368
28.214674
97
0.536107
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,653
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi
from django.core.exceptions import ValidationError as ValidationError from .forms import Form as Form, BaseForm as BaseForm from .formsets import BaseFormSet as BaseFormSet, all_valid as all_valid, formset_factory as formset_factory from .models import ( ModelForm as ModelForm, ModelChoiceField as ModelChoic...
2,957
Python
.py
80
32.3875
108
0.802508
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,654
models.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/models.pyi
from datetime import datetime from typing import ( Any, Callable, Dict, Iterator, List, Mapping, MutableMapping, Optional, Sequence, Tuple, Type, Union, ClassVar, Container, TypeVar, ) from unittest.mock import MagicMock from uuid import UUID from django.core...
10,173
Python
.py
269
32.817844
120
0.606131
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,655
forms.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi
from typing import Any, Dict, Iterator, List, Mapping, Optional, Sequence, Type, Union from django.core.exceptions import ValidationError as ValidationError from django.core.files import uploadedfile from django.forms.boundfield import BoundField from django.forms.fields import Field from django.forms.renderers import...
3,096
Python
.py
74
36.72973
113
0.63055
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,656
widgets.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi
from decimal import Decimal from itertools import chain from typing import Any, Callable, Dict, Iterable, Iterator, List, Mapping, Optional, Sequence, Set, Tuple, Type, Union from django.core.files.base import File from django.forms.renderers import EngineMixin from django.utils.safestring import SafeText _OptAttrs =...
6,094
Python
.py
147
36.612245
120
0.613306
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,657
boundfield.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi
from typing import Any, Dict, List, Optional, Union from django.forms.fields import Field from django.forms.forms import BaseForm from django.forms.renderers import DjangoTemplates from django.forms.utils import ErrorList from django.forms.widgets import Widget from django.utils.safestring import SafeText class Bound...
2,308
Python
.py
57
35.929825
117
0.600979
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,658
views.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi
from typing import Any, Dict, List from django.core.exceptions import ObjectDoesNotExist from django.core.handlers.wsgi import WSGIRequest from django.db.models.base import Model from django.http.response import HttpResponse from django.utils.feedgenerator import Enclosure, SyndicationFeed from django.utils.safestring...
1,251
Python
.py
23
50.956522
92
0.691993
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,659
middleware.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi
from typing import Any from django.http.request import HttpRequest from django.http.response import HttpResponse from django.utils.deprecation import MiddlewareMixin class RedirectFallbackMiddleware(MiddlewareMixin): response_gone_class: Any = ... response_redirect_class: Any = ... def process_response(se...
391
Python
.py
8
46.125
97
0.80315
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,660
models.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi
from django.db import models class Redirect(models.Model): site: models.ForeignKey = ... old_path: models.CharField = ... new_path: models.CharField = ...
168
Python
.py
5
30
36
0.691358
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,661
admin.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi
from typing import Any, List, Type from django.contrib.admin.options import InlineModelAdmin from django.db.models.base import Model class GenericInlineModelAdminChecks: def _check_exclude_of_parent_model(self, obj: GenericInlineModelAdmin, parent_model: Type[Model]) -> List[Any]: ... def _check_relation(self...
586
Python
.py
10
56
119
0.793706
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,662
fields.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union from django.contrib.contenttypes.models import ContentType from django.core.checks.messages import Error from django.db.models.base import Model from django.db.models.expressions import Combinable from django.db.models.fields.mixins import Fiel...
4,097
Python
.py
88
41.522727
109
0.647426
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,663
models.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi
from typing import Any, Dict, Optional, Tuple, Type, Union from django.db import models from django.db.models.base import Model from django.db.models.query import QuerySet class ContentTypeManager(models.Manager["ContentType"]): def get_by_natural_key(self, app_label: str, model: str) -> ContentType: ... def ...
1,085
Python
.py
21
47.666667
114
0.668238
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,664
checks.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi
from typing import Any, List, Iterable, Optional from django.apps.config import AppConfig def check_generic_foreign_keys(app_configs: Optional[Iterable[AppConfig]] = ..., **kwargs: Any) -> List[Any]: ... def check_model_name_lengths(app_configs: Optional[Iterable[AppConfig]] = ..., **kwargs: Any) -> List[Any]: ...
318
Python
.py
4
78
113
0.724359
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,665
views.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi
from typing import Union from django.http.request import HttpRequest from django.http.response import HttpResponseRedirect def shortcut( request: HttpRequest, content_type_id: Union[int, str], object_id: Union[int, str] ) -> HttpResponseRedirect: ...
257
Python
.py
6
40.833333
86
0.799197
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,666
forms.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi
from typing import Any, Optional from django.forms.models import BaseModelFormSet class BaseGenericInlineFormSet(BaseModelFormSet): instance: Any = ... rel_name: Any = ... save_as_new: Any = ... def __init__( self, data: Optional[Any] = ..., files: Optional[Any] = ..., ...
1,159
Python
.py
38
25.105263
58
0.548301
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,667
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi
from typing import Any, Dict, List, Optional, Tuple, Type from django.apps.config import AppConfig from django.apps.registry import Apps from django.contrib.contenttypes.models import ContentType from django.db import migrations from django.db.backends.sqlite3.schema import DatabaseSchemaEditor from django.db.migratio...
1,350
Python
.py
30
42.033333
100
0.715262
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,668
remove_stale_contenttypes.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi
from typing import Any, Dict, List from django.db.models.deletion import Collector from django.core.management import BaseCommand class Command(BaseCommand): ... class NoFastDeleteCollector(Collector): data: Dict[str, Any] dependencies: Dict[Any, Any] fast_deletes: List[Any] field_updates: Dict[Any,...
411
Python
.py
11
33.818182
69
0.734848
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,669
middleware.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi
from typing import Any, Callable, Dict, Optional, Tuple from django.core.handlers.wsgi import WSGIRequest from django.http.response import HttpResponse from django.utils.deprecation import MiddlewareMixin class XViewMiddleware(MiddlewareMixin): def process_view( self, request: WSGIRequest, view_func: Call...
409
Python
.py
8
47.875
102
0.786967
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,670
utils.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi
from typing import Any, Callable, Optional docutils_is_available: bool def get_view_name(view_func: Callable) -> str: ... def trim_docstring(docstring: Any): ... def parse_docstring(docstring: Any): ... def parse_rst(text: Any, default_reference_context: Any, thing_being_parsed: Optional[Any] = ...): ... ROLES: Any ...
725
Python
.py
21
31.904762
102
0.69341
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,671
views.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi
from typing import Any, Optional, Union from django.db.models.fields import Field from django.views.generic import TemplateView MODEL_METHODS_EXCLUDE: Any class BaseAdminDocsView(TemplateView): ... class BookmarkletsView(BaseAdminDocsView): ... class TemplateTagIndexView(BaseAdminDocsView): ... class TemplateFilterI...
852
Python
.py
17
48.882353
106
0.783394
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,672
middleware.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi
from django.http.request import HttpRequest from django.utils.deprecation import MiddlewareMixin class CurrentSiteMiddleware(MiddlewareMixin): def process_request(self, request: HttpRequest) -> None: ...
209
Python
.py
4
50
64
0.828431
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,673
management.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi
from typing import Any from django.apps.config import AppConfig from django.apps.registry import Apps def create_default_site( app_config: AppConfig, verbosity: int = ..., interactive: bool = ..., using: str = ..., apps: Apps = ..., **kwargs: Any ) -> None: ...
288
Python
.py
11
22.818182
40
0.654545
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,674
shortcuts.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi
from typing import Optional, Union from django.contrib.sites.models import Site from django.contrib.sites.requests import RequestSite from django.http.request import HttpRequest def get_current_site(request: Optional[HttpRequest]) -> Union[Site, RequestSite]: ...
266
Python
.py
5
51.8
85
0.830116
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,675
models.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi
from typing import Any, Optional, Tuple, Type from django.http.request import HttpRequest from django.db import models SITE_CACHE: Any class SiteManager(models.Manager["Site"]): def get_current(self, request: Optional[HttpRequest] = ...) -> Site: ... def clear_cache(self) -> None: ... def get_by_natural...
614
Python
.py
14
40.357143
76
0.701518
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,676
requests.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi
from typing import Any from django.http.request import HttpRequest class RequestSite: name: str domain: str = ... def __init__(self, request: HttpRequest) -> None: ... def save(self, force_insert: bool = ..., force_update: bool = ...) -> Any: ... def delete(self) -> Any: ...
298
Python
.py
8
33.5
82
0.631944
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,677
managers.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi
from typing import Optional from django.db import models class CurrentSiteManager(models.Manager): def __init__(self, field_name: Optional[str] = ...) -> None: ...
170
Python
.py
4
40
68
0.72561
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,678
humanize.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi
from datetime import date, datetime as datetime from typing import Any, Optional, SupportsInt, Union register: Any def ordinal(value: Optional[Union[str, SupportsInt]]) -> Optional[str]: ... def intcomma(value: Optional[Union[str, SupportsInt]], use_l10n: bool = ...) -> str: ... intword_converters: Any def intword(...
619
Python
.py
10
60.5
88
0.715702
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,679
fields.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi
from typing import Any, Iterable, NamedTuple, Optional, TypeVar, Union, Tuple from django.db.models.fields import Field, _ErrorMessagesToOverride, _FieldChoices, _ValidatorCallable _Connection = Any # __set__ value type _ST = TypeVar("_ST") # __get__ return type _GT = TypeVar("_GT") class SRIDCacheEntry(NamedTuple)...
3,133
Python
.py
83
31.060241
102
0.576923
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,680
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi
from django.db.models import * from .fields import ( GeometryField as GeometryField, LineStringField as LineStringField, MultiLineStringField as MultiLineStringField, MultiPointField as MultiPointField, MultiPolygonField as MultiPolygonField, PointField as PointField, PolygonField as Polygo...
418
Python
.py
12
30.75
55
0.814815
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,681
signals.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi
from typing import Any, Tuple def get_hstore_oids(connection_alias: str) -> Tuple[Any, ...]: ... def get_citext_oids(connection_alias: str) -> Tuple[Any, ...]: ... def register_type_handlers(connection: Any, **kwargs: Any) -> None: ...
237
Python
.py
4
58
71
0.676724
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,682
validators.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi
from typing import Any, Dict, Iterable, Mapping, Optional from django.core.validators import MaxLengthValidator, MaxValueValidator, MinLengthValidator, MinValueValidator class ArrayMaxLengthValidator(MaxLengthValidator): ... class ArrayMinLengthValidator(MinLengthValidator): ... class KeysValidator: messages: Di...
653
Python
.py
13
46.769231
111
0.72956
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,683
search.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi
from typing import Any, Dict, Optional, TypeVar, Union from django.db.models.expressions import Combinable, CombinedExpression, Func, Value, _OutputField from django.db.models.lookups import Lookup from django.db.models import Field _Expression = Union[str, Combinable, "SearchQueryCombinable"] class SearchVectorExa...
2,195
Python
.py
49
40.244898
114
0.661351
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,684
constraints.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi
from typing import Optional, Sequence, Tuple, Union from django.db.models.constraints import BaseConstraint from django.db.models.expressions import Combinable from django.db.models.query_utils import Q class ExclusionConstraint(BaseConstraint): expressions: Sequence[Tuple[Union[str, Combinable], str]] index_...
576
Python
.py
16
30.625
66
0.689964
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,685
indexes.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi
from typing import Optional, Sequence from django.db.models.query_utils import Q from django.db.models import Index class PostgresIndex(Index): ... class BrinIndex(PostgresIndex): def __init__( self, *, autosummarize: Optional[bool] = ..., pages_per_range: Optional[int] = ..., ...
2,272
Python
.py
73
23.753425
52
0.519178
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,686
functions.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi
from django.db.models import Func class RandomUUID(Func): ... class TransactionNow(Func): ...
95
Python
.py
3
30.333333
33
0.769231
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,687
lookups.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi
from django.db.models.lookups import Exact from django.db.models import Lookup, Transform from .search import SearchVectorExact class PostgresSimpleLookup(Lookup): operator: str class DataContains(PostgresSimpleLookup): ... class ContainedBy(PostgresSimpleLookup): ... class Overlap(PostgresSimpleLookup): ... cla...
579
Python
.py
15
37.133333
47
0.809269
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,688
operations.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi
from django.db.migrations.operations.base import Operation class CreateExtension(Operation): reversible: bool = ... name: str = ... def __init__(self, name: str) -> None: ... class BtreeGinExtension(CreateExtension): def __init__(self) -> None: ... class BtreeGistExtension(CreateExtension): def _...
735
Python
.py
19
35.157895
58
0.679379
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,689
ranges.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi
from typing import Any from django.db import models from psycopg2.extras import DateRange, DateTimeTZRange, NumericRange # type: ignore class RangeField(models.Field): empty_strings_allowed: bool = ... base_field: Any = ... range_type: Any = ... def get_prep_value(self, value: Any): ... def to_p...
1,342
Python
.py
37
32.27027
85
0.68238
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,690
hstore.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi
from typing import Any from django.db.models import Field, Transform from .mixins import CheckFieldDefaultMixin class HStoreField(CheckFieldDefaultMixin, Field): def get_transform(self, name) -> Any: ... class KeyTransform(Transform): def __init__(self, key_name: str, *args: Any, **kwargs: Any): ... class K...
519
Python
.py
12
40.5
69
0.719124
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,691
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi
from .array import ArrayField as ArrayField from .jsonb import JSONField as JSONField, JsonAdapter as JsonAdapter from .ranges import ( RangeField as RangeField, IntegerRangeField as IntegerRangeField, BigIntegerRangeField as BigIntegerRangeField, DecimalRangeField as DecimalRangeField, FloatRangeFi...
695
Python
.py
20
31.15
69
0.814815
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,692
array.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi
from typing import Any, Iterable, List, Optional, Sequence, TypeVar, Union from django.db.models.expressions import Combinable from django.db.models.fields import Field, _ErrorMessagesToOverride, _FieldChoices, _ValidatorCallable from .mixins import CheckFieldDefaultMixin # __set__ value type _ST = TypeVar("_ST") # ...
1,729
Python
.py
46
31.173913
102
0.587008
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,693
jsonb.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi
from json import JSONEncoder from typing import Any, Optional, Type from django.db.models import Field from django.db.models.lookups import Transform from .mixins import CheckFieldDefaultMixin class JsonAdapter: encoder: Any = ... def __init__(self, adapted: Any, dumps: Optional[Any] = ..., encoder: Optional[...
1,011
Python
.py
27
32.851852
107
0.635342
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,694
citext.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi
from django.db.models.fields import CharField, EmailField, TextField class CIText: ... class CICharField(CIText, CharField): ... class CIEmailField(CIText, EmailField): ... class CITextField(CIText, TextField): ...
216
Python
.py
5
42
68
0.780952
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,695
mixins.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi
from typing import Any, List class CheckFieldDefaultMixin: def check(self, **kwargs: Any) -> List[Any]: ...
113
Python
.py
3
35
52
0.715596
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,696
general.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi
from django.db.models.aggregates import Aggregate from .mixins import OrderableAggMixin class ArrayAgg(OrderableAggMixin, Aggregate): ... class BitAnd(Aggregate): ... class BitOr(Aggregate): ... class BoolAnd(Aggregate): ... class BoolOr(Aggregate): ... class JSONBAgg(Aggregate): ... class StringAgg(OrderableAggMixin...
338
Python
.py
9
36.333333
50
0.785933
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,697
statistics.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi
from django.db.models.aggregates import Aggregate class StatAggregate(Aggregate): ... class Corr(StatAggregate): ... class CovarPop(StatAggregate): ... class RegrAvgX(StatAggregate): ... class RegrAvgY(StatAggregate): ... class RegrCount(StatAggregate): ... class RegrIntercept(StatAggregate): ... class RegrR2(StatAggr...
470
Python
.py
13
35.076923
49
0.776316
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,698
__init__.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi
from .general import ( ArrayAgg as ArrayAgg, BitAnd as BitAnd, BitOr as BitOr, BoolAnd as BoolAnd, BoolOr as BoolOr, JSONBAgg as JSONBAgg, StringAgg as StringAgg, ) from .statistics import ( Corr as Corr, CovarPop as CovarPop, RegrAvgX as RegrAvgX, RegrAvgY as RegrAvgY, ...
540
Python
.py
23
19.130435
35
0.718992
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)
29,699
middleware.pyi
DamnWidget_anaconda/anaconda_lib/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi
from typing import Union from django.contrib.auth.models import AnonymousUser, User from django.core.handlers.wsgi import WSGIRequest from django.http.request import HttpRequest from django.utils.deprecation import MiddlewareMixin def get_user(request: WSGIRequest) -> Union[AnonymousUser, User]: ... class Authentica...
774
Python
.py
15
48.666667
77
0.775862
DamnWidget/anaconda
2,213
260
184
GPL-3.0
9/5/2024, 5:14:06 PM (Europe/Amsterdam)