On Sun, Apr 20, 2008 at 1:25 PM, Soroosh Yazdani <[EMAIL PROTECTED]> wrote: > It would be nice if one had a way of checking the code of a procedure that > is called inside of another function. Specifically, when you type > M.myfunc??, sage prints out the source code, and in many cases, this code is > very generic, that calls another function, possibly after checking some > boundary cases. However, there are no easy ways that I can think of for the > user to see the code for this other function call. > > Soroosh
This is a great idea, and probably wouldn't be impossible to implement. At the least, something nearly trivial to implement would be a hyperlink in the output of ?? to the source file. Clicking on the link pops the file up in another page centered on the function. And one can navigate from there to anything else in the Sage library. Much better would be making lots of hyperlinks in the actual code itself -- but that is nearly impossible given how dynamic Python is. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---