Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 51 for collections (0.048 sec.)
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 6924
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 先度キュー実装の注釈 8.5.3. 理論 前のトピックへ 8.4. collections.abc --- コレクションの抽象基底クラス 次のトピックへ ...
https://man.plustar.jp/python/library/heapq.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6924
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ill result in a single chunk. If message_body is a collections.Iterable , each iteration of message_body will res ...
https://man.plustar.jp/python/library/http.client.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 6924
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ue >>> # (a ten, jack, queen, or king). >>> deck = collections . Counter ( tens = 16 , low_cards = 36 ) >>> seen ...
https://man.plustar.jp/python/library/random.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 6924
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 表現に結合し、連続したマッチをループさせます: import collections import re Token = collections . namedtuple ( 'Toke ...
https://man.plustar.jp/python/library/re.html - [similar]
7.1. struct --- バイト列をパックされたバイナリデータとして解釈する — Python 3.6... 6924
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... radelevel = unpack ( '<10sHHb' , record ) >>> from collections import namedtuple >>> Student = namedtuple ( 'Stud ...
https://man.plustar.jp/python/library/struct.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6924
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... forcing reflexivity of elements, the comparison of collections assumes that for a collection element x , x == x i ... えば、 [1,2] == (1,2) は型が同じでないので偽です)。 Collections that support order comparison are ordered the same ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6864
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... e same guidelines apply as for Python classes: For collections (such as lists and tuples) which can support multi ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 6864
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 、ある ABC を実装しているかどうかチェックできます。 collections.abc モジュールでは、 Iterable 、 Container 、 Muta ...
https://man.plustar.jp/python/faq/design.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6864
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ameters. arguments ¶ An ordered, mutable mapping ( collections.OrderedDict ) of parameters' names to arguments' v ...
https://man.plustar.jp/python/library/inspect.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6864
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ts by reference. import pickle import sqlite3 from collections import namedtuple # Simple class representing a re ...
https://man.plustar.jp/python/library/pickle.html - [similar]
PREV 1 2 3 4 5 6 NEXT