Home | Trees | Index | Help |
|
---|
Package twisted :: Package world :: Module compound :: Class StorableList |
|
object
--+ |Storable
--+ |Allocation
--+ | StorableList
FloatList
,
IntList
,
StorableDictionaryStore
,
StrList
Method Summary | |
---|---|
__init__(self,
db,
typeMapper)
| |
POSSIBLY: a method for when objects 'wake up' | |
__cmp__(self,
other)
| |
__delitem__(self,
inum)
| |
__delslice__(self,
begin,
end)
| |
__eq__(self,
other)
| |
__ge__(self,
other)
| |
__getitem__(self,
inum)
| |
__getslice__(self,
begin,
end)
| |
__gt__(self,
other)
| |
__hash__(self)
| |
__iter__(self)
| |
__le__(self,
other)
| |
__len__(self)
| |
__lt__(self,
other)
| |
__ne__(self,
other)
| |
__setitem__(self,
inum,
value)
| |
__setslice__(self,
begin,
end,
val)
| |
_checkindex(self,
inum)
| |
append(self,
o)
| |
I have some space in a fragment file, but I need more. | |
extend(self,
seq)
| |
index(self,
x)
| |
insert(self,
idx,
o)
| |
pop(self,
inum)
| |
remove(self,
x)
| |
sort(self)
| |
updateFragData(self)
| |
Inherited from Allocation | |
I may or may not have a fragment file. | |
| |
| |
Inherited from Storable | |
(Static method) | |
| |
| |
| |
| |
| |
(Class method) | |
Get the database that this object is a member of. | |
Keep me alive until nobody references volatileObject any more. | |
| |
Inherited from object | |
__delattr__(...)
| |
__getattribute__(...)
| |
__reduce__(...)
| |
__setattr__(...)
| |
__str__(...)
|
Property Summary | |
---|---|
_schema_genhash : int(_schema_genhash) | |
_schema_oid : int(_schema_oid) | |
allocBegin : int(allocBegin) | |
allocIndex : int(allocIndex) | |
allocLength : int(allocLength) | |
contentLength : int(contentLength) | |
fragfile : FragmentFile(fragfile) | |
typeMapper : <class twisted.world.typemap.TypeMapperMapper at
0x8bcfb44>(typeMapper) |
Class Variable Summary | |
---|---|
str |
__name__ = 'StorableList'
|
dict |
__schema__ = {'_attrcache': None, 'allocIndex': <type 'i...
|
NoneType |
_attrcache = None |
NoneType |
_inmem_fromdb = None |
NoneType |
_inmem_genhash = None |
NoneType |
_inmem_oid = None |
dict |
_schema_loadmap = {'allocBegin': 2, 'allocIndex': 3, 'ty...
|
dict |
_schema_orig = {'fragdata': None, 'typeMapper': <class t...
|
tuple |
_schema_storeorder = ('_schema_genhash', '_schema_oid', ...
|
NoneType |
_schema_table = None |
NoneType |
fragdata = None |
int |
initialPad = 10 |
Instance Method Details |
---|
__awake__(self)POSSIBLY: a method for when objects 'wake up'
|
expand(self, howMuch=None)I have some space in a fragment file, but I need more.
|
Property Details |
---|
_schema_genhashint(_schema_genhash)
|
_schema_oidint(_schema_oid)
|
allocBeginint(allocBegin)
|
allocIndexint(allocIndex)
|
allocLengthint(allocLength)
|
contentLengthint(contentLength)
|
fragfileFragmentFile(fragfile)
|
typeMapper<class twisted.world.typemap.TypeMapperMapper at 0x8bcfb44>(typeMapper)
|
Class Variable Details |
---|
__name__
|
_attrcache
|
_inmem_fromdb
|
_inmem_genhash
|
_inmem_oid
|
_schema_loadmap
|
_schema_orig
|
_schema_storeorder
|
_schema_table
|
fragdata
|
initialPad
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:39 2003 | http://epydoc.sf.net |