Home | Trees | Index | Help |
|
---|
Package twisted :: Package world :: Module structfile :: Class StructuredFile |
|
Method Summary | |
---|---|
return StructuredFile(self.fl, offset=self.offset+(begin * self.size),... | |
__getitem__(self,
at)
| |
__getslice__(self,
begin,
end)
| |
__iter__(self,
begin,
end)
| |
__len__(self)
| |
__setitem__(self,
at,
tup)
| |
__setslice__(self,
begin,
end,
value,
valueLen)
| |
_verifyOrWriteIdentificationBlock(self)
| |
append(self,
tup)
| |
checkLength(self,
at)
| |
close(self)
| |
copyBlock(self,
beginFrom,
beginTo,
length)
| |
dumpHTML(self,
f)
| |
expand(self,
itemcount)
| |
flush(self)
| |
getAll(self,
at)
| |
getAt(self,
at,
field)
| |
getColumnIndex(self,
field)
| |
getiterslice(self,
begin,
end)
| |
setAll(self,
at,
*all)
| |
setAt(self,
at,
field,
value)
| |
setiterslice(self,
begin,
end,
value,
valueLen)
| |
xtype(...)
|
Class Variable Summary | |
---|---|
tuple |
_options = (('maxLength', None), ('offset', 0), ('maxSiz...
|
str |
fmchar = 'b'
|
dict |
typeToFormatChar = {<type 'int'>: 'i', <type 'long'>: 'q...
|
dict |
typeToSize = {<type 'int'>: 4, <type 'long'>: 8, <type '...
|
str |
VERSION_IDENTIFIER = 'SF01'
|
Method Details |
---|
__init__(self,
nameOrFile,
*instructure,
**opts)
|
Class Variable Details |
---|
_options
|
fmchar
|
typeToFormatChar
|
typeToSize
|
VERSION_IDENTIFIER
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:35 2003 | http://epydoc.sf.net |