Package memtools :: Package storages :: Class Alzheimer
[hide private]

Class Alzheimer

source code


This is a mock class. Forget it.
Instance Methods [hide private]
 
__init__(self, disease=False, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setitem__(self, key, value) source code
 
__getitem__(self, key) source code
 
__delitem__(self, key) source code
 
keys(self, string) source code
 
__disease(self) source code

Inherited from protocols.Memory: __call__, get, set

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, disease=False, *args, **kwargs)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__setitem__(self, key, value)
(Index assignment operator)

source code 
Overrides: protocols.Memory.__setitem__

__getitem__(self, key)
(Indexing operator)

source code 
Overrides: protocols.Memory.__getitem__

__delitem__(self, key)
(Index deletion operator)

source code 
Overrides: protocols.Memory.__delitem__