MCPcopy Index your code
hub / github.com/python/cpython / find

Method find

Lib/test/test_heapq.py:40–42  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

38
39 class HeapqMergeDocTestFinder:
40 def find(self, *args, **kwargs):
41 dtf = doctest.DocTestFinder()
42 return dtf.find(py_heapq.merge)
43
44 tests.addTests(doctest.DocTestSuite(py_heapq,
45 test_finder=HeapqMergeDocTestFinder()))

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected