Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
471
def
output_dot(msg=
'.'
, stream=sys.stderr):
472
stream.write(msg)
473
stream.flush()
474
475
476
def
check_rest(module, names, dots=True):
Callers
2
check_items
Function · 0.85
validate_rst_syntax
Function · 0.85
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…