MCPcopy Create free account
hub / github.com/LabPy/lantz / pre_action

Method pre_action

lantz/action.py:136–140  ·  view source on GitHub ↗
(self, value, instance=None)

Source from the content-addressed store, hash-verified

134 raise e
135
136 def pre_action(self, value, instance=None):
137 procs = _dget(self.action_processors, instance)
138 for processor in procs:
139 value = processor(value)
140 return value
141
142 def rebuild(self, instance=MISSING, build_doc=False, modifiers=None, store=False):
143 if not modifiers:

Callers 1

callMethod · 0.95

Calls 1

_dgetFunction · 0.70

Tested by

no test coverage detected