Daniel Mosesson
05/23/2022, 8:55 PM@op
def foo(context, bar:[MyType])
?sean
05/23/2022, 9:34 PMDaniel Mosesson
05/24/2022, 12:52 AM[MyType]
should be List[MyType]
and it worksgeoHeil
05/24/2022, 3:57 AMsean
05/25/2022, 4:35 PMList[MyType]
not work for you?geoHeil
05/25/2022, 4:37 PM