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

Method go_hierarchy_previous

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

Source from the content-addressed store, hash-verified

75 self.update_sourcecode()
76
77 def go_hierarchy_previous(self):
78 ahr = self.hierarchy
79 if len(ahr) == 1:
80 return
81 if ahr:
82 ahr.pop()
83 if ahr:
84 idx = ahr.pop()
85 self.go_screen(idx)
86
87 def load_screen(self, index):
88 if index in self.screens:

Callers

nothing calls this directly

Calls 1

go_screenMethod · 0.95

Tested by

no test coverage detected