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

Method setFieldLines

QtDataVisualization/MagneticOfSun.py:174–176  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

172 self.m_magneticField.dataProxy().resetArray(magneticFieldArray)
173
174 def setFieldLines(self, lines):
175 self.m_fieldLines = lines
176 self.generateData()
177
178 def setArrowsPerLine(self, arrows):
179 self.m_arrowsPerLine = arrows

Callers

nothing calls this directly

Calls 1

generateDataMethod · 0.95

Tested by

no test coverage detected