rows.repr -> rows.render

This commit is contained in:
mdipierro
2013-07-03 15:24:24 -05:00
parent 73d03cd48c
commit 5abfa27f3f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.6.0-development+timestamp.2013.07.03.04.10.20
Version 2.6.0-development+timestamp.2013.07.03.15.23.30
+1 -1
View File
@@ -10289,7 +10289,7 @@ class Rows(object):
grouped_row_group[value].append(row)
return grouped_row_group
def repr(self, i=None, fields=None):
def render(self, i=None, fields=None):
"""
Takes an index and returns a copy of the indexed row with values
transformed via the "represent" attributes of the associated fields.