弱方法¶
: WeakMethod 被 Clock 类用于允许对绑定方法的引用,同时使关联对象能够被垃圾回收。更多信息请参阅 examples/core/clock_method.py。
此WeakMethod类取自配方http://code.activestate.com/recipes/81253/,基于nicodemus版本。非常感谢nicodemus!
- class kivy.weakmethod.WeakMethod(method)[源代码]¶
基类:
object实现函数和绑定方法的`weakref <http://en.wikipedia.org/wiki/Weak_reference>`_。