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

Function _raise_must_change

lantz/driver.py:202–205  ·  view source on GitHub ↗
(dependent, feat_name, operation)

Source from the content-addressed store, hash-verified

200 return _inner
201
202def _raise_must_change(dependent, feat_name, operation):
203 def _inner(value):
204 raise Exception("You must get or set '{}' before trying to {} '{}'".format(dependent, operation, feat_name))
205 return _inner
206
207
208class Driver(SuperQObject, metaclass=_DriverType):

Callers 1

__new__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected