Python weakref Functions
EditRocket provides the following information on weakref functions in the Python source code builder.
getweakrefcount(object) - Return the number of weak references and proxies which refer to object.
getweakrefs(object) - Return a list of all weak reference and proxy objects which refer to object.
proxy(object[, callback]) - Return a proxy to object which uses a weak reference.