Home
last modified time | relevance | path

Searched refs:sourceat (Results 1 – 1 of 1) sorted by relevance

/src/tools/sched/
H A Dschedgraph.py1376 self.clicksource = self.sourceat(event.y)
1379 source = self.sourceat(event.y)
1387 newsource = self.sourceat(event.y)
1396 newsource = self.sourceat(event.y)
1590 def sourceat(self, ypos): member in SchedGraph