コード例 #1
0
 def nice_documentation(self):
     """The human-readable documentation URL for the package."""
     return models.nice_url(self.documentation)
コード例 #2
0
ファイル: package.py プロジェクト: a14n/pub-dartlang
 def nice_documentation(self):
     """The human-readable documentation URL for the package."""
     return models.nice_url(self.documentation)
コード例 #3
0
 def nice_homepage(self):
     """The human-readable homepage URL for the package."""
     return models.nice_url(self.homepage)
コード例 #4
0
ファイル: package.py プロジェクト: a14n/pub-dartlang
 def nice_homepage(self):
     """The human-readable homepage URL for the package."""
     return models.nice_url(self.homepage)