Searched refs:FunctionBlock (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ |
D | symtablemodule.c | 84 if (PyModule_AddIntConstant(m, "TYPE_FUNCTION", FunctionBlock) < 0) in symtable_init_constants()
|
/external/python/cpython3/Include/internal/ |
D | pycore_symtable.h | 14 FunctionBlock, ClassBlock, ModuleBlock, enumerator
|
/external/python/cpython3/Python/ |
D | symtable.c | 266 case FunctionBlock: blocktype = "FunctionBlock"; break; in _dump_symtable() 529 return ste->ste_type == FunctionBlock in _PyST_IsFunctionLike() 1667 FunctionBlock, (void *)s, in symtable_visit_stmt() 1985 FunctionBlock, (void *)s, in symtable_visit_stmt() 2049 if (ste->ste_type == FunctionBlock) { in symtable_extend_namedexpr_scope() 2164 FunctionBlock, (void *)e, in symtable_visit_expr() 2663 !symtable_enter_block(st, scope_name, FunctionBlock, (void *)e, in symtable_handle_comprehension()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 24752 <enumerator name='FunctionBlock' value='0'/>
|