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

Method recv_body

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

Source from the content-addressed store, hash-verified

506
507 @classmethod
508 def recv_body(cls, f, *args):
509 options = read_stringmultimap(f)
510 cql_versions = options.pop('CQL_VERSION')
511 return cls(cql_versions=cql_versions, options=options)
512
513
514# used for QueryMessage and ExecuteMessage

Callers

nothing calls this directly

Calls 2

read_stringmultimapFunction · 0.85
popMethod · 0.45

Tested by

no test coverage detected