
Public Member Functions | |
| def | __eq__ (self, other) |
| def | __init__ (self, string) |
| def | __str__ (self) |
Public Attributes | |
| explanation | |
| string | |
Basic output post-processing and comparison
Definition at line 42 of file conftest.py.
| def conftest.Output.__init__ | ( | self, | |
| string | |||
| ) |
Definition at line 45 of file conftest.py.
| def conftest.Output.__eq__ | ( | self, | |
| other | |||
| ) |
Definition at line 52 of file conftest.py.
| def conftest.Output.__str__ | ( | self | ) |
Definition at line 49 of file conftest.py.
| conftest.Output.explanation |
Definition at line 47 of file conftest.py.
| conftest.Output.string |
Definition at line 46 of file conftest.py.