##// END OF EJS Templates
Return the viewlist from the update promise so that you can use it immediately....
Return the viewlist from the update promise so that you can use it immediately. The pattern is: viewlist.update(new_list).then(function(new_view_list) { ... })

File last commit:

r18302:2042215b
r19032:610f2bf3
Show More
cythonmagic.rst
7 lines | 125 B | text/x-rst | RstLexer
Brian Granger
More code review changes:...
r7102 .. _extensions_cythonmagic:
===========
cythonmagic
===========
Matthias Bussonnier
Fix version string comparison, capitalisation and typos.
r18302 The `cython` magic has been moved in the `Cython` package.