##// 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 / core / magics
__init__.py Loading ...
auto.py Loading ...
basic.py Loading ...
code.py Loading ...
config.py Loading ...
deprecated.py Loading ...
display.py Loading ...
execution.py Loading ...
extension.py Loading ...
history.py Loading ...
logging.py Loading ...
namespace.py Loading ...
osm.py Loading ...
pylab.py Loading ...
script.py Loading ...