Home
last modified time | relevance | path

Searched refs:AnnotationBlock (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_symtable.h13 typedef enum _block_type { FunctionBlock, ClassBlock, ModuleBlock, AnnotationBlock } enumerator
/third_party/python/Python/
H A Dsymtable.c996 if (block == AnnotationBlock) { in symtable_enter_block()
1820 !symtable_enter_block(st, &_Py_ID(_annotation), AnnotationBlock, in symtable_visit_annotation()
1855 !symtable_enter_block(st, &_Py_ID(_annotation), AnnotationBlock, in symtable_visit_annotations()
2106 if (st->st_cur->ste_type != AnnotationBlock) { in symtable_raise_if_annotation_block()

Completed in 4 milliseconds