Loading DMT/core/dut_view.py +1 −1 Original line number Diff line number Diff line Loading @@ -451,7 +451,7 @@ class DutView(object): return self.save_dir / "dut.json" @property def data(self): def data(self) -> dict[str, DataFrame]: """data is a property to ensure loading before usage. As _data is a dict, the getter is also called before setting. So the separate setter is not necessary. Loading Loading
DMT/core/dut_view.py +1 −1 Original line number Diff line number Diff line Loading @@ -451,7 +451,7 @@ class DutView(object): return self.save_dir / "dut.json" @property def data(self): def data(self) -> dict[str, DataFrame]: """data is a property to ensure loading before usage. As _data is a dict, the getter is also called before setting. So the separate setter is not necessary. Loading