.. include:: headings.inc .. currentmodule:: py.dispatcher .. highlight:: python .. _py.dispatcher.BoundMethodWeakref: ========================================================================================================================================== |phoenix_title| **BoundMethodWeakref** ========================================================================================================================================== BoundMethodWeakref class. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **BoundMethodWeakref** .. raw:: html

Inheritance diagram of BoundMethodWeakref

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.dispatcher.BoundMethodWeakref.__init__` Return a weak-reference-like instance for a bound method. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: BoundMethodWeakref BoundMethodWeakref class. .. method:: __init__(self, boundMethod) Return a weak-reference-like instance for a bound method.