Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for InteractiveConsole (0.006 sec.)
30.1. code --- インタプリタ基底クラス — Python 3.6.5 ドキュメント 11228
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e に設定された新しく作られた辞書です。 class code. InteractiveConsole ( locals=None , filename="<console>" ) ¶ 対話的なP ... val-print ループを実行するための便利な関数。これは InteractiveConsole の新しいインスタンスを作り、 readfunc が与えられた ... 場合は InteractiveConsole.raw_input() メソッドとして使われるように設定します ... ンタプリタループのデフォルト名前空間として使うために InteractiveConsole コンストラクタへ渡されます。そして、インスタンスの ...
https://man.plustar.jp/python/library/code.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 7485
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... gister ( save , h_len , histfile ) 次の例では code.InteractiveConsole クラスを拡張し、履歴の保存・復旧をサポートします。 ... t os import readline class HistoryConsole ( code . InteractiveConsole ): def __init__ ( self , locals = None , filename ... ath . expanduser ( "~/.console-history" )): code . InteractiveConsole . __init__ ( self , locals , filename ) self . ini ...
https://man.plustar.jp/python/library/readline.html - [similar]
PREV 1 NEXT