7bf5fab1fa2fa07cc012c0570781aea23343ae05bcca862eaaeeb4e5a739a9107f8ae073ef6a37b3
54
 
54
 
55
 
55
 
56
    def __repr__(self):
56
    def __repr__(self):
57
        return '<%s %s %s>' % (self.__class__.__name__,
57
        return '<%s %s>' % (self.__class__.__name__, self.lookups)
58
                               self.lookups, self.context)
 
 
59
 
58
 
60
 
59
 
61
    def template(self, style = 'html'):
60
    def template(self, style = 'html'):