MCPcopy
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
818def 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
824def extra_titles(doc):

Callers 3

test_skip_doctestFunction · 0.90
fft_wrapFunction · 0.90
_derived_fromFunction · 0.85

Calls 3

_skip_doctestFunction · 0.85
splitMethod · 0.80
joinMethod · 0.45

Tested by 1

test_skip_doctestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…