MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / close

Method close

cassandra/io/asyncorereactor.py:91–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 return self.fd
90
91 def close(self):
92 os.close(self.fd)
93
94 def getsockopt(self, level, optname, buflen=None):
95 # act like an unerrored socket for the asyncore error handling

Callers 2

__init__Method · 0.45
_cleanupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected