You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some methods in Lumen need different inputs depending on the class it is called from. An example of this could be from_spec, the example below. I would like to see these non-standard keywords being keyword-only arguments, so passing in the wrong arguments is impossible.
Some methods in Lumen need different inputs depending on the class it is called from. An example of this could be
from_spec
, the example below. I would like to see these non-standard keywords being keyword-only arguments, so passing in the wrong arguments is impossible.lumen/lumen/views/base.py
Lines 267 to 269 in 9580995
lumen/lumen/dashboard.py
Line 299 in 9580995
The text was updated successfully, but these errors were encountered: