fgen.wrapping_strategies.character

fgen.wrapping_strategies.character#

Wrapping strategy for characters (strings in Python world)

Doesn’t cover characters with a deferred length. For that, see character_deferred_size.

WrappingStrategyCharacter#

class WrappingStrategyCharacter[source]#

Bases: object

Wrapping strategy for characters (strings in Python world)

Doesn’t cover characters with a deferred length. For that, see WrappingStrategyCharacterDeferredSize.