MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / close

Method close

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1524–1526  ·  view source on GitHub ↗

Close the entry given by entryPath if its mode is close.

(self, entrypath)

Source from the content-addressed store, hash-verified

1522 self.tk.call(self._w, 'autosetmode')
1523
1524 def close(self, entrypath):
1525 '''Close the entry given by entryPath if its mode is close.'''
1526 self.tk.call(self._w, 'close', entrypath)
1527
1528 def getmode(self, entrypath):
1529 '''Returns the current mode of the entry given by entryPath.'''

Callers 1

testFunction · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected