Fancy Types (FancyTypes)
fancytypes is a simple Python library that contains a base class
representing an updatable parameter set that is equipped with methods to
facilitate parameter data serialization and validation.
The source code can be found in the fancytypes GitHub repository.
Instructions for installing and uninstalling fancytypes
For instructions on installing the fancytypes library, see the
Instructions for installing and uninstalling fancytypes page.
Learning how to use fancytypes
For those new to the fancytypes library, it is recommended that they take a
look at the Examples page, which contain code examples that show how
one can use the fancytypes library. While going through the examples,
readers can consult the fancytypes reference guide to understand what each line
of code is doing.
Contents
- Home
- 1. Instructions for installing and uninstalling
fancytypes - 2. Reference
- 2.1. fancytypes.return_de_pre_serialization_funcs
- 2.2. fancytypes.return_pre_serialization_funcs
- 2.3. fancytypes.return_validation_and_conversion_funcs
- 2.4. fancytypes.Checkable
- 2.5. fancytypes.PreSerializable
PreSerializablePreSerializable.core_attrsPreSerializable.de_pre_serialization_funcsPreSerializable.de_pre_serialize()PreSerializable.dump()PreSerializable.dumps()PreSerializable.get_core_attrs()PreSerializable.get_de_pre_serialization_funcs()PreSerializable.get_pre_serialization_funcs()PreSerializable.get_validation_and_conversion_funcs()PreSerializable.load()PreSerializable.loads()PreSerializable.pre_serialization_funcsPreSerializable.pre_serialize()PreSerializable.validation_and_conversion_funcs
- 2.6. fancytypes.PreSerializableAndUpdatable
PreSerializableAndUpdatablePreSerializableAndUpdatable.core_attrsPreSerializableAndUpdatable.de_pre_serialization_funcsPreSerializableAndUpdatable.de_pre_serialize()PreSerializableAndUpdatable.dump()PreSerializableAndUpdatable.dumps()PreSerializableAndUpdatable.get_core_attrs()PreSerializableAndUpdatable.get_de_pre_serialization_funcs()PreSerializableAndUpdatable.get_pre_serialization_funcs()PreSerializableAndUpdatable.get_validation_and_conversion_funcs()PreSerializableAndUpdatable.load()PreSerializableAndUpdatable.loads()PreSerializableAndUpdatable.pre_serialization_funcsPreSerializableAndUpdatable.pre_serialize()PreSerializableAndUpdatable.update()PreSerializableAndUpdatable.validation_and_conversion_funcs
- 2.7. fancytypes.Updatable
- 2.8. fancytypes.version
- 3. Examples
- 4. License