Returns the absolute field name (e.g., "name" => ""persons.name").
(self, field)
| 894 | return self.rows()[i] |
| 895 | |
| 896 | def abs(self, field): |
| 897 | """ Returns the absolute field name (e.g., "name" => ""persons.name"). |
| 898 | """ |
| 899 | return abs(self.name, field) |
| 900 | |
| 901 | def rows(self): |
| 902 | """ Returns a list of all the rows in the table. |