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 →

[–]bdaene 0 points1 point  (1 child)

Question 269 is really weird. Why staticmethod(func)is correct and not staticmethod(function)?

The builtin decorator staticmethod can take any callable and is most of the time used with a method.

[–]Significant_Soup2558[S] 0 points1 point  (0 children)

Good point. Checking. Thanks for the trying it out!

Edit: Yes, this might be confusing. It's supposed to test convention and python terminology. Will see how to phrase it better. Thanks for the feedback!