fastpyxl.descriptors.nested module
Generic serialisable classes.
- class fastpyxl.descriptors.nested.Nested(name=None, **kw)[source]
Bases:
Descriptor- attribute = 'val'
- nested = True
- class fastpyxl.descriptors.nested.NestedBool(*args, **kw)[source]
Bases:
NestedValue,Bool
- class fastpyxl.descriptors.nested.NestedFloat(*args, **kw)[source]
Bases:
NestedValue,Float
- class fastpyxl.descriptors.nested.NestedInteger(*args, **kw)[source]
Bases:
NestedValue,Integer
- class fastpyxl.descriptors.nested.NestedString(*args, **kw)[source]
Bases:
NestedValue,String
- class fastpyxl.descriptors.nested.NestedText(*args, **kw)[source]
Bases:
NestedValueRepresents any nested tag with the value as the contents of the tag.
- class fastpyxl.descriptors.nested.NestedValue(*args, **kw)[source]
Bases:
Nested,ConvertibleNested tag storing the value on the ‘val’ attribute.