Searched
refs:open (Results
3026 -
3050 of
4741) sorted by null
<<121122123124125126127128129130>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
robotparser.py | 57 f = opener.open(self.url)
|
sre_parse.py | 70 self.open = [] 82 self.open.append(gid) 85 self.open.remove(gid) 87 return gid < self.groups and gid not in self.open 293 raise error, "cannot refer to open group"
|
urllib2.py | 11 Handlers needed to open the requested URL. For example, the 127 return _opener.open(url, data, timeout) 347 elif condition == "open": 386 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): member in class:OpenerDirector 629 return self.parent.open(new, timeout=req.timeout) 751 return self.parent.open(req, timeout=req.timeout) 885 return self.parent.open(req, timeout=req.timeout) 924 f = open("/dev/urandom" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_difflib.py | 187 #with open('test_difflib_expect.html','w') as fp: 190 with open(findfile('test_difflib_expect.html')) as fp:
|
test_pep352.py | 46 inheritance_tree = open(os.path.join(os.path.split(__file__)[0],
|
test_poll.py | 83 f = open(TESTFN, 'w')
|
test_sax.py | 458 xml_test_out = open(TEST_XMLFILE_OUT).read() 470 parser.parse(open(TEST_XMLFILE)) 485 parser.parse(open(fname)) 650 inpsrc.setByteStream(open(TEST_XMLFILE))
|
test_tcl.py | 106 fd = open(filename,'w')
|
test_unicode_file.py | 151 # and again with os.open. 152 f = os.open(filename, os.O_CREAT)
|
test_urllibnet.py | 108 open_url = urllib.FancyURLopener().open(URL)
|
test_xpickle.py | 28 exec compile(open(mod_path).read(), mod_path, 'exec') in pickletester.__dict__
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 87 f = open(path, 'rb') 166 The SOURCE argument is a file object open for reading 168 argument is a file object open for writing (or
|
_LWPCookieJar.py | 83 f = open(filename, "w")
|
base64.py | 342 -t: encode and decode string 'Aladdin:open sesame'"""%sys.argv[0] 351 with open(args[0], 'rb') as f: 358 s0 = "Aladdin:open sesame"
|
dis.py | 214 f = open(fn)
|
mailcap.py | 22 fp = open(mailcap, 'r')
|
quopri.py | 220 fp = open(file) 222 sys.stderr.write("%s: can't open (%s)\n" % (file, msg))
|
robotparser.py | 57 f = opener.open(self.url)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_lock.py | 25 self.env.open(self.homeDir, db.DB_THREAD | db.DB_INIT_MPOOL |
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
archive_util.py | 101 tar = tarfile.open(archive_name, 'w|%s' % tar_compression[compress])
|
emxccompiler.py | 274 f = open(fn)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 95 f = open(path, 'w')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
log.py | 171 fp = open(absname)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialogBase.py | 14 def open(self, text, searchphrase=None): member in class:SearchDialogBase
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
driver.py | 97 stream = codecs.open(filename, "r", encoding)
|
Completed in 937 milliseconds
<<121122123124125126127128129130>>