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

Method delete_temporaries

Lib/test/test_bdb.py:240–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

238 self.breakpoint_hits = (bp_list, bp_list)
239
240 def delete_temporaries(self):
241 if self.breakpoint_hits:
242 for n in self.breakpoint_hits[1]:
243 self.clear_bpbynumber(n)
244
245 def pop_next(self):
246 self.expect_set_no += 1

Callers 1

user_lineMethod · 0.95

Calls 1

clear_bpbynumberMethod · 0.80

Tested by

no test coverage detected