Interface PyCallableWrapper

All Known Implementing Classes:
PyCallableWrapperJpyImpl

public interface PyCallableWrapper
Created by rbasralian on 8/12/23
  • Method Details

    • getAttribute

      org.jpy.PyObject getAttribute(String name)
    • getAttribute

      <T> T getAttribute(String name, Class<? extends T> valueType)
    • parseSignature

      void parseSignature()
    • call

      Object call(Object... args)
    • getParamTypes

      List<Class<?>> getParamTypes()
    • isVectorized

      boolean isVectorized()
    • isVectorizable

      boolean isVectorizable()
    • setVectorizable

      void setVectorizable(boolean vectorizable)
    • initializeChunkArguments

      void initializeChunkArguments()
    • addChunkArgument

      void addChunkArgument(PyCallableWrapper.ChunkArgument chunkArgument)
    • getReturnType

      Class<?> getReturnType()
    • isVectorizableReturnType

      boolean isVectorizableReturnType()