Public Member Functions | |
def | __call__ |
def | __init__ |
Public Attributes | |
setter |
Uses a 'factory' to create the proper Replace setter
Definition at line 1232 of file parseConfig.py.
def parseConfig::_MakeSetter::__call__ | ( | self, | ||
s, | ||||
loc, | ||||
toks | ||||
) |
Definition at line 1236 of file parseConfig.py.
01236 : 01237 value = toks[0] 01238 if isinstance(value,pp.ParseResults): 01239 value = value[:] 01240 return self.setter(value) 01241 def _makeReplace(s,loc,toks):
def parseConfig::_MakeSetter::__init__ | ( | self, | ||
setter | ||||
) |
Definition at line 1235 of file parseConfig.py.