##// END OF EJS Templates
register default deprecation warning filter....
register default deprecation warning filter. warn user if (s)he use a deprecated feature interactively. Closes #8478 In [1]: %run -i foo In [2]: foo() foo.py:4: DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future print('x'*np.float64(3.5)) xxx In [3]: from foo import foo In [4]: foo() xxx
Matthias Bussonnier -
r21391:1478e0d7
Show More
Name Size Modified Last Commit Author
/ IPython / external
decorators
__init__.py Loading ...
mathjax.py Loading ...
qt_for_kernel.py Loading ...
qt_loaders.py Loading ...