Example #1
0
 def get_sessions(self):
     return Session.get_all(parent=self)
Example #2
0
 def get_session(self, id):
     return Session.get(parent=self, id=id)