Package com.illumon.iris.db.util
Class PythonScopeJpyImpl.CallableWrapper
java.lang.Object
com.illumon.iris.db.util.PythonScopeJpyImpl.CallableWrapper
- Enclosing class:
- PythonScopeJpyImpl
public static class PythonScopeJpyImpl.CallableWrapper extends Object
When given a pyObject that is a callable, we stick it inside the callable wrapper, which implements a call()
varargs method, so that we can call it using __call__ without all of the JPy nastiness.