##// END OF EJS Templates
Fix skip decorator....
Fix skip decorator. If called w/o argument would just skip the function always. Now raises if no message is passed.

File last commit:

r21637:d1ce07b2
r25097:24314829
Show More
other.ipynb
44 lines | 748 B | text/plain | TextLexer

This notebook just defines bar

InĀ [2]:
def bar(x):
    return "bar" * x