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

Method create_entries

Lib/idlelib/replace.py:69–72  ·  view source on GitHub ↗

Create base and additional label and text entry widgets.

(self)

Source from the content-addressed store, hash-verified

67 self.insert_tags = insert_tags
68
69 def create_entries(self):
70 "Create base and additional label and text entry widgets."
71 SearchDialogBase.create_entries(self)
72 self.replent = self.make_entry("Replace with:", self.replvar)[0]
73
74 def create_command_buttons(self):
75 """Create base and additional command buttons.

Callers

nothing calls this directly

Calls 1

make_entryMethod · 0.80

Tested by

no test coverage detected