You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. c:function:: PyObject*PyObject_Init(PyObject*op, PyTypeObject*type)
Initializeanewlyallocatedobject*op*withitstypeandinitialreference. Returnstheinitializedobject. If*type*indicatesthattheobjectparticipatesinthecyclicgarbagedetector, itisaddedtothedetector's set of observed objects. Other fields of the object are not
affected.