Home
last modified time | relevance | path

Searched refs:FunctionType_kind (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
DPython-ast.h51 FunctionType_kind=4}; enumerator
/external/python/cpython3/Python/
Dsymtable.c320 case FunctionType_kind: in PySymtable_BuildObject()
DPython-ast.c1968 p->kind = FunctionType_kind; in FunctionType()
3421 case FunctionType_kind: in ast2obj_mod()