Forbidden Fruit: Patch built-in Python objects
https://github.com/clarete/forbiddenfruit
PythonPython supports duck-typing, but it will not work on built-in types. forbiddenfruit
allows adding or overwrite functions of built-in types such as int
or str
.