def display_proposals():
'''print out a list of the proposal names which were generated and stored
in the dill folder by the build_program_files script
no inputs
'''
print('proposal list:')
print(list(pd.read_pickle('dill/proposal_names.pkl').proposals))
matplotlib_charting.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录