Antony Lee
Antony Lee
I'm going to consider that this is effectively provided by defopt.bind_known.
I will close this as one part is covered by #95 and the other should go to the stdlib. Feel free to reply if you would like to argue otherwise.
Let's just keep things as they are for now. Things work fine in practice (even though the dependency on sphinxcontrib.napoleon is somewhat inelegant), let's not overengineer them; we can always...
Closing for lack of activity and because I don't use argh anymore; feel free to pick up the patch if desired.
Oops, probably a careless rebase, thanks for the ping.
Ah, I had forgotten to implement the exclude kwarg to _mpl_modifiers for some backends, thanks for catching that, the doubling of modifiers should now be fixed. Can I ask for...
I suspect it's just a matter of updating (if needed) the table in _mpl_modifiers (previously _get_key) (perhaps by manually inspecting event.state in various cases); as you have access to a...
@greglucas I got my hands on a mac :) and had a look at https://github.com/matplotlib/matplotlib/pull/23473#pullrequestreview-1216540516. I think the relevant patch to fix the super+meta issue on tk is basically ```...
I emphatically agree that potentially valid input should never warn.
This is currently blocked by the tests being broken with matplotlib 3.8. I'd like to fix that first, but am very unlikely to have time to work on that any...