callable property

AsyncCallable callable
final

The callable that this function invokes.

Note that this is typed as an AsyncCallable so that it will work with both synchronous and asynchronous evaluate visitors, but in practice the synchronous evaluate visitor will crash if this isn't a Callable.

Implementation

final AsyncCallable callable;