##// END OF EJS Templates
pytype: add type information for `annotateresult.lines`...
marmoute -
r52188:011eec5a default
parent child Browse files
Show More
@@ -45,7 +45,7 b' class lineinfo:'
45 @attr.s
45 @attr.s
46 class annotateresult:
46 class annotateresult:
47 rev = attr.ib()
47 rev = attr.ib()
48 lines = attr.ib()
48 lines = attr.ib(type=bytearray)
49 _eof = attr.ib()
49 _eof = attr.ib()
50
50
51 def __iter__(self):
51 def __iter__(self):
General Comments 0
You need to be logged in to leave comments. Login now