MCPcopy
hub / github.com/epinna/tplmap / update_actions

Method update_actions

core/plugin.py:823–828  ·  view source on GitHub ↗
(self, actions)

Source from the content-addressed store, hash-verified

821 reqthread.start()
822
823 def update_actions(self, actions):
824
825 # Recursively update actions on the instance
826 self.actions = _recursive_update(
827 self.actions, actions
828 )
829
830 def set_actions(self, actions):
831

Callers 15

language_initMethod · 0.80
language_initMethod · 0.80
language_initMethod · 0.80
language_initMethod · 0.80
language_initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls 1

_recursive_updateFunction · 0.85

Tested by

no test coverage detected