Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ fileno
Method
fileno
cassandra/io/asyncorereactor.py:88–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
86
self.fd = fd
87
88
def
fileno(self):
89
return
self.fd
90
91
def
close(self):
92
os.close(self.fd)
Callers
2
_close
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected