angr.knowledge_plugins.key_definitions.constants¶
- class angr.knowledge_plugins.key_definitions.constants.ObservationPointType¶
Bases:
IntEnumEnum to replace the previously generic constants This makes it possible to annotate where they are expected by typing something as ObservationPointType instead of Literal[0,1]
- OP_BEFORE = 0¶
- OP_AFTER = 1¶
- __new__(value)