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

Method __init__

cassandra/io/asyncorereactor.py:85–86  ·  view source on GitHub ↗
(self, fd)

Source from the content-addressed store, hash-verified

83class _PipeWrapper(object):
84
85 def __init__(self, fd):
86 self.fd = fd
87
88 def fileno(self):
89 return self.fd

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected