Home
last modified time | relevance | path

Searched refs:PyCompile_OpcodeStackEffect (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dcompile.h51 PyAPI_FUNC(int) PyCompile_OpcodeStackEffect(int opcode, int oparg);
/third_party/python/Python/
Dcompile.c1228 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() function