Searched refs:normal_method (Results 1 – 2 of 2) sorted by relevance
24 def normal_method(self): pass member in AsyncClass212 self.assertIsInstance(mock_method.normal_method, MagicMock)292 self.assertIsInstance(mock.normal_method, MagicMock)301 self.assertIsInstance(mock.normal_method, Mock)307 mock.normal_method407 self.assertFalse(iscoroutinefunction(mock.normal_method))409 self.assertIsInstance(mock.normal_method, MagicMock)
1714 fn normal_method() { in normal_method() function