Home
last modified time | relevance | path

Searched defs:asname (Results 1 – 3 of 3) 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.c1872 compiler_import_as(struct compiler *c, identifier name, identifier asname) in compiler_import_as()
/external/python/cpython2/Include/
DPython-ast.h371 identifier asname; member