DEBSOURCES
Skip Quicknav
sources / python-typish / 1.9.3-2 / test_resources / some_module.py
12345
a = 10 def b(x: int, y: int) -> str: return str(x + y)