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