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

Method open

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

Open the entry given by entryPath if its mode is open.

(self, entrypath)

Source from the content-addressed store, hash-verified

1530 return self.tk.call(self._w, 'getmode', entrypath)
1531
1532 def open(self, entrypath):
1533 '''Open the entry given by entryPath if its mode is open.'''
1534 self.tk.call(self._w, 'open', entrypath)
1535
1536 def setmode(self, entrypath, mode='none'):
1537 '''This command is used to indicate whether the entry given by

Callers 11

simple_server.pyFile · 0.45
saveMethod · 0.45
saveMethod · 0.45
_read_python_sourceMethod · 0.45
write_fileMethod · 0.45
parse_fileMethod · 0.45
resolveEntityMethod · 0.45
mainFunction · 0.45
load_tzdataFunction · 0.45
available_timezonesFunction · 0.45
_close_stdinFunction · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected