Documentation of 'org.python.core.adapter.PyObjectAdapter' Java class
PyObjectAdapter
org.python.core.adapter

Interface PyObjectAdapter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      PyObject adapt(java.lang.Object o)
      Returns the PyObject version of o or null if canAdapt(o) returns false.
      boolean canAdapt(java.lang.Object o)
      Returns true if o can be adapted by this adapter.
    • Method Detail

      • canAdapt

        boolean canAdapt(java.lang.Object o)
        Returns true if o can be adapted by this adapter.
      • adapt

        PyObject adapt(java.lang.Object o)
        Returns the PyObject version of o or null if canAdapt(o) returns false.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.