27th May 2020
TIL
Introspecting Python function parameters
— For https://github.com/simonw/datasette/issues/581 I want to be able to inspect a Python function to determine which named parameters it accepts and send only those arguments.