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

Class _Qualified

source code

object --+
         |
        _Qualified
Known Subclasses:
Txo, Date, ID, Person, Text, URL, UnknownContent

Mix-in class that provides qualifiers to attributes, making them behave like composite data types (but not arbitrarily nested data, though)

Instance Methods [hide private]
 
_xmlsubwrite(self, fd, offset=1) 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 object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__