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

Method __call__

lantz/feat.py:168–172  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

166 return get_processors, set_processors
167
168 def __call__(self, func):
169 if self.fget is MISSING:
170 return self.getter(func)
171
172 return self.setter(func)
173
174 def getter(self, func):
175 if func.__doc__ and not self.__original_doc__:

Callers

nothing calls this directly

Calls 2

getterMethod · 0.95
setterMethod · 0.95

Tested by

no test coverage detected