![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Class to create 2to3 compatible pickling dictionary. More...
Public Member Functions | |
__init__ (self, newPath) | |
__enter__ (self) | |
__exit__ (self, etype, value, traceback) | |
Public Attributes | |
newPath = os.path.expanduser(newPath) | |
savedPath = os.getcwd() | |
Class to create 2to3 compatible pickling dictionary.
Context manager for temporarily changing the current working directory. @author: Brian M. Hunt
Inherited from built-in object.
PyXMake.Tools.Utility.ChangedWorkingDirectory.__init__ | ( | self, | |
newPath ) |
Definition at line 299 of file Utility.py.
PyXMake.Tools.Utility.ChangedWorkingDirectory.__enter__ | ( | self | ) |
Definition at line 309 of file Utility.py.
PyXMake.Tools.Utility.ChangedWorkingDirectory.__exit__ | ( | self, | |
etype, | |||
value, | |||
traceback ) |
Definition at line 313 of file Utility.py.
PyXMake.Tools.Utility.ChangedWorkingDirectory.newPath = os.path.expanduser(newPath) |
Definition at line 300 of file Utility.py.
PyXMake.Tools.Utility.ChangedWorkingDirectory.savedPath = os.getcwd() |
Definition at line 310 of file Utility.py.