OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__show
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py
287
self.
__show
= kw["show"]
290
self.
__show
= None
295
if self.
__show
is not None:
296
entry.configure(show=self.
__show
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py
287
self.
__show
= kw["show"]
290
self.
__show
= None
295
if self.
__show
is not None:
296
entry.configure(show=self.
__show
)
Completed in 97 milliseconds