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

Method post_get

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

Source from the content-addressed store, hash-verified

194 return self
195
196 def post_get(self, value, instance=None, key=MISSING):
197 for processor in reversed(_dget(self.get_processors, instance, key)):
198 value = processor(value)
199 return value
200
201 def pre_set(self, value, instance=None, key=MISSING):
202 for processor in _dget(self.set_processors, instance, key):

Callers 1

getMethod · 0.95

Calls 1

_dgetFunction · 0.70

Tested by

no test coverage detected