Class PyThread_type_lock

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

@Namespace @Name("void") @Opaque @Properties(inherit=python.class) public class PyThread_type_lock extends Pointer
  • Constructor Details

    • PyThread_type_lock

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

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