class documentation

class CodableFunction(Codable): (source)

View In Hierarchy

Undocumented

Static Method from_function Undocumented
Method load_function Undocumented
Class Variable dill_bytes Undocumented
Class Variable function_ref Undocumented
Property as_markdown Undocumented
@staticmethod
def from_function(function: Callable | None) -> CodableFunction | None: (source)

Undocumented

def load_function(self) -> Callable | None: (source)

Undocumented

dill_bytes: bytes | None = (source)

Undocumented

Undocumented

@property
as_markdown: str = (source)

Undocumented