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 sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to