Example #1
0
 def __repr__(self):
     """Text representation contains the URL."""
     return "<Database(%s)>" % safe_url(self.url)
Example #2
0
 def __repr__(self):
     """Text representation contains the URL."""
     return '<Database(%s)>' % safe_url(self.url)