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

Method create_command_buttons

Lib/idlelib/grep.py:124–127  ·  view source on GitHub ↗

Create base command buttons and add button for Search Files.

(self)

Source from the content-addressed store, hash-verified

122 btn.pack(side="top", fill="both")
123
124 def create_command_buttons(self):
125 "Create base command buttons and add button for Search Files."
126 SearchDialogBase.create_command_buttons(self)
127 self.make_button("Search Files", self.default_command, isdef=True)
128
129 def default_command(self, event=None):
130 """Grep for search pattern in file path. The default command is bound

Callers 1

Calls 1

make_buttonMethod · 0.80

Tested by 1