Expand description
The callable contract: objects that can be invoked with checked arguments.
This is protocol the libraries implement; the kernel defines Callable
and the invocation surface, not concrete callable behavior.
Traitsยง
- Callable
- Runtime protocol for values that can be called.