Home
last modified time | relevance | path

Searched defs:asname (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ast_state.h160 PyObject *asname; member
Dpycore_ast.h544 identifier asname; member
/external/python/cpython2/Python/
DPython-ast.c2116 alias(identifier name, identifier asname, PyArena *arena) in alias()
6726 identifier asname; in obj2ast_alias() local
Dcompile.c1881 compiler_import_as(struct compiler *c, identifier name, identifier asname) in compiler_import_as()
/external/python/cpython2/Include/
DPython-ast.h371 identifier asname; member
/external/python/cpython3/Python/
DPython-ast.c3333 _PyAST_alias(identifier name, identifier asname, int lineno, int col_offset, in _PyAST_alias()
10696 identifier asname; in obj2ast_alias() local
Dcompile.c3294 compiler_import_as(struct compiler *c, identifier name, identifier asname) in compiler_import_as()