hermes.model.types

Submodules

Attributes

_TYPEMAP

A list of tuples each containing a function to check if the conversion function (the second item in the tuple which

Functions

init_typemap(→ None)

A function registering the type conversions in _TYPEMAP with the JsonLdProcessor class.

Package Contents

hermes.model.types._TYPEMAP

A list of tuples each containing a function to check if the conversion function (the second item in the tuple which converts the given object into a JSON_LD represented by an ld_container) is applicable for a given expanded JSON_LD value (given in native its native python version).

hermes.model.types.init_typemap() None

A function registering the type conversions in _TYPEMAP with the JsonLdProcessor class.

Return type:

None