Searched refs:FunctionDesc (Results 1 – 1 of 1) sorted by relevance
135 class FunctionDesc(collections.namedtuple("FunctionDesc", "name rt args slot")): class178 func = FunctionDesc(name, rt, tuple(args), slot=None)