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

Method mark

tests/timeline.py:347–351  ·  view source on GitHub ↗
(self, id, block=True)

Source from the content-addressed store, hash-verified

345 callback(occ)
346
347 def mark(self, id, block=True):
348 occ = Occurrence("mark", id)
349 occ.id = id
350 occ.observed = True
351 return self._record(occ, block)
352
353 def record_event(self, message, block=True):
354 occ = EventOccurrence(message)

Callers 14

__init__Method · 0.95
finalizeMethod · 0.95
sendMethod · 0.80
_process_disconnectMethod · 0.80
test_occurrencesFunction · 0.80
test_afterFunction · 0.80
test_beforeFunction · 0.80
test_andFunction · 0.80
test_orFunction · 0.80
test_xorFunction · 0.80
test_lower_boundFunction · 0.80
test_frozenFunction · 0.80

Calls 2

_recordMethod · 0.95
OccurrenceClass · 0.85

Tested by 10

test_occurrencesFunction · 0.64
test_afterFunction · 0.64
test_beforeFunction · 0.64
test_andFunction · 0.64
test_orFunction · 0.64
test_xorFunction · 0.64
test_lower_boundFunction · 0.64
test_frozenFunction · 0.64
workerFunction · 0.64
test_newFunction · 0.64