Home | Trees | Index | Help |
---|
Package Products :: Package CCZSQLMethods :: Module SharedCache :: 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 | |
| |
| |
| |
| |
| |
| |
Inherited from _Verbose | |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__str__() <==> str(x) | |
Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
Inherited from dict | |
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 |
---|
_target
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Thu Jan 15 23:59:16 2004 | http://epydoc.sf.net |