Home
last modified time | relevance | path

Searched defs:Return_kind (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h62 enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, enumerator
/external/python/cpython3/Include/
DPython-ast.h67 Return_kind=4, Delete_kind=5, Assign_kind=6, enumerator