Home
last modified time | relevance | path

Searched refs:BoundMethodWeakref (Results 1 – 12 of 12) sorted by relevance

/dports/devel/py-blinker/blinker-1.4/blinker/
H A D_utilities.py3 from blinker._saferef import BoundMethodWeakref
124 WeakTypes = (ref, BoundMethodWeakref)
145 return BoundMethodWeakref(target=object, on_delete=callback)
147 return BoundMethodWeakref(target=object, on_delete=callback)
H A D_saferef.py84 reference = BoundMethodWeakref(target=target, on_delete=on_delete)
88 class BoundMethodWeakref(object): class
141 base = super(BoundMethodWeakref, cls).__new__(cls)
/dports/devel/py-louie/Louie-2.0/louie/
H A Dsaferef.py29 reference = BoundMethodWeakref(target=target, on_delete=on_delete)
38 reference = BoundMethodWeakref(target=target, on_delete=on_delete)
48 class BoundMethodWeakref(object): class
101 base = super(BoundMethodWeakref, cls).__new__(cls)
H A Ddispatcher.py56 WEAKREF_TYPES = (weakref.ReferenceType, saferef.BoundMethodWeakref)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_static/images/inheritance/
H A Dwx.py.dispatcher.BoundMethodWeakref_inheritance.png.map2 …e="rect" id="node1" href="wx.py.dispatcher.BoundMethodWeakref.html" title="wx.py.dispatcher.BoundM…
/dports/databases/py-sqlobject/SQLObject-1.6.0/sqlobject/include/pydispatch/
H A Dsaferef.py20 reference = BoundMethodWeakref(
30 class BoundMethodWeakref(object): class
82 base = super( BoundMethodWeakref, cls).__new__( cls )
H A Ddispatcher.py77 WEAKREF_TYPES = (weakref.ReferenceType, saferef.BoundMethodWeakref)
/dports/devel/py-pydispatcher/PyDispatcher-2.0.5/pydispatch/
H A Dsaferef.py26 reference = BoundMethodWeakref(
36 class BoundMethodWeakref(object): class
88 base = super( BoundMethodWeakref, cls).__new__( cls )
H A Ddispatcher.py66 WEAKREF_TYPES = (weakref.ReferenceType, saferef.BoundMethodWeakref)
/dports/databases/grass7/grass-7.8.6/lib/python/pydispatch/
H A Dsaferef.py34 reference = BoundMethodWeakref(
45 class BoundMethodWeakref(object): class
98 base = super(BoundMethodWeakref, cls).__new__(cls)
H A Ddispatcher.py74 WEAKREF_TYPES = (weakref.ReferenceType, saferef.BoundMethodWeakref)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/py/
H A Ddispatcher.py141 or isinstance(receiver, BoundMethodWeakref):
191 BoundMethodWeakref(boundMethod=object)
196 class BoundMethodWeakref: class