minor comment
This commit is contained in:
@ -332,7 +332,7 @@ cdef class View(OBIWrapper) :
|
||||
if type(ref) == int :
|
||||
return Line(self, ref)
|
||||
else : # TODO assume str or bytes for optimization (discuss)
|
||||
return self.get_column(ref) # TODO hyper lent dans la pratique
|
||||
return self.get_column(ref) # note: slow, always better to keep column ref in a variable
|
||||
|
||||
|
||||
@OBIWrapper.checkIsActive
|
||||
|
Reference in New Issue
Block a user