Lines Matching defs:module
10 module: types.ModuleType
13 xxo = self.module.Xxo()
16 xxo = self.module.Xxo()
31 self.assertEqual(self.module.foo(1, 2), 3)
34 self.assertTrue(issubclass(self.module.Str, str))
35 self.assertIsNot(self.module.Str, str)
37 custom_string = self.module.Str("abcd")
42 xxo = self.module.new()
47 module = xxlimited
50 xxo = self.module.Xxo()
51 other = self.module.Xxo()
58 with self.assertRaises(self.module.Error):
59 raise self.module.Error
62 xxo = self.module.Xxo()
74 module = xxlimited_35
77 xxo = self.module.Xxo()
78 other = self.module.Xxo()
85 self.module.roj(0)
88 null1 = self.module.Null()
89 null2 = self.module.Null()