Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_symtable.h14 _Py_block_ty; typedef
52 _Py_block_ty ste_type; /* module, class or function */
/third_party/python/Python/
Dsymtable.c59 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
206 _Py_block_ty block, void *ast,
979 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()