PyTypeObject.tp_as_async

Methods to implement standard operations

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

Meta