示例#1
0
 def __repr__(self):
     """Text representation contains the URL."""
     return "<Database(%s)>" % safe_url(self.url)
示例#2
0
文件: database.py 项目: pudo/dataset
 def __repr__(self):
     """Text representation contains the URL."""
     return '<Database(%s)>' % safe_url(self.url)