MCPcopy Create free account
hub / github.com/ExpressLRS/ExpressLRS / dbg_print

Function dbg_print

src/python/BFinitPassthrough.py:19–21  ·  view source on GitHub ↗
(line='')

Source from the content-addressed store, hash-verified

17 pass
18
19def dbg_print(line=''):
20 sys.stdout.write(line + '\n')
21 sys.stdout.flush()
22
23
24def _validate_serialrx(rl, config, expected):

Callers 8

send_model_commandFunction · 0.70
set_model.pyFile · 0.70
send_bind_commandFunction · 0.70
bind.pyFile · 0.70
bf_passthrough_initFunction · 0.70
reset_to_bootloaderFunction · 0.70
init_passthroughFunction · 0.70
mainFunction · 0.70

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected