Home
last modified time | relevance | path

Searched defs:assert_called_once_with (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/unittest/
Dmock.py211 def assert_called_once_with(*args, **kwargs): function
922 def assert_called_once_with(self, /, *args, **kwargs): member in NonCallableMock