MCPcopy Index your code
hub / github.com/nodejs/node / UpdateTime

Method UpdateTime

deps/v8/tools/stats-viewer.py:167–169  ·  view source on GitHub ↗

Update the title of the window with the current time.

(self)

Source from the content-addressed store, hash-verified

165 self.ScheduleUpdate()
166
167 def UpdateTime(self):
168 """Update the title of the window with the current time."""
169 self.root.title("Stats Viewer [updated %s]" % time.strftime("%H:%M:%S"))
170
171 def ScheduleUpdate(self):
172 """Schedules the next ui update."""

Callers 1

UpdateCountersMethod · 0.95

Calls 1

titleMethod · 0.45

Tested by

no test coverage detected