You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kushal Subedi
9b5b853f63
Removed redundant update method for adding key-value pair in dict.
It is simpler to do it directly rather than via update method. This also eliminates the overhead of constructing another dictionary and calling a method, so should slightly improve performance. [ Read at Sourcery]
2 years ago
..
tutorial001.py
Removed redundant update method for adding key-value pair in dict.
2 years ago
tutorial001_py310.py
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
tutorial002.py
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
tutorial002_py310.py
✨ Add docs and tests for Python 3.9 and Python 3.10 (#3712)
3 years ago
tutorial003.py
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
tutorial003_py310.py
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
tutorial004.py
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
tutorial004_py310.py
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
tutorial005.py
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
tutorial005_py310.py
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago