Home
last modified time | relevance | path

Searched refs:MATCH_CLASS (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dopcode.h127 #define MATCH_CLASS 152 macro
/third_party/python/Doc/library/
Ddis.rst1241 .. opcode:: MATCH_CLASS (count)
/third_party/python/Python/
Dcompile.c1205 case MATCH_CLASS: in stack_effect()
5944 ADDOP_I(c, MATCH_CLASS, nargs); in compiler_pattern_class()
Dceval.c3867 case TARGET(MATCH_CLASS): { in _PyEval_EvalFrameDefault()