Using
def foo(positional, keyword=True)
def foo(*args, **kwargs)
is straightforward.
But combining all Python argument types can get a bit tricky.
How to sort them and which value will end up where?
#python
https://t.co/o72yqJtszR http://twitter.com/NielsRoscher/status/1266234676575793152