MCPcopy Index your code
hub / github.com/PyQt5/PyQt / triggerRotation

Method triggerRotation

QtDataVisualization/MagneticOfSun.py:184–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 self.generateData()
183
184 def triggerRotation(self):
185 self.m_angleOffset += self.m_angleStep
186 self.generateData()
187
188 def toggleSun(self):
189 self.m_sun.setVisible(not self.m_graph.seriesList()[1].isVisible())

Callers

nothing calls this directly

Calls 1

generateDataMethod · 0.95

Tested by

no test coverage detected