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

Method user_call

Lib/bdb.py:504–506  ·  view source on GitHub ↗

Called if we might stop in a function.

(self, frame, argument_list)

Source from the content-addressed store, hash-verified

502 # to gain control.
503
504 def user_call(self, frame, argument_list):
505 """Called if we might stop in a function."""
506 pass
507
508 def user_line(self, frame):
509 """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