Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 27 for namedtuple (0.039 sec.)
タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ence オブジェクト ¶ struct sequence オブジェクトは namedtuple() オブジェクトと等価なC オブジェクトです。 つまり、 ...
https://man.plustar.jp/python/c-api/tuple.html - [similar]
22.2. aifc --- AIFFおよびAIFCファイルの読み書き — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pwidth, framerate, nframes, comptype, compname) の namedtuple() を返します。 aifc. getmarkers ( ) ¶ オーディオフ ...
https://man.plustar.jp/python/library/aifc.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... port pickle import sqlite3 from collections import namedtuple # Simple class representing a record in our databa ... se. MemoRecord = namedtuple ( "MemoRecord" , "key, task" ) class DBPickler ( p ...
https://man.plustar.jp/python/library/pickle.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , name , ispkg ) ¶ モジュールの概要情報を格納する namedtuple バージョン 3.6 で追加. pkgutil. extend_path ( path ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... データへのファイルオブジェクトの関連付けに使用される namedtuple です。いくつかの BaseSelector メソッドを返します。 ...
https://man.plustar.jp/python/library/selectors.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pwidth, framerate, nframes, comptype, compname) の namedtuple() を返します。 AU_read. readframes ( n ) ¶ n 個のオ ...
https://man.plustar.jp/python/library/sunau.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、構造化されたレコード型に対しては、これよりはむしろ namedtuple() を使用してください。 バージョン 3.3 で追加. type ...
https://man.plustar.jp/python/library/types.html - [similar]
22.4. wave --- WAVファイルの読み書き — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pwidth, framerate, nframes, comptype, compname) の namedtuple() を返します。 Wave_read. readframes ( n ) ¶ 最大 ...
https://man.plustar.jp/python/library/wave.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 7537
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . Return a tuple (response, info) where info is a namedtuple with three attributes number , message_id and line ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 7537
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the collections module allocated 244 KiB to build namedtuple types. オプションの詳細については Snapshot.statist ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
PREV 1 2 3 NEXT