Home | History | Annotate | Download | only in rebaseline_server

Lines Matching defs:DiffRecord

46 # Keys used within DiffRecord dictionary representations.
54 class DiffRecord(object):
64 and prepare a DiffRecord for them.
195 """Returns a dictionary representation of this DiffRecord, as needed when
225 and prepare a DiffRecord for them.
252 new_diff_record = DiffRecord(
259 # If we can't create a real DiffRecord for this (expected, actual) pair,
263 'got exception while creating a DiffRecord for '
270 """Returns the DiffRecord for this image pair.
272 Raises a KeyError if we don't have a DiffRecord for this image pair.