Interface PyObjectIdentity

All Superinterfaces:
AutoCloseable

public interface PyObjectIdentity extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    create(org.jpy.CreateModule createModule)
     
    org.jpy.PyObject
    identity(int x)
     
  • Method Details

    • create

      static PyObjectIdentity create(org.jpy.CreateModule createModule)
    • identity

      org.jpy.PyObject identity(int x)
    • close

      void close()
      Specified by:
      close in interface AutoCloseable