def node_distribution(self): """A bootstrapped node distribution for use by node tasks.""" return NodeDistribution.scoped_instance(self)
def subsystem_dependencies(cls): return super().subsystem_dependencies() + ( NodeDistribution.scoped(cls), )
def subsystem_dependencies(cls): return super(NodeTask, cls).subsystem_dependencies() + (NodeDistribution.scoped(cls),)