From 40fc16059f04ee8fda0b5956cc4883eb21ca8f8c Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 1 Mar 2001 04:27:19 +0000 Subject: final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be giving it a slight facelift --- Lib/weakref.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Lib/weakref.py') diff --git a/Lib/weakref.py b/Lib/weakref.py index 30574efcb5..a5a2d1d183 100644 --- a/Lib/weakref.py +++ b/Lib/weakref.py @@ -19,6 +19,9 @@ from _weakref import \ ProxyTypes = (ProxyType, CallableProxyType) +__all__ = ["ref", "mapping", "proxy", "getweakrefcount", "getweakrefs", + "WeakKeyDictionary", "ReferenceType", "ProxyType", + "CallableProxyType", "ProxyTypes", "WeakValueDictionary"] def mapping(dict=None,weakkeys=0): if weakkeys: -- cgit v1.2.1