Lines Matching refs:mf
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
349 mod = mf.add_module("servicemanager")
353 mf.import_hook(mod)
360 mf.import_hook(mod[:-2], None, ["*"])
362 mf.import_hook(mod)
364 mf.load_file(mod)
368 mf.run_script(scriptfile)
370 mf.load_file(scriptfile)
373 mf.report()
375 dict = mf.modules
378 missing = mf.any_missing()