Lines Matching refs:mf
349 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
353 mod = mf.add_module("servicemanager")
357 mf.import_hook(mod)
364 mf.import_hook(mod[:-2], None, ["*"])
366 mf.import_hook(mod)
368 mf.load_file(mod)
372 mf.run_script(scriptfile)
374 mf.load_file(scriptfile)
377 mf.report()
379 dict = mf.modules
382 missing = mf.any_missing()