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

Method step_until

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

Source from the content-addressed store, hash-verified

6038 self.ready = False
6039
6040 def step_until(self, limit):
6041 ret = (self.step < limit)
6042 if ret:
6043 self.step += 1
6044 return ret
6045
6046 def test_incomplete_set_bases_on_self(self):
6047 """

Callers 1

mroMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected