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:
objectWrapping strategy for characters (strings in Python world)
Doesn’t cover characters with a deferred length. For that, see
WrappingStrategyCharacterDeferredSize.