diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ccm.extra.CachedProxySession-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/ccm.extra.CachedProxySession-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,190 @@ + + + + + ccm.extra.CachedProxySession + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package ccm :: + Module extra :: + Class CachedProxySession + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class CachedProxySession

source code

+Proxy session which will cleanup the session and free it from the provider

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + provider, + session)
+ Constructor.
+ source code + +
+ +
+   + + + + + + +
__getattr__(self, + attrib)
+ Delegate attributes to the session object.
+ source code + +
+ +
+   + + + + + + +
__close(self)
+ Overriding the session closing.
+ source code + +
+ +
+   + + + + + + +
__del__(self)
+ Free the session on destruction.
+ source code + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +