Table of Contents

Class: IniInterpreter ./src/peak/running/commands.py

Interpret an .ini file as a command-line app

The supplied .ini file must supply a running.IExecutable as the value of its peak.running.app property. The supplied IExecutable will be run with the remaining command line arguments.

Base Classes   
AbstractInterpreter
Methods   
interpret
  interpret 
interpret ( self,  filename )

Interpret file as an .ini and run the command it specifies

Exceptions   
InvocationError( "%s doesn't specify a 'peak.running.app'" % filename )
InvocationError( "File/stream does not exist: " + filename )
InvocationError( "Not a valid file/stream source: " + filename )

Table of Contents

This document was automatically generated on Mon Apr 22 01:11:03 2024 by HappyDoc version 2.1