© 2026 Hedgehog Software, LLC
def
cannot use a dynamic value in type specification
from python import Python def outer_func(): try: let PythonInt = Python.import_module("typing").Int def inner_func(x: Int): # this gives the error ... except: pass
Int
x