MCPcopy
hub / github.com/t3l3machus/hoaxshell / chill

Function chill

hoaxshell.py:42–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41# Enable ansi escape characters
42def chill():
43 pass
44
45WINDOWS = True if get_system_type() == 'Windows' else False
46system('') if WINDOWS else chill()

Callers 3

hoaxshell.pyFile · 0.70
do_GETMethod · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected