sphinx/tests/roots/test-ext-autodoc/target/genericalias.py

7 lines
136 B
Python
Raw Normal View History

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