Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 17 of about 17 for wrap (0.023 sec.)
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 7862
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 個の引数を取るあらゆるウィジェットにもなりえます。 wrap: 次の中の一つでなければなりません: "none" 、 "char ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 7862
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ダの場合に true を返します。 class wsgiref.util. FileWrapper ( filelike , blksize=8192 ) ¶ ファイル風オブジェ ... om io import StringIO from wsgiref.util import FileWrapper # We're using a StringIO-buffer for as the file ... gIO ( "This is an example file-like object" * 10 ) wrapper = FileWrapper ( filelike , blksize = 5 ) for ch ... unk in wrapper : print ( chunk ) 21.4.2. wsgiref.headers -- WS ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7862
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... をサポートします。 2 つの具象実装があります。 TextIOWrapper はバッファ化 I/O オブジェクトをラップし、テキス ... arnings raised" (Contributed by Brett Cannon.) textwrap モジュールで、行頭と新たに作る行の末尾にもともと含 ... a bunch of ... extra whitespace.""" >>> print textwrap . fill ( S , width = 15 ) This sentence has a bunc ... h of extra whitespace. >>> print textwrap . fill ( S , drop_whitespace = False , width = 15 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 7776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ys.argv[1:] が使われます。 distutils.fancy_getopt. wrap_text ( text , width ) ¶ text を width 以下の幅で折 ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ぎます (fix by Antoine Pitrou; bpo-8222 )。 The ssl.wrap_socket() constructor function now takes a ciphers ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... diu Popa and Nick Coghlan in bpo-18626 .) 新規の unwrap() で、 functools.wraps() (やラッパー関数に __wrapp ... ython API の変更 に記述されている functools.update_wrapper() と functools.wraps() の変更も参照して下さい。 ... は違い、今でも getfullargspec() , getargspec() は __wrapped__ 属性を無視し、そして束縛されたメソッドで最初に ... ようになりました。この変更は、ヘルプ情報表示の際に __wrapped__ 属性も考慮に入れられることも意味しています。( ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 3 .) The signature() function now accepts a follow_wrapped optional keyword argument, which, when set to F ... alse , disables automatic following of __wrapped__ links. (Contributed by Yury Selivanov in bpo- ... l ("select/poll") is inefficient. A new SSLContext.wrap_bio() method can be used to create a new SSLObject ... n 23 16:23 /dev/null\n') sys ¶ A new set_coroutine_wrapper() function allows setting a global hook that wi ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 NEXT