commit | c8dfa7333d6317d7cd8c5c7366023f5a668e3f91 | [log] [tgz] |
---|---|---|
author | Xtreak <tir.karthi@gmail.com> | Tue Sep 10 11:37:17 2019 +0100 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 10 03:37:17 2019 -0700 |
tree | 94c61ee92b8f6ae47722db90893a1acad44f54a4 | |
parent | bd0c7a12d9e28ce74bfc16244d7694aca906838c [diff] |
bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) Add examples for mocking asynchronous iterators and asynchronous context managers. https://bugs.python.org/issue37052