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