Searched defs:PyCode_New (Results 1 – 2 of 2) sorted by relevance
93 PyCode_New(int argcount, int nlocals, int stacksize, int flags, in PyCode_New() function
97 PyCode_New(int argcount, int kwonlyargcount, in PyCode_New() function