Name Description Size
__init__.py 0
implementation.py Process a single line of output. The implementation is responsible for creating one or more :class:`~mozlint.result.Issue` and storing them somewhere accessible. Args: line (str): The line of output to process. 1124
string.py 288