✏️ 正在编辑: ann_module9.py
路径:
/snap/core24/1643/usr/lib/python3.12/test/typinganndata/ann_module9.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# Test ``inspect.formatannotation`` # https://github.com/python/cpython/issues/96073 from typing import Union, List ann = Union[List[str], int] # mock typing._type_repr behaviour class A: ... A.__module__ = 'testModule.typing' A.__qualname__ = 'A' ann1 = Union[List[A], int]
💾 保存文件
← 返回文件管理器