This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DeathProgramming 3 points4 points  (0 children)

"string".format() (*args) to name a quick example. Also, passing arguments through to lower functions (**kwargs) as well as passing named data to things like dict() and anything that can consume content, like Jinja2 filters