Package Ganga :: Package Utility :: Package external :: Package ARDAMDClient :: Module extendedLists :: Class BlockedList
[hide private]
[frames] | no frames]

Class BlockedList

source code

object --+
         |
        BlockedList
Known Subclasses:

Nested Classes [hide private]
  block_class
Instance Methods [hide private]
 
__init__(self, ll=None, dirname='', blocklength=100, cache_size=3, tries_limit=200)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_addNewBlock(self, entries) source code
 
_loadBlock(self, blk, forced=True) source code
 
_translateIndex(self, i) source code
 
__getitem__(self, i) source code
 
__setitem__(self, i, item) source code
 
__delitem__(self, i) source code
 
__len__(self) source code
 
append(self, item) source code
 
extend(self, iter) source code
 
insert(self, i, item) source code
 
_getBlockNames(self) source code
 
_sorter(self, x, y) source code
 
_getStoredBlockNames(self) source code
 
load(self, dirname='') source code
 
save(self, dirname='') source code
 
mark(self) source code
 
has_key(self, key) source code

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

Class Variables [hide private]
  block_prefix = 'BLOCK-'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ll=None, dirname='', blocklength=100, cache_size=3, tries_limit=200)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)