fgen.wrapping_strategies.default#

Wrapping strategy for everything that isn’t covered elsewhere, i.e. the default

This works for basic intrinsic types (floats and integers) and can be used when we haven’t implemented something more specific (probably with iterations required thereafter because the default strategy is unlikely to just work out of the box).

WrappingStrategyDefault#

class WrappingStrategyDefault(magnitude_suffix='_m')[source]#

Bases: object

Wrapping strategy for everything that isn’t covered elsewhere, i.e. the default

magnitude_suffix: str#

Suffix to add to the variable name to indicate that this is the magnitude