PyTypeObject.tp_str

More standard operations (here for binary compatibility)

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

Meta