Class Py_tss_t

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.Py_tss_t
All Implemented Interfaces:
AutoCloseable

@Opaque @Properties(inherit=python.class) public class Py_tss_t extends Pointer
  • Constructor Details

    • Py_tss_t

      public Py_tss_t()
      Empty constructor. Calls super((Pointer)null).
    • Py_tss_t

      public Py_tss_t(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).