langtree.operators.base_operators¶
Module Contents¶
Classes¶
Functions¶
|
Decorator that makes a function chainable with its arguments. |
- langtree.operators.base_operators.chainable(func)[source]¶
Decorator that makes a function chainable with its arguments.
- Parameters:
func (callable) – The function to make chainable.
- Returns:
The chainable function.
- Return type:
callable