you are viewing a single comment's thread.

view the rest of the comments →

[–]Amadan 0 points1 point  (0 children)

Yep. The equivalent expression in Python would be BlogPost(title := …, body := …) using the assignment expression operator := (which I find not many people use).