Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ update_fields
Method
update_fields
scripts/python/FGFSDemo.py:40–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
38
self.fields.append(f)
39
40
def
update_fields(self):
41
for
f in self.fields:
42
f.update_field(self.fgfs)
43
Tix.Frame.update(self)
44
45
class
FGFSDemo(Tix.Frame):
46
def
__init__(self,fgfs,root=None):
Callers
1
update_page
Method · 0.80
Calls
2
update_field
Method · 0.80
update
Method · 0.45
Tested by
no test coverage detected