Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for histfile (0.004 sec.)
- 6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
行されます: import atexit import os import readline histfile = os . path . join ( os . path . expanduser ( "~"...
on_history" ) try : readline . read_history_file ( histfile ) # default history len is -1 (infinite), which ma...
texit . register ( readline . write_history_file , histfile ) Python が 対話モード で実行される時、このコードは...
トされます: import atexit import os import readline histfile = os . path . join ( os . path . expanduser ( "~"...
- https://man.plustar.jp/python/library/readline.html - [similar]
PREV
1
NEXT