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

Method quitcmd

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

Source from the content-addressed store, hash-verified

155 self.QUIT.pack({"side": "bottom"})
156
157 def quitcmd(self):
158 if self.after_id:
159 self.after_cancel(self.after_id)
160 #self.quit()
161 self.destroy()
162
163 def update_page(self):
164 page = self.pages[ self.nb.raised() ]

Callers 1

__init__Method · 0.95

Calls 1

destroyMethod · 0.80

Tested by

no test coverage detected