sphinx/tests/roots/test-ext-autodoc/target/genericalias.py
2020-05-30 21:06:54 +09:00

7 lines
136 B
Python

from typing import List, Callable
#: A list of int
T = List[int]
C = Callable[[int], None] # a generic alias not having a doccomment