Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    Your solution also works well. I was just showing how to do it without importing types.MethodType. :) Commented Jan 24, 2015 at 17:08
  • 5
    Does using super() inside times_eight() work? Commented Jun 7, 2018 at 12:17
  • 2
    short: s.make = times_eight.__get__(s) Commented Jan 4, 2024 at 14:31