pyre.nexus.Team¶
Module Contents¶
-
class
pyre.nexus.Team.Team¶ Bases:
pyre.protocolThe specification for a process collective that coöperate to carry out a work plan
-
size¶
-
doc= the number of team members to recruit¶
-
recruiter¶
-
doc= the strategy for recruiting team members
-
assemble(self, workplan, **kwds)¶ Recruit a team to execute the set of tasks in my {workplan}
-
vacancies(self)¶ Compute how may recruits are needed to take the team to full strength
-