##// END OF EJS Templates
update parallel magics...
update parallel magics * no longer in extension * can have multiple active sets of magics with optional suffix * add pxconfig * %result only fetches last result, but accepts display-order args * use magic_arguments decorators

File last commit:

r3408:261328d5
r7476:ad8073a2
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *