rset.py
branchstable
changeset 3949 808aef800909
parent 3766 9e5dc4b1ada4
child 3998 94cc7cad3d2d
child 4212 ab6573088b4a
equal deleted inserted replaced
3946:9530e1cf9d49 3949:808aef800909
   450         return rqlst
   450         return rqlst
   451 
   451 
   452     @cached
   452     @cached
   453     def column_types(self, col):
   453     def column_types(self, col):
   454         """return the list of different types in the column with the given col
   454         """return the list of different types in the column with the given col
   455         index default to 0 (ie the first column)
       
   456 
   455 
   457         :type col: int
   456         :type col: int
   458         :param col: the index of the desired column
   457         :param col: the index of the desired column
   459 
   458 
   460         :rtype: list
   459         :rtype: list