Processes¶
- final class ntoseye.Processes¶
Running processes keyed by PID (
dbg.processes). Iterating walks the process list afresh;find(name)matches image names.- __iter__() ProcessIterator¶
Running processes keyed by PID (dbg.processes). Iterating walks the
process list afresh; find(name) matches image names.