MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / update_sourcecode

Method update_sourcecode

gui-apps/app_kivy.py:111–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 self.update_sourcecode()
110
111 def update_sourcecode(self):
112 if not self.show_sourcecode:
113 self.root.ids.sourcecode.focus = False
114 return
115 self.root.ids.sourcecode.text = self.read_sourcecode()
116 self.root.ids.sv.scroll_y = 1
117
118 def showcase_floatlayout(self, layout):
119

Callers 4

go_previous_screenMethod · 0.95
go_next_screenMethod · 0.95
go_screenMethod · 0.95
toggle_source_codeMethod · 0.95

Calls 1

read_sourcecodeMethod · 0.95

Tested by

no test coverage detected