Home | History | Annotate | Download | only in pyxelator

Lines Matching defs:Function

236 class Function(genpyx.Function, Node):
241 #return "function (%s), returning"%\
244 #return "function returning"
284 return Function(*self.arg_types()+[self[-1]]) # XX self[-1].ctype
302 if isinstance(node,Function):
522 if len(self)>1 and type(self[1])==Function: # isinstance ??
524 function = property(get_function)
566 return self.pointer and self.deref().function
578 " i am a pointer to a function whose last arg is void* "
580 fn = self.deref().function
687 """ used in Function; may lack an identifier """
1101 elif isinstance(node,Function):
1141 cparse.Function : Function ,