Home
last modified time | relevance | path

Searched defs:MAKE_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Ddis.py26 MAKE_FUNCTION = opmap['MAKE_FUNCTION'] variable
/external/python/cpython3/Include/
Dopcode.h113 #define MAKE_FUNCTION 132 macro
/external/python/cpython2/Include/
Dopcode.h140 #define MAKE_FUNCTION 132 /* #defaults */ macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py750 def MAKE_FUNCTION(self, argc): member in StackDepthTracker