[SCM] morituri/master: update docs
js at users.alioth.debian.org
js at users.alioth.debian.org
Sun Oct 19 20:09:09 UTC 2014
The following commit has been merged in the master branch:
commit 7f2979b249759c06316f4638426d755815b009fd
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date: Wed Jun 24 18:38:51 2009 +0000
update docs
diff --git a/morituri/result/result.py b/morituri/result/result.py
index e141d1a..e3446bc 100644
--- a/morituri/result/result.py
+++ b/morituri/result/result.py
@@ -26,19 +26,30 @@ from morituri.result import logger
class TrackResult:
"""
- @ivar testcrc: 4-byte CRC for the test read
- @type testcrc: int
- @ivar copycrc: 4-byte CRC for the copy read
- @type copycrc: int
-
- @var ARCRC: our calculated 4 byte AccurateRip CRC for this track.
- @type ARCRC: 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
+ @ivar testcrc: 4-byte CRC for the test read
+ @type testcrc: int
+ @ivar copycrc: 4-byte CRC for the copy read
+ @type copycrc: 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
+ @type accurip: bool
+
+ @var ARCRC: our calculated 4 byte AccurateRip CRC for this
+ track.
+ @type ARCRC: int
+
+ @var ARDBCRC: the 4-byte AccurateRip CRC this
+ track did or should have matched in the database.
+ If None, the track is not in the database.
+ @type ARDBCRC: int
+ @var ARDBConfidence: confidence for the matched AccurateRip CRC for
+ this track in the database.
+ If None, the track is not in the database.
@var ARDBMaxConfidence: maximum confidence in the AccurateRip database for
- this track; can still be 0. If None, the track
- was not found.
+ this track; can still be 0.
+ If None, the track is not in the database.
"""
number = None
filename = None
--
morituri packaging
More information about the pkg-multimedia-commits
mailing list