mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
typing: add _type_repr (#8624)
This commit is contained in:
@@ -834,3 +834,5 @@ class ForwardRef:
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
def is_typeddict(tp: object) -> bool: ...
|
||||
|
||||
def _type_repr(obj: object) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user