
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 67 of file conftest.py.
| def conftest.Output.__init__ | ( | self, | |
| string | |||
| ) |
Definition at line 70 of file conftest.py.
| def conftest.Output.__eq__ | ( | self, | |
| other | |||
| ) |
Reimplemented in conftest.Unordered.
Definition at line 77 of file conftest.py.
| def conftest.Output.__str__ | ( | self | ) |
Definition at line 74 of file conftest.py.
| conftest.Output.explanation |
Definition at line 72 of file conftest.py.
| conftest.Output.string |
Definition at line 71 of file conftest.py.