Le 30/04/2018 à 17:30, Chris Angelico a écrit : > >> def do_things(fire_missiles=False, plant_flowers=False): ... >> do_things(plant_flowers:=True) # whoops! > > If you want your API to be keyword-only, make it keyword-only. If you > want a linter that recognizes unused variables, get a linter that > recognizes unused variables. Neither of these is the fault of the > proposed syntax; you could just as easily write this: > > do_things(plant_flowers==True) Unless you have a `plant_flowers` variable already defined, this will raise a NameError, not plant a silent bug. Regards Antoine.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4