dacapo.store.conversion_hooks
Module Contents
Functions
|
Central place to register type hierarchies for conversion. |
|
Central place to register all conversion hooks with the given |
|
Convert a type string into the corresponding class. The class must be |
- dacapo.store.conversion_hooks.register_hierarchy_hooks(converter)
Central place to register type hierarchies for conversion.
- dacapo.store.conversion_hooks.register_hooks(converter)
Central place to register all conversion hooks with the given converter.
- dacapo.store.conversion_hooks.cls_fun(typ)
Convert a type string into the corresponding class. The class must be visible to this module (hence the star imports at the top).