##// END OF EJS Templates
Renamed @register_magics to @magics_class to avoid confusion....
Renamed @register_magics to @magics_class to avoid confusion. The main ipython object also has a .register_magics method that must often be used in close proximity to the class decorator, yet does something completely different. Having these two objects with the same name yet different purposes was proving to be quite confusing in my testing usage so far.

File last commit:

r2045:2b04bcfb
r6973:1f1d8fa1
Show More
shadowns.py
1 line | 24 B | text/x-python | PythonLexer
""" Shadow namespace """