MCPcopy Create free account
hub / github.com/FlightGear/flightgear / update_page

Method update_page

scripts/python/FGFSDemo.py:163–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161 self.destroy()
162
163 def update_page(self):
164 page = self.pages[ self.nb.raised() ]
165 page.update_fields()
166 self.update()
167 self.after_id = self.after( 1000, lambda self=self: self.update_page() )
168
169def main():
170 if len(sys.argv) != 3:

Callers 1

createWidgetsMethod · 0.95

Calls 2

update_fieldsMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected