graph

Contents

graph#

tierkreis.builder.graph(name: str | None = None, type_check_sig: Signature | None = None, output_order: list[str] | None = None, debug: bool = True) Callable[[Callable[[...], Output]], TierkreisGraph][source]#

Convert a function into a TierkreisGraph. See lazy_graph for details. This function is equivalent except that the graph is built when the module is loaded and replaces the original function.