mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 13:52:12 +08:00
Add missing third party modules (#8321)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: hauntsaninja <> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
10
stubs/jmespath/jmespath/compat.pyi
Normal file
10
stubs/jmespath/jmespath/compat.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
from _typeshed import Incomplete
|
||||
from collections.abc import Generator
|
||||
from itertools import zip_longest as zip_longest
|
||||
|
||||
text_type = str
|
||||
string_type = str
|
||||
|
||||
def with_str_method(cls): ...
|
||||
def with_repr_method(cls): ...
|
||||
def get_methods(cls) -> Generator[Incomplete, None, None]: ...
|
||||
Reference in New Issue
Block a user