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

Method create_entries

Lib/idlelib/grep.py:112–115  ·  view source on GitHub ↗

Create base entry widgets and add widget for search path.

(self)

Source from the content-addressed store, hash-verified

110 self.globvar.set(os.path.join(dir, "*" + tail))
111
112 def create_entries(self):
113 "Create base entry widgets and add widget for search path."
114 SearchDialogBase.create_entries(self)
115 self.globent = self.make_entry("In files:", self.globvar)[0]
116
117 def create_other_buttons(self):
118 "Add check button to recurse down subdirectories."

Callers 1

test_create_entriesMethod · 0.45

Calls 1

make_entryMethod · 0.80

Tested by 1

test_create_entriesMethod · 0.36