On 21 February 2017 at 22:02, Watson Ladd <[email protected]> wrote:
>
>
> On Tuesday, February 21, 2017 at 1:07:43 PM UTC-8, Jeroen Demeyer wrote:
>>
>> On 2017-02-21 22:02, Watson Ladd wrote:
>> > I am having trouble figuring out which imports I need to get the
>> > right names to appear
>>
>> Use the import_statements() function to determine which import
>> statements you need. There shouldn't be a difference between Python and
>> Cython regarding import statements.
After newarly 10 years of work on Sage I did not know of
import_statements()! Just yesterday I was doing things like
search_src("import", "primes") when I could have just done
import_staements(primes).
Thanks, Jeroen.
>
>
> Thank you! That solved the problem.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.