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