コード例 #1
0
 def terminate(self):
     "Stop node."
     if self.nfd is not None:
         self.nfd.stop()
     CPULimitedHost.terminate(self)