![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Class to create 2to3 compatible pickling dictionary. More...
Public Member Functions | |
def | __init__ (self, newPath) |
def | __enter__ (self) |
def | __exit__ (self, etype, value, traceback) |
Public Attributes | |
newPath | |
savedPath | |
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.
Definition at line 77 of file Utility.py.