HomeSort by relevance Sort by last modified time
    Searched refs:PyCompile_OpcodeStackEffect (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/
_opcode.c 43 effect = PyCompile_OpcodeStackEffect(opcode, oparg_int);
  /external/python/cpython3/Include/
compile.h 59 PyAPI_FUNC(int) PyCompile_OpcodeStackEffect(int opcode, int oparg);
  /external/python/cpython3/Python/
compile.c 864 PyCompile_OpcodeStackEffect(int opcode, int oparg)
    [all...]

Completed in 216 milliseconds