Package pyffi :: Package formats :: Package nif :: Class NifFormat :: Class HeaderString
[hide private]
[frames] | no frames]

Class HeaderString

source code

                   object --+        
                            |        
       utils.graph.DetailNode --+    
                                |    
object_models.xml.basic.BasicBase --+
                                    |
                                   NifFormat.HeaderString

Instance Methods [hide private]
 
__str__(self)
Return string representation.
source code
str
get_detail_display(self)
Return an object that can be used to display the instance.
source code
 
get_hash(self, data=None)
Returns a hash value (an immutable object) that can be used to identify the object uniquely.
source code
 
read(self, stream, data)
Read object from file.
source code
 
write(self, stream, data)
Write object to file.
source code
 
get_size(self, data=None)
Returns size of the object in bytes.
source code

Inherited from object_models.xml.basic.BasicBase: __init__, fix_links, get_editor_value, get_links, get_refs, get_strings, get_value, replace_global_node, set_editor_value, set_value

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

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

Static Methods [hide private]
 
version_string(version, modification=None)
Transforms version number into a version string.
source code
Class Variables [hide private]

Inherited from object_models.xml.basic.BasicBase: arg

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Return string representation.
Overrides: object.__str__
(inherited documentation)

get_detail_display(self)

source code 
Return an object that can be used to display the instance.
Returns: str
A string that can be used to display the instance.
Overrides: utils.graph.DetailNode.get_detail_display
(inherited documentation)

get_hash(self, data=None)

source code 
Returns a hash value (an immutable object) that can be used to identify the object uniquely.
Overrides: object_models.xml.basic.BasicBase.get_hash
(inherited documentation)

read(self, stream, data)

source code 
Read object from file.
Overrides: object_models.xml.basic.BasicBase.read
(inherited documentation)

write(self, stream, data)

source code 
Write object to file.
Overrides: object_models.xml.basic.BasicBase.write
(inherited documentation)

get_size(self, data=None)

source code 
Returns size of the object in bytes.
Overrides: object_models.xml.basic.BasicBase.get_size
(inherited documentation)