MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / clear_weakref

Function clear_weakref

Objects/weakrefobject.c:50–75  ·  view source on GitHub ↗

This function clears the passed-in reference and removes it from the * list of weak references for the referent. This is the only code that * removes an item from the doubly-linked list of weak references for an * object; it is also responsible for clearing the callback slot. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

_PyWeakref_ClearRefFunction · 0.85
weakref_deallocFunction · 0.85
gc_clearFunction · 0.85
proxy_deallocFunction · 0.85
PyObject_ClearWeakRefsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected