Py.Method
Interface for Python values of type Method.
Method
val create : Object.t -> Object.t -> Object.t -> Object.t
Wrapper for PyMethod_New
val get_function : Object.t -> Object.t
Wrapper for PyMethod_GetFunction
val self : Object.t -> Object.t option
Wrapper for PyMethod_Self