MCPcopy Index your code
hub / github.com/RustPython/RustPython / remove

Method remove

Lib/tkinter/__init__.py:4795–4800  ·  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

4793 self.tk.call((self._w, 'add', child) + self._options(kw))
4794
4795 def remove(self, child):
4796 """Remove the pane containing child from the panedwindow
4797
4798 All geometry management options for child will be forgotten.
4799 """
4800 self.tk.call(self._w, 'forget', child)
4801
4802 forget = remove
4803

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