Keyword-only args
Section: Functions
Keyword-only args
python
python
def resize(image, *, width: int, height: int):
return image, width, heightLearn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Functions