class documentation

class CollectAnnotationTargetsVisitor: (source)

View In Hierarchy

Collect opcodes that might have annotations attached. Depends on DisCodeVisitor having been run first.

Method __init__ Undocumented
Method visit_code Find STORE_* and MAKE_FUNCTION opcodes for attaching annotations.
Instance Variable make_function_ops Undocumented
Instance Variable store_ops Undocumented
def __init__(self): (source)

Undocumented

def visit_code(self, code): (source)

Find STORE_* and MAKE_FUNCTION opcodes for attaching annotations.

make_function_ops: dict = (source)

Undocumented

store_ops: dict = (source)

Undocumented