Package python :: Module reader :: Class EventReader
[hide private]
[frames] | no frames]

Class EventReader

source code

This class reads events from an i3odf file.

Instance Methods [hide private]
 
__init__(self, filename)
The constructor takes a filename and opens the file.
source code
 
GetEvent(self)
Returns an event from the file.
source code
Method Details [hide private]

GetEvent(self)

source code 

Returns an event from the file. "None" is returned for EOF.