Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ skip_doctest
Function
skip_doctest
dask/utils.py:818–821 ·
view source on GitHub ↗
(doc)
Source
from the content-addressed store, hash-verified
816
817
818
def
skip_doctest(doc):
819
if
doc is None:
820
return
""
821
return
"\n"
.join([_skip_doctest(line)
for
line in doc.split(
"\n"
)])
822
823
824
def
extra_titles(doc):
Callers
3
test_skip_doctest
Function · 0.90
fft_wrap
Function · 0.90
_derived_from
Function · 0.85
Calls
3
_skip_doctest
Function · 0.85
split
Method · 0.80
join
Method · 0.45
Tested by
1
test_skip_doctest
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…