class PrimitiveBool(Type):
Undocumented
| Method | __init__ | 
    Undocumented | 
| Method | parse | 
    Parses the value of an instance of this type from a raw buffer, possibly depending on the context. | 
| Instance Variable | _construct | 
    Undocumented | 
| Method | _construct_type | 
    Return the underlying construct instance | 
  
            Inherited from Type:
          
| Method | size_bytes | 
    The minimal number of bytes necessary to hold an instance of this type, possibly depending on the context. | 
| Method | is_context_sensitive | 
    Whether the context argument needed by some methods actually has an effect. | 
reven2.types._type.Type.parseParses the value of an instance of this type from a raw buffer, possibly depending on the context.
| Parameters | buf | Undocumented | 
| context | The context object. See package documentation. | 
reven2.types._type.Type._construct_typeReturn the underlying construct instance