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