shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

bug return function with nested args #154

Closed shairubin closed 7 months ago

shairubin commented 7 months ago

def argumenttype_type( t: Type, *, mutable: bool, binds: ArgName, symint: bool ) -> NamedCType: return NamedCType(binds, MutRefCType(tensor_type))