Uses of Class
org.bytedeco.cpython.PyOS_sighandler_t
Packages that use PyOS_sighandler_t
-
Uses of PyOS_sighandler_t in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global that return PyOS_sighandler_tModifier and TypeMethodDescriptionstatic PyOS_sighandler_tpython.PyOS_getsig(int arg0) static PyOS_sighandler_tpython.PyOS_setsig(int arg0, PyOS_sighandler_t arg1) Methods in org.bytedeco.cpython.global with parameters of type PyOS_sighandler_tModifier and TypeMethodDescriptionstatic PyOS_sighandler_tpython.PyOS_setsig(int arg0, PyOS_sighandler_t arg1)