PyCFunction_GET_FUNCTION

Macros for direct access to these values. Type checks are *not* done, so use with care.

  1. auto PyCFunction_GET_FUNCTION(PyObject* func)
    extern (C)
    PyCFunction_GET_FUNCTION
    ()
  2. auto PyCFunction_GET_SELF(PyObject* func)
  3. auto PyCFunction_GET_FLAGS(PyObject* func)

Meta