MCPcopy Index your code
hub / github.com/cipheras/cipherginx / cwin

Function cwin

helper.py:25–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23CLEAR = "\033[2J\033[H"
24
25def cwin():
26 try:
27 p.Popen('',shell=True)
28 time.sleep(0.03)
29 print(CLEAR)
30 except Exception as e:
31 print(e)

Callers 1

cipherginx.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected