Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h38 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator
/external/python/cpython3/Include/
DPython-ast.h42 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator