add type doc

This commit is contained in:
Thomas Vander Stichele
2013-08-24 01:25:43 +02:00
parent abc03e8e43
commit 1141f5e27c

View File

@@ -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)