ipdb: How to use it with Nornir Installing ipdb Finding and fixing a bug with ipdb ipdb: How to use it with Nornir Python comes with a debuger called pdb. The python debugger ...
nornir.core.task nornir.core.task class nornir.core.task.AggregatedResult(name: str, \*kwargs: nornir.core.task.MultiResult *) It basically is a dict-like object that aggregate...
nornir.core.state nornir.core.state class nornir.core.state.GlobalState(dry_run: bool = False, failed_hosts: Optional[Set[str]] = None) This class is just a placeholder to shar...
nornir.core.processor nornir.core.processor class nornir.core.processor.Processor(\args, **kwds*) This defines the Processor interface. A processor plugin needs to implement ea...