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

Method go_screen

gui-apps/app_kivy.py:72–75  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

70 self.update_sourcecode()
71
72 def go_screen(self, idx):
73 self.index = idx
74 self.root.ids.sm.switch_to(self.load_screen(idx), direction='left')
75 self.update_sourcecode()
76
77 def go_hierarchy_previous(self):
78 ahr = self.hierarchy

Callers 1

go_hierarchy_previousMethod · 0.95

Calls 2

load_screenMethod · 0.95
update_sourcecodeMethod · 0.95

Tested by

no test coverage detected