On 24 Sep., 19:01, Simon King <[email protected]> wrote: > ... > * Why is it not possible to access gap.__local_tmpfile, even though > this attribute *can* be accessed from inside the method?
Conversely, if I set the attribute, why is it ignored inside the _local_tmpfile method? sage: gap.__local_tmpfile = 'foobar' sage: print gap._local_tmpfile() /home/king/.sage//temp/gauss/21046//interface//tmp21096 sage: gap.__local_tmpfile 'foobar' Since gap._local_tmpfile() is supposed to return gap.__local_tmpfile, why is it not happening? Cheers, Simon -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
