To save python objects of any sort, to a file. ''' import pickle as pkl. pkl.dump( fig, open('FigureObject.pickle', 'wb') ).
確定! 回上一頁