Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 83 for 集合 (0.133 sec.)
What's New in Python 2.5 — Python 3.6.5 ドキュメント 6371
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... を開くのに open() の代わりのものを使えます。ファイル集合のイテレートでは、 FileInput オブジェクトの fileno() ... r C extension modules with Python 2.5. ビルトインの集合型のために公式の C API が作られました。新しく作るのに ... et_Discard() 、 PySet_Contains() と PySet_Size() で集合オブジェクトの状態を調べます。 (Contributed by Raymo ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
モジュールのインポート — Python 3.6.5 ドキュメント 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 掛けを講じて、動的に生成されたフリーズ化モジュールの集合を提供するようにできます。 int PyImport_AppendInitta ...
https://man.plustar.jp/python/c-api/import.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ject * PyTypeObject.tp_mro ¶ 基底タイプ群を展開した集合が入っているタプルです。集合は該当する型自体からはじ ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ] else : last = mylist [ i ] リストのすべての要素が集合のキーとして使える (つまり、すべての要素が hashable ... うが速いです mylist = list ( set ( mylist )) リストを集合に変換するときに重複は取り除かれるので、それをリスト ...
https://man.plustar.jp/python/faq/programming.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... があります。 ハッシュ可能なオブジェクトは辞書のキーや集合のメンバーとして使えます。辞書や集合のデータ構造は内 ...
https://man.plustar.jp/python/glossary.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... prefix_chars - オプションの引数の prefix になる文字集合 (デフォルト: '-') fromfile_prefix_chars - 追加の引 ... 数を読み込むファイルの prefix になる文字集合 (デフォルト: None ) argument_default - 引数のグロー ...
https://man.plustar.jp/python/library/argparse.html - [similar]
33.1. formatter --- 汎用の出力書式化機構 — Python 3.6.5 ドキュメント 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルはアプリケーションや writer の実装上の都合により、集合としても、スタックとしても解釈され得ます。 writer. s ...
https://man.plustar.jp/python/library/formatter.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ib. Int2AP ( num ) ¶ 整数を [ A .. P ] からなる文字集合を用いて表現した文字列に変換します。 imaplib. ParseF ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンス型 --- bytes , bytearray , memoryview 4.9. set(集合)型 --- set , frozenset 4.10. マッピング型 --- dict ...
https://man.plustar.jp/python/library/index.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 6290
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 メッセージを Mailbox インスタンスに追加するには集合風のメソッド add() を使います。また削除は del 文また ...集合風の remove() や discard() を使って行ないます。 Mail ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT