PyTypeObject.tp_print

Methods to implement standard operations

  1. destructor tp_dealloc;
  2. printfunc tp_print;
    struct PyTypeObject
    printfunc tp_print;
  3. getattrfunc tp_getattr;
  4. setattrfunc tp_setattr;
  5. void* tp_reserved;

Meta