Searched refs:PythonShell (Results 1 – 2 of 2) sorted by relevance
11 The traffic generator extends :class:`framework.remote_session.python_shell.PythonShell` to25 from framework.remote_session.python_shell import PythonShell36 class ScapyTrafficGenerator(PythonShell, CapturingTrafficGenerator):41 :class:`framework.remote_session.python_shell.PythonShell` which imports the Scapy library. This78 of :meth:`PythonShell.__init__` in this case.
20 class PythonShell(InteractiveShell): class