MCPcopy Index your code
hub / github.com/numpy/numpy / output_dot

Function output_dot

tools/refguide_check.py:471–473  ·  view source on GitHub ↗
(msg='.', stream=sys.stderr)

Source from the content-addressed store, hash-verified

469
470
471def output_dot(msg='.', stream=sys.stderr):
472 stream.write(msg)
473 stream.flush()
474
475
476def check_rest(module, names, dots=True):

Callers 2

check_itemsFunction · 0.85
validate_rst_syntaxFunction · 0.85

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…