Home
last modified time | relevance | path

Searched refs:WithAsyncIterator (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
H A Dtestasync.py694 class WithAsyncIterator(object): class in AsyncIteratorTest
712 instance = self.WithAsyncIterator()
737 mock_instance = mock_type(self.WithAsyncIterator())
742 mock_instance = mock_type(self.WithAsyncIterator())
747 mock_instance = mock_type(self.WithAsyncIterator())

Completed in 2 milliseconds