Define a method outside of class definition?
class MyClass: def myFunc(self): pass Can I create MyFunc() outside of the class definition, maybe even in another module? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful … Read more