Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 204 for 拡張 (0.145 sec.)
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is exhausted. headers 引数は要求と同時に送信される拡張 HTTP ヘッダの内容からなるマップ型でなくてはなりませ ...
https://man.plustar.jp/python/library/http.client.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 Message は email.message モジュールの Message を拡張して形式ごとの状態と振る舞いを追加しています。サポー ... 形式のもう一つの仕様。フォルダをサポートする一般的な拡張について記述されています。 19.4.1.2. mbox ¶ class ma ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
9.2. math --- 数学関数 — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s 以外のいくつかのビルドでは、下層の C ライブラリが拡張精度の加算を行い、時々計算途中の和を double 型へ丸め ...
https://man.plustar.jp/python/library/math.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... きな場合、ファイルサイズは length を含む大きさにまで拡張されます。 length が 0 の場合、マップの最大の長さは現 ...
https://man.plustar.jp/python/library/mmap.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ver administrators. バージョン 3.3 で非推奨: XPATH 拡張は積極的に使われません。 21.16.2. ユーティリティー関 ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます!) このフックはディレクトリサーチパスや、ファイル拡張子の追加、その他の名前空間に関するハックを実装できる ...
https://man.plustar.jp/python/library/shlex.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tuple オブジェクトを結合するなら、代わりに list を拡張してください その他の型については、関連するクラスのド ... と同じ) (5) s.extend(t) または s += t s を t の内容で拡張します (ほとんど s[len(s):len(s)] = t と同じ) s *= n ... ェースの方が間違いにくく、より強力で、柔軟で、さらに拡張可能です。 文字列オブジェクトには固有の操作: % 演算子 ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
25.2. tkinter.ttk --- Tk のテーマ付きウィジェット — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 恩恵が増えます。 tkinter.ttk の基本的なアイディアは、拡張可能性のためにウィジェットの動作を実装するコードと見 ... タフェース 次のトピックへ 25.3. tkinter.tix --- Tkの拡張ウィジェット ナビゲーション 索引 モジュール | 次へ | ...
https://man.plustar.jp/python/library/tkinter.ttk.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... けられるようになりました。 この変更によって unittest 拡張に互換性の問題が発生し、 Python 3.2 でテスト名が追加 ... トするテストツールを開発する場合などにはサブクラスで拡張することができます。 startTest ( test ) ¶ test を実行 ...
https://man.plustar.jp/python/library/unittest.html - [similar]
20.7. xml.dom.minidom --- 最小限の DOM の実装 — Python 3.6.5 ドキュメント 4701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... link() は、 DOM API に対する xml.dom.minidom 特有の拡張です。ノードに対して unlink() を呼び出した後は、ノー ...
https://man.plustar.jp/python/library/xml.dom.minidom.html - [similar]