Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 46 of about 46 for mapping (0.123 sec.)
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6758
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 作成して、そのプロキシを返します。 dict ( ) ¶ dict ( mapping ) dict ( sequence ) 共有 dict オブジェクトを作成し ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 6758
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mat. The urllib.parse.urlencode() function takes a mapping or sequence of 2-tuples and returns an ASCII strin ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6758
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... たり、辞書のキーにすることができます。 マッピング型 (mapping) 任意のインデクス集合でインデクス化された、オブジェ ... 推奨されています。 collections モジュールは、 MutableMapping 抽象基底クラスを提供し、 __getitem__() 、 __setite ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6758
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... という品揃えの基礎的な辞書インターフェイスは MutableMapping ABC で定義されています。 あなた自身のクラスを特定の ... t collections class Storage ( collections . MutableMapping ): ... 別の方法としては、望みの ABC から派生するの ... llections class Storage : ... collections . MutableMapping . register ( Storage ) あなたが書くクラスでは ABC ... d ): if not isinstance ( d , collections . MutableMapping ): raise ValueError ( "Mapping object expected, no ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6758
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... .format() メソッドの能力を拡大します。これは任意の mapping を受け付けます。この新規メソッドは Python の数多く ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6758
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... prepare__() ) is now an insertion-order-preserving mapping. 参考 PEP 520 -- Preserving Class Attribute Defini ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 5 NEXT