Skip to content

yggdrasil.pickle.ser.serialized

serialized

Serialized dataclass

Serialized(head: Header, data: IO)

Bases: ABC, Generic[T]

module_and_name staticmethod

module_and_name(obj: Any, *, fallback: str = '') -> tuple[str, str]

Return (module, qualname) for obj.

Robust across Python objects, including many C-extension / PyArrow objects where module may be missing or misleading.