Class PyOS_sighandler_t

All Implemented Interfaces:
AutoCloseable

@Properties(inherit=python.class) public class PyOS_sighandler_t extends FunctionPointer
  • Constructor Details

    • PyOS_sighandler_t

      public PyOS_sighandler_t(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
    • PyOS_sighandler_t

      protected PyOS_sighandler_t()
  • Method Details

    • call

      public void call(int arg0)