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

Method create_entries

Lib/idlelib/searchbase.py:116–118  ·  view source on GitHub ↗

Create one or more entry lines with make_entry.

(self)

Source from the content-addressed store, hash-verified

114 return entry, label
115
116 def create_entries(self):
117 "Create one or more entry lines with make_entry."
118 self.ent = self.make_entry("Find:", self.engine.patvar)[0]
119
120 def make_frame(self,labeltext=None):
121 '''Return (frame, label).

Callers 1

create_widgetsMethod · 0.95

Calls 1

make_entryMethod · 0.95

Tested by

no test coverage detected