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

Method step_until

Lib/test/test_descr.py:5804–5808  ·  view source on GitHub ↗
(self, limit)

Source from the content-addressed store, hash-verified

5802 self.ready = False
5803
5804 def step_until(self, limit):
5805 ret = (self.step < limit)
5806 if ret:
5807 self.step += 1
5808 return ret
5809
5810 def test_incomplete_set_bases_on_self(self):
5811 """

Callers 1

mroMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected