Returns the table values as a list of lists :return: List of lists of table items :rtype: List[List[Any]]
(self)
| 9171 | |
| 9172 | @property |
| 9173 | def values(self): |
| 9174 | """ |
| 9175 | Returns the table values as a list of lists |
| 9176 | |
| 9177 | :return: List of lists of table items |
| 9178 | :rtype: List[List[Any]] |
| 9179 | """ |
| 9180 | return self.Values |
| 9181 | |
| 9182 | |
| 9183 | Update = update |
no outgoing calls
no test coverage detected