On Thu, May 27, 2021 at 11:34 PM Ethan Furman <et...@stoneleaf.us> wrote:
> So, like the enum.unique decorator that can be used when duplicate names > should be an error, I'm adding a new decorator > to verify that a Flag has no missing aliased values that can be used when > the programmer thinks it's appropriate... but > I have no idea what to call it. > > Any nominations? > @prevent_missing_values? @check_all_values_exist? @sanity_check? Just some midnight thoughts from me.
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/YSZBK7ZDQ6MP3SPZY67HO34QOU3STHBQ/ Code of Conduct: http://python.org/psf/codeofconduct/