[sage-devel] Re: looking up source files of wrapped code

2014-05-23 Thread Nils Bruin
On Tuesday, May 20, 2014 1:10:05 PM UTC-7, Nils Bruin wrote: > > This is now http://trac.sagemath.org/ticket/16363 with a preliminary > solution. > Sorry, that should be http://trac.sagemath.org/ticket/16382 . Needs review (and some trivial doctest fixes). -- You received this message becau

[sage-devel] Re: looking up source files of wrapped code

2014-05-20 Thread Nils Bruin
On Friday, May 16, 2014 2:02:41 PM UTC-7, Nils Bruin wrote: > > sage: sage_getsource(hyperbolic_triangle) in > open(sage_getfile(hyperbolic_triangle),'r').read() > False > This is now http://trac.sagemath.org/ticket/16363 with a preliminary solution. In the process of writing that, I ran into