typing: add _type_repr (#8624)

This commit is contained in:
Shantanu
2022-08-26 03:15:11 -07:00
committed by GitHub
parent 6114fb54c0
commit 93ee41bcd9

View File

@@ -834,3 +834,5 @@ class ForwardRef:
if sys.version_info >= (3, 10):
def is_typeddict(tp: object) -> bool: ...
def _type_repr(obj: object) -> str: ...