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

Format value configuration.

format: str

Format string to apply to feature attributes.

class gws.plugin.model_value.format.Object
format: str
compute(field, feature, mc)
configure()