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

Method select_atom

rdeditor/molEditWidget.py:552–554  ·  view source on GitHub ↗
(self, atom)

Source from the content-addressed store, hash-verified

550 self.mol = rwmol
551
552 def select_atom(self, atom):
553 self.selectAtom(atom.GetIdx())
554 # TODO make an unselect atom function
555
556 def select_atom_add(self, atom):
557 selidx = atom.GetIdx()

Callers

nothing calls this directly

Calls 1

selectAtomMethod · 0.80

Tested by

no test coverage detected