Home
last modified time | relevance | path

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

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