(self)
| 17 | return CStatus() |
| 18 | |
| 19 | def run(self): |
| 20 | print("[{0}] {1}, enter MyNode2 run function. Sleep for 2 second ... ".format(datetime.now(), self.getName())) |
| 21 | time.sleep(2) |
| 22 | return CStatus() |
| 23 | |
| 24 | def destroy(self): |
| 25 | print("[DESTROY] [{0}], enter MyNode2 destroy function.".format(self.getName())) |
nothing calls this directly
no outgoing calls
no test coverage detected