Home
last modified time | relevance | path

Searched refs:_Py_block_ty (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dsymtable.h9 _Py_block_ty; typedef
32 _Py_block_ty ste_type; /* module, class, or function */
/external/python/cpython2/Python/
Dsymtable.c21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
167 _Py_block_ty block, void *ast, int lineno);
838 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()