Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 204 for 一つ (0.186 sec.)
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 4423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 timeout 引数が省略された場合、関数は少なくとも一つのファイル記述子が何らかの準備完了状態になるまでブロ ...
https://man.plustar.jp/python/library/select.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 4423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... をカスタマイズする場合、 sys.displayhook に引数の数が一つの関数を指定します。 擬似コード: def displayhook ( v ...
https://man.plustar.jp/python/library/sys.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 4423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す: python -m test -uall 。(よくある場合ですが) 何か一つを除く全てが必要な場合、カンマで区切った不要なリソー ...
https://man.plustar.jp/python/library/test.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 4423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... me の URI 部分の文字列です。 tag が与えられた場合、一つめの引数は URI と解釈され、この引数はローカル名と解釈 ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 4423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ORED ¶ アーカイブメンバを圧縮しない (複数ファイルを一つにまとめるだけ) ことを表す数値定数です。 zipfile. ZI ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 4423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... コレータ . PEP 3141: 数値の型階層 . numbers が、もう一つの新しく ABC を使うモジュールで、Python の「数値塔 ( ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 4423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ョンを実装しているコードは、intern された文字列をただ一つのコピーだけ記録しておきデシリアライズでその intern ... するという Python 2 での振舞いを復活させつつ、「ただ一つのコピー」を文字列型のみならず任意のオブジェクト型に ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 4305
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... nt op ) ¶ 二つのunicode文字列を比較して、下のうちの一つを返します: NULL を、例外が発生したときに返します。 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 4305
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... one ) ¶ Action オブジェクトは、コマンドラインからの一つ以上の文字列から単一の引数を解析するのに必要とされる ...
https://man.plustar.jp/python/library/argparse.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 4305
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ことになるエントリポイントです。終了キーストロークの一つが入力されるまで編集キーストロークを受け付けます。 v ...
https://man.plustar.jp/python/library/curses.html - [similar]