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

Method recv_body

cassandra/protocol.py:432–434  ·  view source on GitHub ↗
(cls, f, *args)

Source from the content-addressed store, hash-verified

430
431 @classmethod
432 def recv_body(cls, f, *args):
433 authname = read_string(f)
434 return cls(authenticator=authname)
435
436
437class CredentialsMessage(_MessageType):

Callers

nothing calls this directly

Calls 1

read_stringFunction · 0.85

Tested by

no test coverage detected