![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Class to create 2to3 compatible pickling dictionary. More...
Public Member Functions | |
| def | __init__ (self, zipname, zipdata, outpath=os.getcwd(), exclude=[], update=True) |
| def | __enter__ (self) |
| def | __exit__ (self, etype, value, traceback) |
Public Attributes | |
| ZipName | |
| ZipData | |
| buffer | |
| Output | |
| OutputPath | |
| ExcludeFiles | |
| Update | |
Class to create 2to3 compatible pickling dictionary.
Context manager for update an existing ZIP folder @author: Marc Garbade
Inherited from built-in object.
Definition at line 134 of file Utility.py.