MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 15

test_findMethod · 0.45
test_specialsMethod · 0.45
test_propertiesMethod · 0.45
fromfileMethod · 0.45
test_findMethod · 0.45
test_none_argumentsMethod · 0.45
test_findMethod · 0.45
testHostnameResMethod · 0.45
found_terminatorMethod · 0.45

Calls 1

findMethod · 0.95

Tested by

no test coverage detected