Home
last modified time | relevance | path

Searched refs:_Py_block_ty (Results 1 – 4 of 4) 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/cpython3/Include/
Dsymtable.h15 _Py_block_ty; typedef
46 _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()
168 _Py_block_ty block, void *ast, int lineno);
844 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
/external/python/cpython3/Python/
Dsymtable.c47 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
191 _Py_block_ty block, void *ast, int lineno,
968 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()