コード例 #1
0
 def get(self, user_name):
     """List user's collections and last modified times"""
     return Collection.get_timestamps(self.request.profile)
コード例 #2
0
 def get(self, user_name):
     """List user's collections and last modified times"""
     return Collection.get_timestamps(self.request.profile)