* morituri/result/result.py:

Document some more.
This commit is contained in:
Thomas Vander Stichele
2009-06-24 16:34:47 +00:00
parent 6e3e0a7218
commit 0b80eaaa9d
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/result/result.py:
Document some more.
2009-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/Makefile.am:

View File

@@ -30,6 +30,15 @@ class TrackResult:
@type testcrc: int
@ivar copycrc: 4-byte CRC for the copy read
@type copycrc: int
@var accuripCRC: our calculated 4 byte AccurateRip CRC for this track.
@type accuripCRC: int
@var accurip: whether this track's AR CRC was found in the database,
and thus whether the track is considered accurately ripped.
@type accurip: bool
@var accuripDatabaseMaxConfidence: maximum confidence in the AccurateRip
database for this track; can still be
0. If None, the track was not found.
"""
number = None
filename = None