python tab键
摘要:
# python startup fileimport sysimport readlineimport rlcompleterimport atexitimport os# tab completionreadline.parse_and_bind('tab: complete')# history filehistfile = os.path.join(os.environ['HOME'], '.pythonhistory')try: readline.read_history_file(histfile)except IOError: pa 阅读全文
posted @ 2014-03-23 18:28 人生苦短,gopython 阅读(341) 评论(0) 推荐(0)
浙公网安备 33010602011771号