Searched refs:apply_ipython_style (Results 1 – 3 of 3) sorted by relevance
25 from scapy.themes import DefaultTheme, apply_ipython_style519 apply_ipython_style(shell=cfg.TerminalInteractiveShell)
17 from scapy.themes import NoTheme, apply_ipython_style344 apply_ipython_style(get_ipython())
291 def apply_ipython_style(shell): function