Uses of Class
org.bytedeco.cpython.unaryfunc
Packages that use unaryfunc
-
Uses of unaryfunc in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return unaryfuncModifier and TypeMethodDescriptionPyAsyncMethods.am_aiter()PyAsyncMethods.am_anext()PyAsyncMethods.am_await()PyNumberMethods.nb_absolute()PyNumberMethods.nb_float()PyNumberMethods.nb_index()PyNumberMethods.nb_int()PyNumberMethods.nb_invert()PyNumberMethods.nb_negative()PyNumberMethods.nb_positive()Methods in org.bytedeco.cpython with parameters of type unaryfuncModifier and TypeMethodDescriptionPyNumberMethods.nb_absolute(unaryfunc setter) PyNumberMethods.nb_negative(unaryfunc setter) PyNumberMethods.nb_positive(unaryfunc setter)