Class ByReference

java.lang.Object
org.python.core.PyObject
org.python.modules.jffi.ByReference
All Implemented Interfaces:
Serializable, Pointer

public final class ByReference extends PyObject implements Pointer
See Also:
  • Field Details

    • TYPE

      public static final PyType TYPE
  • Method Details

    • getMemory

      public final DirectMemory getMemory()
      Specified by:
      getMemory in interface Pointer
    • __nonzero__

      public boolean __nonzero__()
      Description copied from class: PyObject
      Equivalent to the standard Python __nonzero__ method. Returns whether of not a given PyObject is considered true.
      Overrides:
      __nonzero__ in class PyObject