##// END OF EJS Templates
Remove explicit passing state arg in favor of self.directive.state
Remove explicit passing state arg in favor of self.directive.state

File last commit:

r11699:327c104f
r14799:a8474217
Show More
other.ipynb
32 lines | 501 B | text/plain | TextLexer

This notebook just defines bar

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