コード例 #1
0
ファイル: database.py プロジェクト: 01-/dataset
 def __repr__(self):
     """Text representation contains the URL."""
     return '<Database(%s)>' % safe_url(self.url)
コード例 #2
0
 def __repr__(self):
     return '<Database(%s)>' % safe_url(self.url)
コード例 #3
0
ファイル: database.py プロジェクト: 90bird90/pythonProject
 def __repr__(self):
     """Text representation contains the URL."""
     return '<Database(%s)>' % safe_url(self.url)
コード例 #4
0
ファイル: database.py プロジェクト: jmerkow/dataset
 def __repr__(self):
     return '<Database(%s)>' % safe_url(self.url)