Skip to content

Commit 93ee41b

Browse files
authored
typing: add _type_repr (#8624)
1 parent 6114fb5 commit 93ee41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/typing.pyi

+2
Original file line numberDiff line numberDiff line change
@@ -834,3 +834,5 @@ class ForwardRef:
834834

835835
if sys.version_info >= (3, 10):
836836
def is_typeddict(tp: object) -> bool: ...
837+
838+
def _type_repr(obj: object) -> str: ...

0 commit comments

Comments
 (0)