MCPcopy Index your code
hub / github.com/RustPython/RustPython / user_call

Method user_call

Lib/bdb.py:513–515  ·  view source on GitHub ↗

Called if we might stop in a function.

(self, frame, argument_list)

Source from the content-addressed store, hash-verified

511 # to gain control.
512
513 def user_call(self, frame, argument_list):
514 """Called if we might stop in a function."""
515 pass
516
517 def user_line(self, frame):
518 """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