MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / user_call

Method user_call

tools/python-3.11.9-amd64/Lib/pdb.py:308–315  ·  view source on GitHub ↗

This method is called when there is the remote possibility that we ever need to stop in this function.

(self, frame, argument_list)

Source from the content-addressed store, hash-verified

306 # Override Bdb methods
307
308 def user_call(self, frame, argument_list):
309 """This method is called when there is the remote possibility
310 that we ever need to stop in this function."""
311 if self._wait_for_mainpyfile:
312 return
313 if self.stop_here(frame):
314 self.message('--Call--')
315 self.interaction(frame, None)
316
317 def user_line(self, frame):
318 """This function is called when we stop or break at this line."""

Callers

nothing calls this directly

Calls 3

messageMethod · 0.95
interactionMethod · 0.95
stop_hereMethod · 0.80

Tested by

no test coverage detected