Home
last modified time | relevance | path

Searched defs:LOAD_FAST (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dopcode_ids.h98 #define LOAD_FAST 85 macro
/external/pytorch/torch/_dynamo/
Dsymbolic_convert.py1054 def LOAD_FAST(self, inst): member in InstructionTranslatorBase
/external/python/cpython3/Python/
Dgenerated_cases.c.h4284 TARGET(LOAD_FAST) { in TARGET() argument