{"body":"static PyType_Slot SbkObject_Type_slots[] = {\n    {Py_tp_getattro, reinterpret_cast<void *>(SbkObject_GenericGetAttr)},\n    {Py_tp_setattro, reinterpret_cast<void *>(SbkObject_GenericSetAttr)},\n    {Py_tp_dealloc, reinterpret_cast<void *>(SbkDeallocWrapperWithPrivateDtor)},\n    {Py_tp_traverse, reinterpret_cast<void *>(SbkObject_traverse)},\n    {Py_tp_clear, reinterpret_cast<void *>(SbkObject_clear)},\n    // unsupported: {Py_tp_weaklistoffset, (void *)offsetof(SbkObject, weakreflist)},\n    {Py_tp_getset, reinterpret_cast<void *>(SbkObjectGetSetList)},\n    // unsupported: {Py_tp_dictoffset, (void *)offsetof(SbkObject, ob_dict)},\n    {0, nullptr}\n};\nstatic PyType_Spec SbkObject_Type_spec = {\n    \"1:Shiboken.Object\",\n    sizeof(SbkObject),\n    0,\n    Py_TPFLAGS_DEFAULT|Py_TPFLAGS_BASETYPE|Py_TPFLAGS_HAVE_GC,\n    SbkObject_Type_slots,\n};\n","name":"object","extension":"txt","url":"https://www.irccloud.com/pastebin/kQtIgMCI/object","modified":1631279361,"id":"kQtIgMCI","size":846,"lines":18,"own_paste":false,"theme":"","date":1631279361}