Newbetuts
.
New posts in monkeypatching
Monkey patching a @property
python
python-3.x
monkeypatching
In Rails, how to add a new method to String class?
ruby
ruby-on-rails-3
monkeypatching
Can you patch *just* a nested function with closure, or must the whole outer function be repeated?
python
closures
monkeypatching
How can I modify the XMLHttpRequest responsetext received by another function?
javascript
ajax
xmlhttprequest
monkeypatching
How to get object itself in custom Object.prototype.xxx function?
javascript
object
monkeypatching
Is there a way to monkey patch a class inside a module before the module body is executed in python?
python
module
mocking
monkeypatching
How does one monkey patch a function in python?
python
monkeypatching
Monkey patching a class in another module in Python
python
class
unit-testing
monkeypatching
What does 'Monkey Patching' exactly Mean in Ruby?
ruby
terminology
monkeypatching
Monkey-patch Python class
python
monkeypatching
Is it possible to replace (monkeypatch) PHP functions?
php
function
monkeypatching
Mocking a script with no `if __name__=="__main__":` block
python
mocking
monkeypatching
Can I patch a Python decorator before it wraps a function?
python
unit-testing
mocking
decorator
monkeypatching
Why is it frowned upon to modify JavaScript object's prototypes?
javascript
monkeypatching
Redefine Python object method?
python
object
monkeypatching
redefinition
Can you monkey patch methods on core types in Python?
python
ruby
programming-languages
monkeypatching
fluent-interface
Can I add custom methods/attributes to built-in Python types?
python
custom-attributes
monkeypatching
built-in-types
Making object JSON serializable with regular encoder
python
json
serialization
monkeypatching
How to add property to a class dynamically?
python
properties
runtime
monkeypatching
When monkey patching an instance method, can you call the overridden method from the new implementation?
ruby
monkeypatching
Prev
Next