-
Notifications
You must be signed in to change notification settings - Fork 949
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add required kwargs with no default value
In the next major release we will update some method signature. In order to help users in the transition, add this new special value which allows a user to specify an argument as a regular arg and as a kwarg. In the case of the breaking change of the method `Worksheet.update()` it will allow users to speficy the argument names and keep their code running when the update arrives with no changes. closes #1264
- Loading branch information
1 parent
900e360
commit 551feef
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters