isCallable method

bool isCallable()
override

Implementation

bool isCallable() =>
    RustLib.instance.api.crateApiPythonPyObjectWrapperIsCallable(
      that: this,
    );