Exemplo n.º 1
0
 def toWebID(self, item):
     return storeIDToWebID(self.privateKey, item.storeID)
Exemplo n.º 2
0
 def toWebID(self, item):
     return storeIDToWebID(self.privateKey, item.storeID)
Exemplo n.º 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))
Exemplo n.º 4
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))