OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ishandlerrunning
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py
155
ishandlerrunning
= self.
ishandlerrunning
,
157
ishandlerrunning
[:] = [True]
172
ishandlerrunning
[:] = []
193
#
ishandlerrunning
is a list. An empty one means no, otherwise - yes.
195
self.
ishandlerrunning
= []
217
if not self.
ishandlerrunning
:
224
if not self.
ishandlerrunning
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py
155
ishandlerrunning
= self.
ishandlerrunning
,
157
ishandlerrunning
[:] = [True]
172
ishandlerrunning
[:] = []
193
#
ishandlerrunning
is a list. An empty one means no, otherwise - yes.
195
self.
ishandlerrunning
= []
217
if not self.
ishandlerrunning
:
224
if not self.
ishandlerrunning
:
Completed in 25 milliseconds