Searched refs:iconcat (Results 1 – 3 of 3) sorted by relevance
343 def iconcat(a, b): function449 __iconcat__ = iconcat
489 .. function:: iconcat(a, b)492 ``a = iconcat(a, b)`` is equivalent to ``a += b`` for *a* and *b* sequences.
494 self.assertEqual(operator.iconcat (c, c), "iadd")