def GetChildren(self): @ndb.transactional() def get_children_trans(): return get_children(self.key) return get_children_trans()