![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Class to create 2to3 compatible pickling dictionary. More...
Public Member Functions | |
def | __init__ (self, FileName) |
Static Public Member Functions | |
def | getDictfromFile (FileName) |
Public Attributes | |
Data | |
Dictionary for further processing. More... | |
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.
Definition at line 102 of file Utility.py.
def 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 107 of file Utility.py.
|
static |
Open a *.cpd file and extract the dictionary stored within. @param: FileName @type: FileName: string
Definition at line 120 of file Utility.py.
PyXMake.Tools.Utility.GetDataFromPickle.Data |
Dictionary for further processing.
Definition at line 116 of file Utility.py.