Home
last modified time | relevance | path

Searched refs:apply_ipython_style (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/
Dmain.py25 from scapy.themes import DefaultTheme, apply_ipython_style
519 apply_ipython_style(shell=cfg.TerminalInteractiveShell)
Dconfig.py17 from scapy.themes import NoTheme, apply_ipython_style
344 apply_ipython_style(get_ipython())
Dthemes.py291 def apply_ipython_style(shell): function