Searched
refs:close (Results
2951 -
2975 of
8652) sorted by null
<<111112113114115116117118119120>>
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/ |
__init__.py | 32 def close(self): member in class:_GdbFile
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
contextlib.py | 133 """Context to automatically close something at the end of a block. 146 f.close() 154 self.thing.close()
|
poplib.py | 249 """Signoff: commit changes on server, unlock mailbox, close connection.""" 254 self.file.close() 255 self.sock.close() 345 self.sock.close() 392 """Signoff: commit changes on server, unlock mailbox, close connection.""" 397 self.sock.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 45 f.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_scripts.py | 49 f.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 42 fp.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 85 f.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
dump.py | 12 self.cx.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 29 fp.close()
|
test_dircache.py | 23 f.close()
|
test_select.py | 50 p.close()
|
test_thread.py | 238 os.close(self.read_fd) 242 os.close(self.write_fd) 250 os.close(self.read_fd) 255 os.close(self.write_fd)
|
test_urllib2net.py | 79 # calling .close() on urllib2's response objects should close the 92 response.close() 120 f.close() 176 res.close() 192 # Some sites do not send Connection: close header. 195 URL = 'http://www.imdb.com' # No Connection:close 238 f.close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
handlers.py | 78 # Note to self: don't move the close()! Asynchronous servers shouldn't 79 # call close() from finish_response(), so if you close() anywhere but 92 self.close() 118 """Send any iterable data, then close self and the iterable 123 'self.close()' once the response is finished. 131 self.close() 252 def close(self): member in class:BaseHandler 253 """Close the iterable (if needed) and reset all instance vars 258 if hasattr(self.result,'close') [all...] |
validate.py | 86 - That .close() is not called 94 - That .close() is not called, and no other methods are provided. 107 - That .close() is called (doesn't raise exception, only prints to 138 (except for a failure to close the application iterator, which 217 def close(self): member in class:InputWrapper 218 assert_(0, "input.close() must not be called") 236 def close(self): member in class:ErrorWrapper 237 assert_(0, "errors.close() must not be called") 278 def close(self): member in class:IteratorWrapper 280 if hasattr(self.original_iterator, 'close') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementInclude.py | 85 file.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
contextlib.py | 133 """Context to automatically close something at the end of a block. 146 f.close() 154 self.thing.close()
|
poplib.py | 249 """Signoff: commit changes on server, unlock mailbox, close connection.""" 254 self.file.close() 255 self.sock.close() 345 self.sock.close() 392 """Signoff: commit changes on server, unlock mailbox, close connection.""" 397 self.sock.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 45 f.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_scripts.py | 49 f.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 42 fp.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 85 f.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
dump.py | 12 self.cx.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 29 fp.close()
|
test_dircache.py | 23 f.close()
|
Completed in 552 milliseconds
<<111112113114115116117118119120>>