nxtomomill.models.base.NestedModelBase.NestedModelBase#

class nxtomomill.models.base.NestedModelBase.NestedModelBase[source]#

Bases: object

__init__()#

Methods

__init__()

cast_value_to_str(value)

rtype:

str

to_cfg_file(file_path[, filter_sections])

Dump the model to a cfg_file.

to_cfg_file(file_path, filter_sections=())[source]#

Dump the model to a cfg_file. In this case the model is expected to be composed of a set of sub-model. The sub-models are expected to only contain Fields.