Home
last modified time | relevance | path

Searched refs:readfp (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/
Dmimetypes.py203 self.readfp(fp, strict)
205 def readfp(self, fp, strict=True): member in MimeTypes
374 db.readfp(f, True)
DConfigParser.py310 def readfp(self, fp, filename=None): member in RawConfigParser
/external/autotest/client/bin/
Dtest_config.py38 self.parser.readfp(self.cfg)
57 self.parser.readfp(self.cfg)
/external/autotest/site_utils/autoupdate/
Drelease.py61 self._release_config.readfp(open(_RELEASE_CONFIG_FILE))
/external/autotest/client/common_lib/cros/
Davahi_utils.py44 conf.readfp(io.BytesIO(existing_config))
/external/python/cpython2/Doc/library/
Dmimetypes.rst182 :meth:`readfp` methods. The mapping dictionaries may also be cleared before
240 Load MIME information from a file named *filename*. This uses :meth:`readfp` to
247 .. method:: MimeTypes.readfp(fp, strict=True)
Dconfigparser.rst284 load the required file or files using :meth:`readfp` before calling :meth:`read`
290 config.readfp(open('defaults.cfg'))
297 .. method:: RawConfigParser.readfp(fp[, filename])
546 >>> config.readfp(io.BytesIO(sample_config))
/external/autotest/frontend/afe/
Dmoblab_rpc_interface_unittest.py303 shadow_config.readfp(StringIO.StringIO(shadow_config_str))
348 shadow_config.readfp(StringIO.StringIO(shadow_config_str))
/external/python/cpython2/Lib/test/
Dtest_mimetypes.py39 self.db.readfp(sio)
Dtest_cfgparser.py46 cf.readfp(sio)
183 self.assertRaises(exc, self.cf.readfp, sio)
444 cf_from_file.readfp(f)
/external/clang/utils/check_cfc/
Dcheck_cfc.py322 config.readfp(io.BytesIO(default_config))
/external/fio/tools/hist/
Dfiologparser_hist.py266 cp.readfp(fp)
/external/python/cpython2/Lib/logging/
Dconfig.py73 cp.readfp(fname)
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1132 >>> config.readfp(StringIO.StringIO(sample_config))