Table Of Contents
Weak Proxy¶
In order to allow garbage collection, the weak proxy provides weak references to objects. It effectively enhances the weakref.proxy by adding comparison support.
- class kivy.weakproxy.WeakProxy(obj, destructor=None)¶
Bases:
builtins.object
Replacement for weakref.proxy to support comparisons