MCPcopy Create free account
hub / github.com/EBjerrum/rdeditor / selectAtom

Method selectAtom

rdeditor/molViewWidget.py:159–161  ·  view source on GitHub ↗
(self, atomidx)

Source from the content-addressed store, hash-verified

157 self.selectionChanged.emit()
158
159 def selectAtom(self, atomidx):
160 self._selectedAtoms = [atomidx]
161 self.selectionChanged.emit()
162
163 def unselectAtom(self, atomidx):
164 self.selectedAtoms.remove(atomidx)

Callers 2

molViewWidget.pyFile · 0.80
select_atomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected