D | mock.py | 391 def stub_with(self, namespace, symbol, new_attribute): member in mock_god 411 self.stub_with(namespace, symbol, mock_attribute) 416 self.stub_with(cls, symbol, staticmethod(mock_attribute)) 422 self.stub_with(namespace, symbol, mock_class) 433 self.stub_with(namespace, symbol,
|