Home | History | Annotate | Download | only in test

Lines Matching refs:__doc__

888         self.assertIn('into coroutine', ct.send.__doc__)
889 self.assertIn('inside coroutine', ct.close.__doc__)
890 self.assertIn('in coroutine', ct.throw.__doc__)
891 self.assertIn('of the coroutine', ct.__dict__['__name__'].__doc__)
892 self.assertIn('of the coroutine', ct.__dict__['__qualname__'].__doc__)