(self, atom)
| 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() |
nothing calls this directly
no test coverage detected