Helper to define a parse action by mapping a function to all elements of a ParseResults list. If any additional args are passed, they are forwarded to the given function as additional arguments after the token, as in ``hex_integer = Word(hexnums).setParseAction(tokenMap(int, 16))``,
(func, *args)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected