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
Instead of referencing parameter kinds as class attributes on the private
`_ParameterKind` class we reference them on the public `Parameter` class. This
has two advantages:
1) We don't use a private interface.
2) The class attributes on `_ParameterKind` have only been added in Python 3.5,
but on `Parameter` they have existed since Python 3.3.
0 commit comments