get the working directory
(self, line)
| 206 | int(rest[3])) |
| 207 | |
| 208 | def do_path(self, line): |
| 209 | "get the working directory" |
| 210 | output(self.sn.configuration_file_path + "\n") |
| 211 | |
| 212 | def do_set_ping(self, line): |
| 213 | "ping msg of two nodes at a certain time" |
nothing calls this directly
no outgoing calls
no test coverage detected