blob: f23aa8ad9a9c4ccb20f367b7678c467cf070cab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
=================================================
:mod:`bps.refs` -- Weak Reference and Proxy Tools
=================================================
.. module:: bps.refs
:synopsis: weak reference and proxy tools
Properties
==========
.. autofunction:: weakref_property
Classes
=======
.. autoclass:: SoftValueDict
.. autoclass:: WeakSet
Proxies
=======
.. autoclass:: ProxyObject
.. autofunction:: is_proxy_active
.. autofunction:: proxy_using_object
|