MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / usage

Function usage

pydevd.py:2856–2860  ·  view source on GitHub ↗
(doExit=0)

Source from the content-addressed store, hash-verified

2854
2855
2856def usage(doExit=0):
2857 sys.stdout.write("Usage:\n")
2858 sys.stdout.write("pydevd.py --port N [(--client hostname) | --server] --file executable [file_options]\n")
2859 if doExit:
2860 sys.exit(0)
2861
2862
2863def _init_stdout_redirect():

Callers 1

mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected