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

Method file_path

SLiCAP/schematic/library_link_dialog.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 return self._sim_combo.currentText()
78
79 def file_path(self) -> str:
80 return self._file_edit.text().strip()
81
82 def corner(self) -> str:
83 if self.directive() == "lib" and self.simulator() == "SPICE":

Callers 2

mouseDoubleClickEventMethod · 0.80

Calls 1

textMethod · 0.80

Tested by

no test coverage detected