Package Pyblio :: Module Schema :: Class TxoAttribute
[hide private]
[frames] | no frames]

Class TxoAttribute

source code

object --+    
         |    
 Attribute --+
             |
            TxoAttribute

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
xmlread(self, schema, attr) source code
 
xmlwrite(self, fd, offset=1) source code

Inherited from Attribute: __init__

Inherited from Attribute (private): _name_get, _xmlopen

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from Attribute: name

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: Attribute.__repr__

xmlread(self, schema, attr)

source code 
Overrides: Attribute.xmlread

xmlwrite(self, fd, offset=1)

source code 
Overrides: Attribute.xmlwrite