Package pyffi :: Package object_models :: Module binary_type :: Class BinaryType
[hide private]
[frames] | no frames]

Class BinaryType

source code

            object --+        
                     |        
utils.graph.DetailNode --+    
                         |    
          any_type.AnyType --+
                             |
                            BinaryType
Known Subclasses:

Abstract base class for binary data types.
Instance Methods [hide private]
 
get_size(self) source code

Inherited from any_type.AnyType: __hash__, is_interchangeable, read, write

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_child_names, get_detail_child_nodes, get_detail_display, get_detail_iterator, replace_global_node

Inherited from object: __delattr__, __format__, __getattribute__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__