Searched refs:_dft_ic (Results 1 – 1 of 1) sorted by relevance
233 _dft_ic = None variable236 global _dft_ic237 if _dft_ic is None: _dft_ic = IC()238 return _dft_ic.launchurl(url, hint)241 global _dft_ic242 if _dft_ic is None: _dft_ic = IC()243 return _dft_ic.parseurl(data, start, end, hint)246 global _dft_ic247 if _dft_ic is None: _dft_ic = IC()248 return _dft_ic.mapfile(filename)[all …]