Maybe I should have known this about Python by now, but… Little did I know (was wishing for it today), but there IS a way to specify that arguments MUST be keyword only. In this case, everything after the * is required to be keyword only. This means that you can safely amend the function [...]
Archive for December 8th, 2009
Python has keyword only parameters!
Posted in Engineering, Technique, tagged keyword arguments, programming, Python on December 8, 2009 | Leave a Comment »