Skip to content

Instantly share code, notes, and snippets.

@ConorMcGee
Created February 7, 2018 10:46
Show Gist options
  • Save ConorMcGee/ffbb7e724878b5240bc7e14b4ab76763 to your computer and use it in GitHub Desktop.
Save ConorMcGee/ffbb7e724878b5240bc7e14b4ab76763 to your computer and use it in GitHub Desktop.
from some_library import OriginalClass
class CustomClass(OriginalClass):
def original_method(*args, **kwargs):
# do stuff the way I want to do it instead of the way the library does it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment