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

Method __get__

lantz/feat.py:287–288  ·  view source on GitHub ↗
(self, instance, owner=None)

Source from the content-addressed store, hash-verified

285 self.set_cache(instance, value, key)
286
287 def __get__(self, instance, owner=None):
288 return self.get(instance)
289
290 def __set__(self, instance, value):
291 self.set(instance, value)

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected