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

Method showViewDetails

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

Source from the content-addressed store, hash-verified

613 self.printGridInfo()
614
615 def showViewDetails(self):
616 self.showSideFrame()
617 row = 4
618 # if self.viewTree.grid_info() != {}:
619 # row += 1
620 self.viewDetails.grid(row=row, column=1, rowspan=1, sticky=tkinter.S)
621 self.isViewDetailsShown = True
622 if DEBUG:
623 self.printGridInfo()
624
625 def hideViewDetails(self):
626 self.viewDetails.grid_forget()

Callers 1

Calls 3

showSideFrameMethod · 0.95
printGridInfoMethod · 0.95
gridMethod · 0.80

Tested by

no test coverage detected