yggdrasil.pickle.ser.callables¶
callables ¶
Callable serialization: functions and bound methods.
This module provides: - All AST / symtable / source-inspection helpers for functions - _dump_function_payload / _load_function_payload - _dump_method_payload / _load_method_payload - FunctionSerialized, MethodSerialized
All shared utilities (caches, hashing, object-state, …) live in libs.py. complexs.py re-exports everything for backward compatibility.