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

Method set_cmd

tools/python-3.11.9-amd64/Lib/profile.py:344–347  ·  view source on GitHub ↗
(self, cmd)

Source from the content-addressed store, hash-verified

342 # very nice :-).
343
344 def set_cmd(self, cmd):
345 if self.cur[-1]: return # already set
346 self.cmd = cmd
347 self.simulate_call(cmd)
348
349 class fake_code:
350 def __init__(self, filename, line, name):

Callers 2

runctxMethod · 0.95
runcallMethod · 0.95

Calls 1

simulate_callMethod · 0.95

Tested by

no test coverage detected