PyTypeObject.tp_call

More standard operations (here for binary compatibility)

  1. hashfunc tp_hash;
  2. ternaryfunc tp_call;
    struct PyTypeObject
    ternaryfunc tp_call;
  3. reprfunc tp_str;
  4. getattrofunc tp_getattro;
  5. setattrofunc tp_setattro;

Meta