> doesn't require you to have object instances to call non-static functions
Not sure, what you mean, because you need to pass something for self?
Either:
obj.foo (args...);
cls.foo (obj, args...);
> doesn't require you to have object instances to call non-static functions
Not sure, what you mean, because you need to pass something for self?
Either:
Or: