What is monkey patching in Python?

By ayush goel in 22 Sep 2023 | 04:11 pm
ayush goel

ayush goel

Student
Posts: 346
Member since: 21 Sep 2023

What is monkey patching in Python?

22 Sep 2023 | 04:11 pm
0 Likes
divas goyal

divas goyal

Student
Posts: 453
Member since: 22 Sep 2023

class MyClass:

    def __init__(self, value):

        self.value = value


    def my_method(self):

        return f"Value is {self.value}"


22 Sep 2023 | 06:28 pm
0 Likes

Report

Please describe about the report short and clearly.