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

Method record_action

Lib/test/test__interpchannels.py:1465–1466  ·  view source on GitHub ↗
(self, action, result)

Source from the content-addressed store, hash-verified

1463 self._prep_interpreter(interp)
1464
1465 def record_action(self, action, result):
1466 self._state = result
1467
1468 def clean_up(self):
1469 clean_up_interpreters()

Callers 1

run_actionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected