Hoppy¶
Parser¶
| synopsis: | Specialized ptp.libptp.parser.AbstractParser classes for the tool Hoppy. |
|---|
-
class
ptp.tools.hoppy.parser.HoppyParser(pathname, filename='*.spider', **kwargs)[source]¶ Hoppy specialized parser.
-
__tool__= 'hoppy'¶
-
__format__= None¶
-
__version__= '1\\.[0-9]+(\\.[0-9]+)?'¶
-
classmethod
is_mine(pathname, filename='*.summary', light=False, first=True)[source]¶ Check if it can handle the report file.
Parameters: Returns: True if it supports the report, False otherwise.
Return type:
-