Package Pyblio :: Module Attribute :: Class UnknownContent
[hide private]
[frames] | no frames]

Class UnknownContent

source code

object --+    
         |    
_Qualified --+
             |
            UnknownContent

An invalid type.

It is used, when you add qualifiers before you add the main field to a record. Trying to store it will raise an error.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
xmlwrite(self, fd, offset=0) source code
 
deep_equal(self, other) source code
 
is_complete(self)
Returns True if the field has an actual value (ie, hasn't been created by adding qualifiers only)
source code

Inherited from _Qualified (private): _xmlsubwrite

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

deep_equal(self, other)

source code 
Overrides: _Qualified.deep_equal

is_complete(self)

source code 
Returns True if the field has an actual value (ie, hasn't been created by adding qualifiers only)
Overrides: _Qualified.is_complete
(inherited documentation)