Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
516
def
output_dot(msg=
'.'
, stream=sys.stderr):
517
stream.write(msg)
518
stream.flush()
519
520
521
def
check_rest(module, names, dots=True):
Callers
4
check_items
Function · 0.85
validate_rst_syntax
Function · 0.85
check_doctests
Function · 0.85
check_doctests_testfile
Function · 0.85
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected