mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -197,7 +197,7 @@ class __RL_SAFE_ENV__:
|
||||
def __rl_range__(self, start, *args): ...
|
||||
def __rl_set__(self, it): ...
|
||||
def __rl_frozenset__(self, it=()): ...
|
||||
def __rl_iter_unpack_sequence__(self, it, spec, _getiter_) -> Generator[Incomplete, None, None]: ...
|
||||
def __rl_iter_unpack_sequence__(self, it, spec, _getiter_) -> Generator[Incomplete]: ...
|
||||
def __rl_unpack_sequence__(self, it, spec, _getiter_): ...
|
||||
def __rl_is_allowed_name__(self, name, crash: bool = True) -> bool: ...
|
||||
def __rl_getattr__(self, obj, a, *args): ...
|
||||
|
||||
@@ -66,7 +66,7 @@ def zipImported(ldr: zipimport.zipimporter | None = None) -> zipimport.zipimport
|
||||
|
||||
class CIDict(dict[_KT, _VT]):
|
||||
def __init__(self, *args, **kwds) -> None: ...
|
||||
def update(self, D: SupportsItems[_KT, _VT]) -> None: ... # type:ignore[override]
|
||||
def update(self, D: SupportsItems[_KT, _VT]) -> None: ... # type: ignore[override]
|
||||
|
||||
def markfilename(filename, creatorcode=None, filetype=None): ...
|
||||
|
||||
@@ -198,7 +198,7 @@ class TimeStamp:
|
||||
def recursiveGetAttr(obj, name, g=None): ...
|
||||
def recursiveSetAttr(obj, name, value) -> None: ...
|
||||
def recursiveDelAttr(obj, name) -> None: ...
|
||||
def yieldNoneSplits(L) -> Generator[Incomplete, None, None]: ...
|
||||
def yieldNoneSplits(L) -> Generator[Incomplete]: ...
|
||||
|
||||
class KlassStore:
|
||||
lim: int
|
||||
|
||||
Reference in New Issue
Block a user