initialize the entire network nodes
(self, _line)
| 125 | output(self.helpStr) |
| 126 | |
| 127 | def do_create_nodes(self, _line): |
| 128 | "initialize the entire network nodes" |
| 129 | self.sn.create_nodes() |
| 130 | |
| 131 | def do_create_links(self, _line): |
| 132 | "initialize the entire network links" |
nothing calls this directly
no test coverage detected