Searched refs:module_code (Results 1 – 4 of 4) sorted by relevance
29 module_code={'pkg': __init__})46 module_code={'pkg': __init__})66 module_code={'pkg.subpkg': __init__})95 module_code={'mod': module_injection})
88 def module_code(): function91 module_code={'pkg.mod': module_code}) as importer:
217 def __init__(self, *names, module_code={}): argument219 self.module_code = {}239 if import_name in module_code:240 self.module_code[import_name] = module_code[import_name]269 if fullname in self.module_code:271 self.module_code[fullname]()299 self.module_code[module.__spec__.name]()
89 with test_util.mock_modules(*modules, module_code=code) as mock:214 module_code={'top_level': code})