OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_entries
(Results
1 - 8
of
8
) sorted by null
/external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py
60
self.dialog.
create_entries
= Func()
68
self.assertTrue(self.dialog.
create_entries
.called)
91
self.dialog.
create_entries
()
/external/python/cpython3/Lib/idlelib/idle_test/
test_searchbase.py
61
self.dialog.
create_entries
= Func()
69
self.assertTrue(self.dialog.
create_entries
.called)
93
self.dialog.
create_entries
()
/external/python/cpython2/Lib/idlelib/
GrepDialog.py
46
def
create_entries
(self):
member in class:GrepDialog
47
SearchDialogBase.
create_entries
(self)
SearchDialogBase.py
10
1 or 2 labeled text entry lines (make_entry,
create_entries
);
87
self.
create_entries
() # row 0 (and maybe 1), cols 0, 1
105
def
create_entries
(self):
member in class:SearchDialogBase
ReplaceDialog.py
41
def
create_entries
(self):
member in class:ReplaceDialog
42
SearchDialogBase.
create_entries
(self)
/external/python/cpython3/Lib/idlelib/
grep.py
75
def
create_entries
(self):
member in class:GrepDialog
77
SearchDialogBase.
create_entries
(self)
searchbase.py
11
1 or 2 labeled text entry lines (make_entry,
create_entries
);
89
self.
create_entries
() # row 0 (and maybe 1), cols 0, 1
107
def
create_entries
(self):
member in class:SearchDialogBase
replace.py
49
def
create_entries
(self):
member in class:ReplaceDialog
51
SearchDialogBase.
create_entries
(self)
Completed in 164 milliseconds