> On 12 Apr 2019, at 19:16, Eric V. Smith <e...@trueblade.com> wrote: > > I don't want to speak for the OP, but I have a similar use case (which is why > I wrote calllib). My use case is: I have number of callables that I don't > control. I also have a dict of parameters that the callables might take as > parameters. I want to call one of the callables, passing only the subset of > parameters that that particular callable takes. Could you expand on "that I don't control"? Where do these come from? We have similar used cases in libs we've created but there we define that the API is that you must do **_ to be compatible with future versions of the lib. / Anders _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
- Re: [Python-ideas] Syntax for allowing extra keys when u... Chris Angelico
- Re: [Python-ideas] Syntax for allowing extra keys w... Viktor Roytman
- Re: [Python-ideas] Syntax for allowing extra keys when u... Rhodri James
- Re: [Python-ideas] Syntax for allowing extra keys w... Viktor Roytman
- Re: [Python-ideas] Syntax for allowing extra ke... Rhodri James
- Re: [Python-ideas] Syntax for allowing extr... Viktor Roytman
- Re: [Python-ideas] Syntax for allowing ... Viktor Roytman
- Re: [Python-ideas] Syntax for allowing extra keys w... Eric V. Smith
- Re: [Python-ideas] Syntax for allowing extra ke... Anders Hovmöller
- Re: [Python-ideas] Syntax for allowing extr... Eric V. Smith
- Re: [Python-ideas] Syntax for allowing extra keys when u... Nathaniel Smith
- Re: [Python-ideas] Syntax for allowing extra keys when u... Juancarlo Añez
- Re: [Python-ideas] Syntax for allowing extra keys w... Chris Angelico
- Re: [Python-ideas] Syntax for allowing extra ke... Viktor Roytman
- Re: [Python-ideas] Syntax for allowing extra ke... Juancarlo Añez
- Re: [Python-ideas] Syntax for allowing extr... Chris Angelico
- Re: [Python-ideas] Syntax for allowing extra keys when u... Lucas Bourneuf
- Re: [Python-ideas] Syntax for allowing extra keys w... Viktor Roytman
- Re: [Python-ideas] Syntax for allowing extra ke... Eric V. Smith