| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| __init__(self, path, mode=0x00) | ||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
NUMBER = 16
|
||
|
READ = 0
|
||
|
WRITE = 1
|
||
|
|||
|
mode The file open mode. |
||
|
path_length The length in bytes of the path to follow. |
||
|
path The path. |
||
|
Inherited from Inherited from |
|||
|
|||
|
|
|||
NUMBERNone
|
READNone
|
WRITENone
|
|
|||
modeThe file open mode. Is either FileOpen.READ or FileOpen.WRITE.unsigned int stored at byte
16.
|
path_lengthThe length in bytes of the path to follow.unsigned int
stored at byte 20.
|
pathThe path. Stored as a string at byte 24.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 6 20:50:47 2006 | http://epydoc.sourceforge.net |