DEBSOURCES
Skip Quicknav
sources / python-auto-pytabs / 0.4.0-2 / test / md_ext_test_data / disable_block_in.md
12345678910
<!-- autopytabs: disable-block --> ```python from typing import List x: List[str] ``` ```python from typing import Set y: Set[str] ```