Hi!
When one does
sage: load('path/to/filename')
then eventually some unpickle function (or __setstate__ method) is
called.
Is it possible to determine the value 'path/to/filename' (or 'path/
to/') inside the unpickle function?
In other words: Does the 'load' function temporarily store the value
of 'path/to/filename' in a global variable that is available to the
unpickle function?
Best regards,
Simon
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---