Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dpyassem.py466 def _convert_NAME(self, arg): member in PyFlowGraph
470 _convert_STORE_NAME = _convert_NAME
471 _convert_DELETE_NAME = _convert_NAME
472 _convert_IMPORT_NAME = _convert_NAME
473 _convert_IMPORT_FROM = _convert_NAME
474 _convert_STORE_ATTR = _convert_NAME
475 _convert_LOAD_ATTR = _convert_NAME
476 _convert_DELETE_ATTR = _convert_NAME
477 _convert_LOAD_GLOBAL = _convert_NAME
478 _convert_STORE_GLOBAL = _convert_NAME
[all …]