##// END OF EJS Templates
statelessify matjaxutils...
statelessify matjaxutils stateless-ification of function that was using module level variable to share data. Now varaible are passed around, and usage of replace math require user to pass a return value of remove_math around

File last commit:

r8121:66727cb1
r11524:59937b1a
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
import sys
print sys.argv[1:]