Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/
Dic.py233 _dft_ic = None variable
236 global _dft_ic
237 if _dft_ic is None: _dft_ic = IC()
238 return _dft_ic.launchurl(url, hint)
241 global _dft_ic
242 if _dft_ic is None: _dft_ic = IC()
243 return _dft_ic.parseurl(data, start, end, hint)
246 global _dft_ic
247 if _dft_ic is None: _dft_ic = IC()
248 return _dft_ic.mapfile(filename)
[all …]