mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
asyncio: Document EventLoop.close().
This commit is contained in:
parent
2b57016458
commit
e3f52ef067
3 changed files with 20 additions and 0 deletions
|
|
@ -1471,6 +1471,8 @@ class AbstractEventLoopTests(unittest.TestCase):
|
|||
NotImplementedError, loop.stop)
|
||||
self.assertRaises(
|
||||
NotImplementedError, loop.is_running)
|
||||
self.assertRaises(
|
||||
NotImplementedError, loop.close)
|
||||
self.assertRaises(
|
||||
NotImplementedError, loop.call_later, None, None)
|
||||
self.assertRaises(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue