PyInstanceMethodObject

Availability: 3.*

version(Python_3_0_Or_Later)
struct PyInstanceMethodObject {
PyObject* func;
}

Meta