Home
last modified time | relevance | path

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

/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/cpython3/Python/
DPython-ast.c146 PyObject *asname; member
3323 alias(identifier name, identifier asname, PyArena *arena) in alias()
9496 identifier asname; in obj2ast_alias() local
Dcompile.c3179 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/Include/
DPython-ast.h438 identifier asname; member