PyTypeObject.tp_vectorcall_offset

Methods to implement standard operations

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

Meta