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

Method user_call

tools/python-3.11.9-amd64/Lib/bdb.py:259–261  ·  view source on GitHub ↗

Called if we might stop in a function.

(self, frame, argument_list)

Source from the content-addressed store, hash-verified

257 # to gain control.
258
259 def user_call(self, frame, argument_list):
260 """Called if we might stop in a function."""
261 pass
262
263 def user_line(self, frame):
264 """Called when we stop or break at a line."""

Callers 1

dispatch_callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected