Skip to content

refactor(ldap.controls): align decodeControlValue parameter with base class - #649

Open
spaceone wants to merge 1 commit into
python-ldap:mainfrom
spaceone:refactor/control-parameter-signature
Open

spaceone wants to merge 1 commit into
python-ldap:mainfrom
spaceone:refactor/control-parameter-signature

Conversation

@spaceone

Copy link
Copy Markdown
Contributor

Rename the encoded parameter to encodedControlValue to match the signature of ResponseControl.decodeControlValue().

Fixes the invalid-method-override error of type checkers which consider parameter names when checking method overrides.

Issue #368

… class

Rename the `encoded` parameter to `encodedControlValue` to match
the signature of `ResponseControl.decodeControlValue()`.

Fixes the `invalid-method-override` error of type checkers which
consider parameter names when checking method overrides.

Issue python-ldap#368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant