Home | History | Annotate | Download | only in compiler

Lines Matching refs:argcount

263         self.argcount = getArgCount(args)
293 self.argcount = self.argcount - 1
536 argcount = self.argcount
538 argcount = argcount - 1
539 return types.CodeType(argcount, nlocals, self.stacksize, self.flags,
574 argcount = len(args)
579 argcount = argcount - numNames
580 return argcount