leohnlee

Results 1 issues of leohnlee

environment - python 3.6.8 - windows 10, linux 18.04 LTS function definition ```python from pytypes import typechecked from typing import List, Dict @typechecked def func(x:List[Dict[str, str]]): do sth else ```...