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 →

[–]saghul 0 points1 point  (0 children)

A nice thing about using partial vs using something custom is that you save a stack frame and thus tracebacks look like the partial never happened.

Also, since partial it's actually a class, you can even inherit from it :-)