MCPcopy Create free account
hub / github.com/numpy/numpy / output_dot

Function output_dot

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

Source from the content-addressed store, hash-verified

514
515
516def output_dot(msg='.', stream=sys.stderr):
517 stream.write(msg)
518 stream.flush()
519
520
521def check_rest(module, names, dots=True):

Callers 4

check_itemsFunction · 0.85
validate_rst_syntaxFunction · 0.85
check_doctestsFunction · 0.85
check_doctests_testfileFunction · 0.85

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected