Package iceprod :: Package core :: Module lex :: Class FakeExpParser
[hide private]
[frames] | no frames]

Class FakeExpParser

source code

ExpParser --+
            |
           FakeExpParser

Expression parsing class for parameter values.

Instance Methods [hide private]
 
parse(self, pstring)
Parse string for valid expressions.
source code

Inherited from ExpParser: AddOpt, AddSteering, AddSysOpt, __init__, call, cast_string, complement, fetchfilename, fetchval, format_string, match, safe_eval, sprintf

Inherited from ExpParser (private): _getarg, _getdifplus, _getsteering, _getsysopt

Class Variables [hide private]
  steer = []

Inherited from ExpParser: keywords

Method Details [hide private]

parse(self, pstring)

source code 

Parse string for valid expressions.

Parameters:
  • pstring - string containing expression
Overrides: ExpParser.parse