Class Builder

Definition of a single task type, also a factory for an `Entry`.

Declaration

class Builder:

Documentation

Definition of a single task type, also a factory for an `Entry`.

If not given, the builder name is the function name.
Function must be callable or `None` (in that case only manually inserted
values can be accessed).
Optionally updates resulting callable object to resemble the wrapped
function (name, doc, etc.).

Methods

Reexports