/ . / Demo / format2065.py / DemoParser2065
Methods
|
|
|
parseText
|
parseText ( self, f )
Exceptions
|
|
DemoError( "couldn't find \"[END TEXT]\" tag." )
|
|
|
parseDemoHeaders
|
parseDemoHeaders ( self, f )
Exceptions
|
|
DemoError( "couldn't find \"[END INFO]\" tag." )
|
|
|
parseCommands
|
parseCommands ( self, f )
Exceptions
|
|
DemoError( "couldn't find \"[END COMMANDS]\" tag." )
|
|
|
parseStartAttrs
|
parseStartAttrs ( self, line )
|
|
parseDemo
|
parseDemo ( self )
Exceptions
|
|
DemoError( "Couldn't find valid panel description in source file. " "Demo must have at least one step." )
|
|
|
parsePanel
|
parsePanel (
self,
f,
step_num,
line,
)
Exceptions
|
|
DemoError, "couldn't find \"[END]\" tag for panel #%d." %(p.getId() )
|
|
|
parseUndo
|
parseUndo ( self, f )
Exceptions
|
|
DemoError( "couldn't find \"[END UNDO]\" tag." )
|
|
|
|