Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c3683 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator
3713 optype = OP_FAST; in compiler_nameop()
3740 case OP_FAST: in compiler_nameop()