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

Method run_actions

Lib/test/test__interpchannels.py:1687–1689  ·  view source on GitHub ↗
(self, fix, actions)

Source from the content-addressed store, hash-verified

1685 ]
1686
1687 def run_actions(self, fix, actions):
1688 for action in actions:
1689 self.run_action(fix, action)
1690
1691 def run_action(self, fix, action, *, hideclosed=True):
1692 end = action.resolve_end(fix.end)

Callers 2

test_closeMethod · 0.95
test_force_closeMethod · 0.95

Calls 1

run_actionMethod · 0.95

Tested by

no test coverage detected