mrcrowbar.checks module¶
- class mrcrowbar.checks.Check(raise_exception=False)[source]¶
Bases:
object
- get_fields()[source]¶
Return None, a single field, or a dictionary of Fields embedded within the Check.
- get_start_offset(parent=None)[source]¶
Return the start offset of where the Check inspects the Block.
- repr = None¶
- class mrcrowbar.checks.Const(field, value, *args, **kwargs)[source]¶
Bases:
Check
- get_fields()[source]¶
Return None, a single field, or a dictionary of Fields embedded within the Check.
- get_start_offset(parent=None)[source]¶
Return the start offset of where the Check inspects the Block.
- property repr¶
The type of the None singleton.