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

Method setter

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

Source from the content-addressed store, hash-verified

179 return self
180
181 def setter(self, func):
182 if func.__doc__ and not self.__original_doc__:
183 self.__original_doc__ = func.__doc__
184 _dochelper(self)
185 self.fset = func
186 return self
187
188 def post_getter(self, func):
189 self.post_get = func

Callers 1

__call__Method · 0.95

Calls 1

_dochelperFunction · 0.85

Tested by

no test coverage detected