A Python module that multiplexes interactions with lists of objects, allowing method calls and attribute access to be broadcast across a collection. The current version is 0.09. Release cadence is low, with no recent updates.
pip install mulpyplexerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Multiplex method calls across a list of objects.
Access the original list via mp.__wrapped__.
Use sequential processing if order matters.
Test with Python 3; consider using list comprehensions as alternative.
No dependency data recorded yet.
No resource links recorded.