Lines Matching defs:spam
31 with import_helper.CleanImport('__phello__', '__phello__.spam'):
35 import __phello__.spam as spam
36 self.assertIs(spam, __phello__.spam)
39 self.assertIs(spam.__spec__.loader,
43 with import_helper.CleanImport('__phello__', '__phello__.spam'):
47 import __phello__.spam as spam
48 self.assertIs(spam, __phello__.spam)
51 self.assertIsNot(spam.__spec__.loader,