Functionspaces(a=1, b=(), c=[], d={}, e=True, f=-1, g=1 if False else 2, h="", i=r'')
tests/data/simple_cases/fmtonoff.py:41
Functionspaces(a=1, b=(), c=[], d={}, e=True, f=-1, g=1 if False else 2, h="", i=r'')
tests/data/simple_cases/function.py:31
Functionspaces_types(a: int = 1, b: tuple = (), c: list = [], d: dict = {}, e: bool = True, f: int = -1, g: int = 1 if False else
tests/data/simple_cases/fmtonoff.py:44
Functionspaces_types(a: int = 1, b: tuple = (), c: list = [], d: dict = {}, e: bool = True, f: int = -1, g: int = 1 if False else
tests/data/simple_cases/function.py:34