Weak Proxy¶
Module: kivy.weakproxy
Added in 1.0.0In 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
¶Added in 1.0.0 ベースクラス:
builtins.object
Replacement for weakref.proxy to support comparisons