Lines Matching defs:close
825 c.close() # avoid RuntimeWarning that coro() was not awaited
877 c.close() # avoid RuntimeWarning that coro() was not awaited
884 def close(self):
894 def close(self):
1169 def close(self): pass
1175 def close(self): pass
1179 def close(self): pass
1193 def close(self): pass
1218 self.assertIsNone(mgen.close())
1228 self.assertRaises(ValueError, FailOnClose().close)
1234 self.assertRaises(RuntimeError, IgnoreGeneratorExit().close)