MCPcopy Index your code
hub / github.com/RustPython/RustPython / test4

Method test4

Lib/test/test_monitoring.py:1838–1846  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1836 self.check_branches(func)
1837
1838 def test4(self):
1839
1840 def foo(n=0):
1841 while n<4:
1842 pass
1843 n += 1
1844 return None
1845
1846 self.check_branches(foo)
1847
1848 def test_async_for(self):
1849

Callers

nothing calls this directly

Calls 1

check_branchesMethod · 0.95

Tested by

no test coverage detected