Consider this example code from the docs:

sage: n = gap(20062006); n
20062006
sage: n.parent()
Gap
sage: fac = n.Factors(); fac
[ 2, 17, 59, 73, 137 ]

I would expect that dir(n) should list the available methods of n, and if I 
remember right, this worked except for the last few versions of Sage. In 
particular, it does not work in 6.9 and 6.10 anymore:

sage: 'Factors' in dir(n)
False

This is particularly annoying when looking up the grouptheoretic methods 
from Gap for sage groups g converted to gap groups gap(g).

-- Peter Mueller

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to