MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / _descend

Method _descend

SLiCAP/schematic/properties_dialog.py:168–171  ·  view source on GitHub ↗

Close the dialog and signal the caller to open ``src`` for editing.

(self, src: Path)

Source from the content-addressed store, hash-verified

166 outer.addWidget(buttons)
167
168 def _descend(self, src: Path) -> None:
169 """Close the dialog and signal the caller to open ``src`` for editing."""
170 self._descend_path = src
171 self.reject()
172
173 def descend_path(self) -> "Path | None":
174 return self._descend_path

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected