![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Public Member Functions | |
| None | __init__ (self, Callable[[Any], Any] f) |
| Any | __get__ (self, Any obj, Type[Any] owner) |
Protected Attributes | |
| _fname | |
| _f | |
A version of @property which caches the value. On access, it calls the underlying function and sets the value in `__dict__` so future accesses will not re-call the property.