flowrep.std module
A standard library of flowrep labeled recipes built around fundamental python operations and most common use cases.
- flowrep.std.call(obj: Callable, /, *, args_: Iterable[Any] | None = None, kwargs_: Mapping[str, Any] | None = None)[source]