MCPcopy Create free account
hub / github.com/microsoft/debugpy / new

Method new

tests/timeline.py:225–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

223 )
224
225 def new(self):
226 self.expect_frozen()
227 first_new = self._proceeding_from.next
228 if first_new is not None:
229 return self[first_new:]
230 else:
231 return self[self.last : self.last]
232
233 def proceed(self):
234 self.expect_frozen()

Callers 2

proceedMethod · 0.95
expect_no_newMethod · 0.95

Calls 1

expect_frozenMethod · 0.95

Tested by

no test coverage detected