Lines Matching defs:close
228 Test delegating 'close'
250 g.close()
262 Test handling exception while delegating 'close'
286 g.close()
462 Test delegation of close() to non-generator
475 gi.close()
569 gi.close()
944 # Check with close
950 def close(self_):
957 g1.close()
1007 # - gen_close_iter is called to close the inner_gen generator, which