chiptools.core.reporter module

Reporter classes are used to process the report files generated by the various tools used by the wrapper objects. Reporters are created for each tool and are set up to search for specific messages to report back to the user. Reporters can also be set up to search for user defined strings.

chiptools.core.reporter.get_reporter(path)[source]

Import the Python script supplied by the path and return a handle to a reporter function from the import. It is expected that the file to be imported contains a function called ‘report’ that accepts a path to a folder. If these conditions are not met this function will return None.