Searched defs:asname (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython3/Include/internal/ |
| D | pycore_ast_state.h | 160 PyObject *asname; member
|
| D | pycore_ast.h | 544 identifier asname; member
|
| /external/python/cpython2/Python/ |
| D | Python-ast.c | 2116 alias(identifier name, identifier asname, PyArena *arena) in alias() 6726 identifier asname; in obj2ast_alias() local
|
| D | compile.c | 1881 compiler_import_as(struct compiler *c, identifier name, identifier asname) in compiler_import_as()
|
| /external/python/cpython2/Include/ |
| D | Python-ast.h | 371 identifier asname; member
|
| /external/python/cpython3/Python/ |
| D | Python-ast.c | 3333 _PyAST_alias(identifier name, identifier asname, int lineno, int col_offset, in _PyAST_alias() 10696 identifier asname; in obj2ast_alias() local
|
| D | compile.c | 3294 compiler_import_as(struct compiler *c, identifier name, identifier asname) in compiler_import_as()
|