Package Products :: Package CCZSQLMethods :: Module SharedCache :: Class _WrapResource
[show private | hide private]
[frames | no frames]

Class _WrapResource

object --+        
         |        
  _Verbose --+    
             |    
        _RLock --+
                 |
                _WrapResource


Method Summary
  __init__(self, target)
  __delitem__(self, key)
  __getattr__(self, key)
  __getitem__(self, key)
  __len__(self)
  __setattr__(self, key, value)
  __setitem__(self, key, value)
    Inherited from _RLock
  __repr__(self)
  _acquire_restore(self, (count, owner))
  _is_owned(self)
  _release_save(self)
  acquire(self, blocking)
  release(self)
    Inherited from _Verbose
  _note(self, format, *args)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __str__(x)
x.__str__() <==> str(x)
    Inherited from type
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
    Inherited from dict
  _isMyAttribute(D, k)
D.has_key(k) -> 1 if D has a key k, else 0

Class Variable Summary
dict _myAttributes = {'_RLock__owner': None, '__module__': 't...
NoneType _target = None                                                                  

Class Variable Details

_myAttributes

Type:
dict
Value:
{'_RLock__block': None,
 '_RLock__count': None,
 '_RLock__owner': None,
 '_Verbose__verbose': None,
 '__doc__': None,
 '__init__': <function __init__ at 0x2aedc4c4>,
 '__module__': 'threading',
 '__repr__': <function __repr__ at 0x2aedc4fc>,
...                                                                    

_target

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.0 on Thu Jan 15 23:59:16 2004 http://epydoc.sf.net