Overwriting Functions from another package in your package

There is no way to directly monkey patch functions like this in a good way if the function itself does not provide the flexibility to do so in the first place. One possibility is to suggest some API in Luxor to be able to have enough flexibility to add the extra stuff you need.

6 Likes