Q:

what is a monkey patch

from SomeOtherProduct.SomeModule import SomeClass

def speak(self):
    return "ook ook eee eee eee!"

SomeClass.speak = speak
0

New to Communities?

Join the community