Searched defs:alias_ty (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A DPython-ast.h35 typedef struct _alias *alias_ty; typedef in typeref:struct:_alias
531 alias_ty _Py_alias(identifier name, identifier asname, PyArena *arena);
/external/python/cpython3/Include/
H A DPython-ast.h37 typedef struct _alias *alias_ty; typedef in typeref:struct:_alias
630 alias_ty _Py_alias(identifier name, identifier asname, PyArena *arena);

Completed in 98 milliseconds