Oops, fixing my last example:
readable = mapjoin(
'hello',
f'__{name}__',
sep='\n',
# key=format_record, could be used here
)Signature would be like (illustrating defaults): mapjoin(*args, sep='\n', key=str) _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
