gws.plugin.model_value.format

Format value.

This value is computed by applying python format to feature attributes.

Source code: gws.plugin.model_value.format

Package Contents

class gws.plugin.model_value.format.Config(*args, **kwargs)

Bases: gws.base.model.value.Config

Object configuration.

format: str
class gws.plugin.model_value.format.Object

Bases: gws.base.model.value.Object

Model value.

format: str
configure()

Configuration hook.

compute(field, feature, mc)