Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h160 PyObject *asname; member
Dpycore_ast.h544 identifier asname; member
/third_party/python/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.c3293 compiler_import_as(struct compiler *c, identifier name, identifier asname) in compiler_import_as()