MCPcopy Index your code
hub / github.com/LabPy/lantz / pre_set

Method pre_set

lantz/feat.py:201–204  ·  view source on GitHub ↗
(self, value, instance=None, key=MISSING)

Source from the content-addressed store, hash-verified

199 return value
200
201 def pre_set(self, value, instance=None, key=MISSING):
202 for processor in _dget(self.set_processors, instance, key):
203 value = processor(value)
204 return value
205
206 def get(self, instance, owner=None, key=MISSING):
207 if instance is None:

Callers 1

setMethod · 0.95

Calls 1

_dgetFunction · 0.70

Tested by

no test coverage detected