MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / hideSideFrame

Method hideSideFrame

src/com/dtmilano/android/culebron.py:593–597  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

591 self.printGridInfo()
592
593 def hideSideFrame(self):
594 self.sideFrame.grid_forget()
595 self.isSideFrameShown = False
596 if DEBUG:
597 self.printGridInfo()
598
599 def showViewTree(self):
600 self.showSideFrame()

Callers 2

hideViewTreeMethod · 0.95
hideViewDetailsMethod · 0.95

Calls 1

printGridInfoMethod · 0.95

Tested by

no test coverage detected