![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Class to create 2to3 compatible pickling dictionary. More...
Public Member Functions | |
__init__ (self, FileName) | |
Static Public Member Functions | |
getDictfromFile (FileName) | |
Public Attributes | |
Data = GetDataFromPickle.getDictfromFile(FileName) | |
Dictionary for further processing. | |
Class to create 2to3 compatible pickling dictionary.
Class to convert an arbitrary pickle file (2.x & 3.x) into a readable dictionary.
Inherited from built-in object.
PyXMake.Tools.Utility.GetDataFromPickle.__init__ | ( | self, | |
FileName ) |
Get a dictionary from a *.cpd file. @param: self, FileName @type: self: object @type: FileName: string
Definition at line 323 of file Utility.py.
|
static |
Open a *.cpd file and extract the dictionary stored within. @param: FileName @type: FileName: string
Definition at line 336 of file Utility.py.
PyXMake.Tools.Utility.GetDataFromPickle.Data = GetDataFromPickle.getDictfromFile(FileName) |