PyTypeObject.tp_getattr

Methods to implement standard operations

  1. destructor tp_dealloc;
  2. Py_ssize_t tp_vectorcall_offset;
  3. printfunc tp_print;
  4. getattrfunc tp_getattr;
    struct PyTypeObject
    getattrfunc tp_getattr;
  5. setattrfunc tp_setattr;
  6. PyAsyncMethods* tp_as_async;

Meta