Show More
Commit Description:
- clean up link to problem stat and user stat...
Commit Description:
- clean up link to problem stat and user stat (grafted from 45d1e12e9794a23a5431222fe2f4c7461d73a529)
File last commit:
Show/Diff file:
Action:
lib/assets/libs/dis.js | 10 lines | 248 B | application/javascript | JavascriptLexer |
var $module=(function($B){
var mod = {
dis:function(src){
$B.$py_module_path['__main__'] = $B.brython_path
return __BRYTHON__.py2js(src,'__main__','__main__','__builtins__').to_js()
}
}
return mod
})(__BRYTHON__)