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