• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(3)  |  Call(2)  |  Derive(0)  |  Import(1)
No Document.

src/u/m/umit-HEAD/umitCore/NmapCommand.py   umit(Download)
                # subprocess's method to see how it works.
                # In the meantime, this should not raise any exception because
                # we don't care if it killed the process as it never killed it anyway.
                from subprocess import TerminateProcess
                TerminateProcess(self.command_process._handle, 0)
            except:
                pass