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

Method test_cases

Lib/test/test_pyclbr.py:177–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 self.checkModule('difflib', ignore=("Match",))
176
177 def test_cases(self):
178 # see test.pyclbr_input for the rationale behind the ignored symbols
179 self.checkModule('test.pyclbr_input', ignore=['om', 'f'])
180
181 def test_nested(self):
182 mb = pyclbr

Callers

nothing calls this directly

Calls 1

checkModuleMethod · 0.95

Tested by

no test coverage detected