yggdrasil.data.types.primitive._helpers¶
_helpers ¶
Shared coercion and parsing helpers for primitive _convert_pyobj.
Everything in this module is private to :mod:yggdrasil.data.types.primitive.
No imports of concrete primitive types here — helpers are pure and take no
DataType dependency so they can be reused from every leaf module without
creating import cycles.