Setup auxiliary (host-dependent) options
()
| 696 | _configureDumper() |
| 697 | |
| 698 | def _setAuxOptions(): |
| 699 | """ |
| 700 | Setup auxiliary (host-dependent) options |
| 701 | """ |
| 702 | |
| 703 | kb.aliasName = randomStr(seed=hash(conf.hostname or "")) |
| 704 | |
| 705 | def _restoreMergedOptions(): |
| 706 | """ |
no test coverage detected
searching dependent graphs…