@datamancer I'd make them two separate functions if you find yourself particularly wanting both styles.
You could even get fancy and attach one function as an attribute of the other like itertools.chain and itertools.chain.from_iterable (technically chain is a implement as a class but the same could work for functions).