From 1141f5e27c3b0bb91992a0510645ef8ac9b7ae80 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 24 Aug 2013 01:25:43 +0200 Subject: [PATCH] add type doc --- morituri/image/table.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/morituri/image/table.py b/morituri/image/table.py index 56e33c5..0386d49 100644 --- a/morituri/image/table.py +++ b/morituri/image/table.py @@ -635,6 +635,9 @@ class Table(object, log.Loggable): to adjust the path. Assumes all indexes have an absolute offset and will raise if not. + + @type track: C{int} + @type index: C{int} """ self.debug('setFile: track %d, index %d, path %r, ' 'length %r, counter %r', track, index, path, length, counter)