Python Forum

Full Version: a class calling one of its own methods?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when a method in a class calls one on its own methods (either a different one or itself) does it need to pass self in arg 1 or is it also included just like a call from outside?
It is just like a call from outside.