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

Function pye

pye_pydos.py:61–65  ·  view source on GitHub ↗
(*args, tab_size=4, undo=50)

Source from the content-addressed store, hash-verified

59 from pye import pye_edit
60
61def pye(*args, tab_size=4, undo=50):
62 io_device = IO_DEVICE()
63 ret = pye_edit(args, tab_size=tab_size, undo=undo, io_device=io_device)
64 io_device.deinit_tty()
65 return ret

Callers 1

edit.pyFile · 0.90

Calls 3

deinit_ttyMethod · 0.95
pye_editFunction · 0.90
IO_DEVICEClass · 0.70

Tested by

no test coverage detected