OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close_when_done
(Results
1 - 12
of
12
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py
108
close_when_done
= None # Window to be closed when done colorizing
variable in class:ColorDelegator
110
def close(self,
close_when_done
=None):
118
if
close_when_done
:
120
close_when_done
.destroy()
122
self.
close_when_done
=
close_when_done
165
if self.
close_when_done
:
166
top = self.
close_when_done
167
self.
close_when_done
= None
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ColorDelegator.py
108
close_when_done
= None # Window to be closed when done colorizing
variable in class:ColorDelegator
110
def close(self,
close_when_done
=None):
118
if
close_when_done
:
120
close_when_done
.destroy()
122
self.
close_when_done
=
close_when_done
165
if self.
close_when_done
:
166
top = self.
close_when_done
167
self.
close_when_done
= None
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py
193
self.dtp.
close_when_done
()
199
self.dtp.
close_when_done
()
204
self.dtp.
close_when_done
()
test_asynchat.py
218
c.
close_when_done
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py
193
self.dtp.
close_when_done
()
199
self.dtp.
close_when_done
()
204
self.dtp.
close_when_done
()
test_asynchat.py
218
c.
close_when_done
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py
204
def
close_when_done
(self):
member in class:async_chat
smtpd.py
211
self.
close_when_done
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py
204
def
close_when_done
(self):
member in class:async_chat
smtpd.py
211
self.
close_when_done
()
/prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py
211
self.
close_when_done
()
/prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py
211
self.
close_when_done
()
Completed in 1388 milliseconds