MCPcopy Create free account
hub / github.com/KDAB/KDChart / nextRangeBegin

Method nextRangeBegin

python/examples/headers/main.py:27–28  ·  view source on GitHub ↗
(self, datetime)

Source from the content-addressed store, hash-verified

25 super().__init__(DateTimeScaleFormatter.Hour, "hh")
26
27 def nextRangeBegin(self, datetime):
28 return self.currentRangeBegin(datetime).addSecs(60 * 10)
29
30 def currentRangeBegin(self, datetime): # pylint: disable=no-self-use
31 dtInstance = QDateTime(datetime)

Callers

nothing calls this directly

Calls 1

currentRangeBeginMethod · 0.95

Tested by

no test coverage detected