Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).
Monkeypatch nose to accept any callable as a method.
By default, nose’s ismethod() fails for static methods. Once this is fixed in upstream nose we can disable it.
Notes:
needed.