cqlsh-expansion/pylib/cqlshlib/copyutil.py [167:172]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def close(self):
        for ch in self.channels:
            try:
                ch.close()
            except Exception:
                pass
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cqlsh-expansion/pylib/cqlshlib/copyutil.py [221:226]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def close(self):
        for ch in self.channels:
            try:
                ch.close()
            except Exception:
                pass
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



