Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 54 of about 54 for re (0.087 sec.)
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6778
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ocale ( locale . LC_ALL , '' ) code = locale . getpreferredencoding () この後、 str.encode() を呼び出すと ... トウィジェット。 Python で Curses プログラミング Andrew Kuchling および Eric Raymond によって書かれた、cu ... によって、 True または False を返します。 curses. cbreak ( ) ¶ cbreak モードに入ります。cbreak モード ("r ... are" モードと呼ばれることもあります) では、通常の tty ...
https://man.plustar.jp/python/library/curses.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6778
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... y このモジュールは Transport Layer Security ( "Secure Sockets Layer" という名前でよく知られています) 暗号 ... のバージョンに依存します。 バージョン 3.3 で追加. reason ¶ エラーが起こった原因を示すニーモニック文字列 ... ます。 バージョン 3.3 で追加. exception ssl. SSLZeroReturnError ¶ 読み出しあるいは書き込みを試みようとした ... される SSLError サブクラス例外です。これは下層の転送(read TCP)が閉じたことは意味しないことに注意してくださ ...
https://man.plustar.jp/python/library/ssl.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6778
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... S True >>> 0 in S False >>> S . add ( 5 ) >>> S . remove ( 3 ) >>> S Set([1, 2, 5]) >>> 和集合 (union) ... >>> It's also possible to take the symmetric difference of two sets. This is the set of all elements in ... the union that aren't in the intersection. Another way of putting it ... is that the symmetric difference contains all elements that are in exactly one s ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6778
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ールが追加され、 collections モジュールに便利な OrderedDict と Counter が追加され、他にもたくさんの改良が ... 移植 HOWTO ガイドをご覧になることをお奨めします。 Deprecation Warnings の扱いの変更 ¶ Python 2.7 では開発者 ... 告をデフォルトで抑止するポリシーが取られました。 DeprecationWarning とそれを継承した警告は、指定されない限 ... れ、 bpo-7319 になりました) 以前のリリースでは、 DeprecationWarning メッセージはデフォルトで有効になってお ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV 1 2 3 4 5 6 NEXT