1 from __future__
import print_function
3 __date__ =
"$2010-07-26 12.51.12$" 5 from os.path
import join
14 for filePath, lines
in listRule:
15 dict[filePath] = lines
16 file = open(
join(path, fileName),
'wb')
17 pickle.dump(dict, file)
22 print(
'Cannot open %s file'%fileName)
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
def createPickleFile(fileName, listRule, path=os.getcwd())
static std::string join(char **cmd)