Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created October 17, 2019 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/f58b8897e9372389597cb4a7fc404fb2 to your computer and use it in GitHub Desktop.
Save NMZivkovic/f58b8897e9372389597cb4a7fc404fb2 to your computer and use it in GitHub Desktop.
# Option 1
function(11, 9)
# Option 2
function(a = 11, 9)
@cshoe
Copy link

cshoe commented Oct 21, 2019

Hi @NMZivkovic,

It looks like the following line is both in this gist that is shown as a possible calling options in the blog post as well in postparams3.py, which is referenced as a way you can't call positional-only parameter functions.

function(a = 11, 9)

Apologies if I'm mistaken and read it wrong.

Thanks for making the post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment