We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6114fb5 commit 93ee41bCopy full SHA for 93ee41b
stdlib/typing.pyi
@@ -834,3 +834,5 @@ class ForwardRef:
834
835
if sys.version_info >= (3, 10):
836
def is_typeddict(tp: object) -> bool: ...
837
+
838
+def _type_repr(obj: object) -> str: ...
0 commit comments