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