On 2017-10-11 23:05, Nick Coghlan wrote: > It's akin to "static method", "class method", and "instance method" for function > definitions (although the last one isn't a typical decorator, since it's the > default behaviour for functions placed inside a class). Thanks, I'm still thinking of it as inheritance for some reason. -Mike