Beispiel #1
0
 def _with_repo(self, pro, f):
     new_state = (self.history_t / __.at(pro, f)).state
     return self._with_sub(new_state)
Beispiel #2
0
 def _with_repos(self, f):
     g = lambda hist, pro: hist / __.at(pro, _ / f)
     return self._all_projects(g)