MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / pye

Function pye

pye.py:1148–1152  ·  view source on GitHub ↗
(*args, tab_size=4, undo=50)

Source from the content-addressed store, hash-verified

1146if "pye_edit" not in globals().keys():
1147 from pye import pye_edit
1148def pye(*args, tab_size=4, undo=50):
1149 io_device = IO_DEVICE()
1150 ret = pye_edit(args, tab_size=tab_size, undo=undo, io_device=io_device)
1151 io_device.deinit_tty()
1152 return ret

Callers

nothing calls this directly

Calls 3

deinit_ttyMethod · 0.95
pye_editFunction · 0.90
IO_DEVICEClass · 0.70

Tested by

no test coverage detected