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¶ Bases:
builtins.objectReplacement for weakref.proxy to support comparisons