Searched refs:from_module (Results 1 – 3 of 3) sorted by relevance
49 namespace.add_collection(Collection.from_module(cleanup), name="cleanup")50 namespace.add_collection(Collection.from_module(test))51 namespace.add_collection(Collection.from_module(release))
70 from_module = __import__(from_where, globals(), locals(), [module])71 return getattr(from_module, module)
73 const Module* from_module) { in CopyCFIDataBetweenModules() argument79 from_module->GetStackFrameEntries(&from_data); in CopyCFIDataBetweenModules()