コード例 #1
0
 def toWebID(self, item):
     return storeIDToWebID(self.privateKey, item.storeID)
コード例 #2
0
ファイル: webapp.py プロジェクト: fusionapp/mantissa
 def toWebID(self, item):
     return storeIDToWebID(self.privateKey, item.storeID)
コード例 #3
0
 def linkTo(self, obj):
     # currently obj must be a storeID, but other types might come eventually
     return '/%s/%s' % (self.prefixURL, storeIDToWebID(
         self.privateKey, obj))
コード例 #4
0
ファイル: webapp.py プロジェクト: fusionapp/mantissa
 def linkTo(self, obj):
     # currently obj must be a storeID, but other types might come eventually
     return '/%s/%s' % (self.prefixURL, storeIDToWebID(self.privateKey, obj))