MCPcopy Create free account
hub / github.com/apache/qpid-proton / __iadd__

Method __iadd__

python/proton/_data.py:545–547  ·  view source on GitHub ↗

Handles list1 += list2

(self, t)

Source from the content-addressed store, hash-verified

543 return SymbolList(super(SymbolList, self).__add__(self._check_list(t)), raise_on_error=self.raise_on_error)
544
545 def __iadd__(self, t):
546 """ Handles list1 += list2 """
547 return super(SymbolList, self).__iadd__(self._check_list(t))
548
549 def __eq__(self, other):
550 """ Handles list1 == list2 """

Callers

nothing calls this directly

Calls 1

_check_listMethod · 0.95

Tested by

no test coverage detected