| 
__call__ (
        parser,
        section,
        name,
        value,
        lineInfo,
        )
Act on name=valuein sectionsection        parseris anIIniParserfor the file being parsed, andlineInfois a tuple of(filename, lineNumber, lineContents).  Typically,
        a setting parser will perform some operation(s) onparser.pMapin
        response to each setting it receives.         If you want to use the standard parser's interpretation of the name
        and value, you can call parser.add_setting(), but be sure to
        provide compatible arguments, asadd_setting()expects itssectionargument to be a valid, ready-to-use prefix for itsnameargument. |