(self)
| 214 | self.place(relx=0.5, rely=0.6, anchor="c") |
| 215 | |
| 216 | def hide(self): |
| 217 | self.target = None |
| 218 | |
| 219 | self.place_forget() |
| 220 | |
| 221 | |
| 222 | # function defined th=o clear both the input text and output text -------------------------------------------------- |
no outgoing calls
no test coverage detected