PyTypeObject.tp_init

Attribute descriptor and subclassing stuff

  1. C_long tp_dictoffset;
  2. initproc tp_init;
    struct PyTypeObject
    initproc tp_init;
  3. allocfunc tp_alloc;
  4. newfunc tp_new;

Meta