Exemplo n.º 1
0
 def get_sessions(self):
     return Session.get_all(parent=self)
Exemplo n.º 2
0
 def get_session(self, id):
     return Session.get(parent=self, id=id)