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

Method runctx

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

For backwards-compatibility. Defers to run().

(self, cmd, globals, locals)

Source from the content-addressed store, hash-verified

625 sys.settrace(None)
626
627 def runctx(self, cmd, globals, locals):
628 """For backwards-compatibility. Defers to run()."""
629 # B/W compatibility
630 self.run(cmd, globals, locals)
631
632 # This method is more useful to debug a single function call.
633

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected