MCPcopy Index your code
hub / github.com/python/cpython / remove

Method remove

Lib/tkinter/__init__.py:4918–4923  ·  view source on GitHub ↗

Remove the pane containing child from the panedwindow All geometry management options for child will be forgotten.

(self, child)

Source from the content-addressed store, hash-verified

4916 self.tk.call((self._w, 'add', child) + self._options(kw))
4917
4918 def remove(self, child):
4919 """Remove the pane containing child from the panedwindow
4920
4921 All geometry management options for child will be forgotten.
4922 """
4923 self.tk.call(self._w, 'forget', child)
4924
4925 forget = remove
4926

Callers 15

trace_removeMethod · 0.45
trace_vdeleteMethod · 0.45
deletecommandMethod · 0.45
putMethod · 0.45
getMethod · 0.45
create_unix_serverMethod · 0.45
_handle_completionMethod · 0.45
acquireMethod · 0.45
waitMethod · 0.45
waitMethod · 0.45
acquireMethod · 0.45
pipe_connection_lostMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected