braboj / tutorial-python

Awesome Python!
2 stars 2 forks source link

[Part A, ch.8] - Code refactory #33

Closed jordrag closed 12 months ago

jordrag commented 1 year ago

Paragraph 8.19. Function Introspection code needs a little refactoring: a regular parameter like c=20 can't be after other with "*", and should be displaced. There are no "kwdefaults" and "annotations" parameters in "foo" function.

braboj commented 1 year ago

Paragraph 8.17. Function Introspection code needs a little refactoring:

a regular parameter like c=20 can't be after other with "*", and should be displaced.

There are no "kwdefaults" and "annotations" parameters in "foo" function.

  • Yes, please make a commit and create a pull request.