MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / __ior__

Method __ior__

cassandra/util.py:335–337  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

333 self.add(element)
334
335 def __ior__(self, other):
336 self.update(other)
337 return self
338
339 # Helper functions for simple delegating methods.
340 def _apply(self, other, method):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected