Package com.illumon.iris.db.util
Class PythonScopeJpyImpl.CallableWrapper
java.lang.Object
com.illumon.iris.db.util.PythonScopeJpyImpl.CallableWrapper
- Enclosing class:
- PythonScopeJpyImpl
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.
-
Method Summary
-
Method Details
-
call
-