Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 98 for key (0.126 sec.)
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 5854
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 慣習になっています。このメタデータは RFC 822 形式の key: value のペアになっており、 Project-Id-Version キー ... ト文字列ではなくユニコード文字列と仮定するでしょう。 key/value ペアの集合全体は辞書型データ中に配置され、"保 ...
https://man.plustar.jp/python/library/gettext.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 5854
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... son . dumps ({ "c" : 0 , "b" : 0 , "a" : 0 }, sort_keys = True )) {"a": 0, "b": 0, "c": 0} >>> from io im ... print ( json . dumps ({ '4' : 5 , '6' : 7 }, sort_keys = True , indent = 4 )) { "4": 5, "6": 7 } JSON の ... . 基本的な使い方 ¶ json. dump ( obj , fp , * , skipkeys=False , ensure_ascii=True , check_circular=True , ... ndent=None , separators=None , default=None , sort_keys=False , **kw ) ¶ この 変換表 を使って、 obj を JS ...
https://man.plustar.jp/python/library/json.html - [similar]
34.2. msvcrt --- MS VC++実行時システムの有用なルーチン群 — Python 3.6.5 ドキュ... 5854
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... はありません。打鍵されたキーが特殊機能キー (function key) である場合、この関数は '\000' または '\xe0' を返し ...
https://man.plustar.jp/python/library/msvcrt.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... on on the system PATH . You can also specify which key to use for signing using the --identity=name optio ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... T_ADD , LIST_APPEND , MAP_ADD は、追加した値または key/value ペアをスタックから取り除きますが、コンテナオ ... tionary pre-sized to hold count items. BUILD_CONST_KEY_MAP ( count ) ¶ The version of BUILD_MAP specializ ... ed for constant keys. count values are consumed from the stack. The to ... p element on the stack contains a tuple of keys. バージョン 3.6 で追加. BUILD_STRING ( count ) ¶ ...
https://man.plustar.jp/python/library/dis.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... wds is a dictionary containing one pre-initialized key, defects . defects is an empty list. The parse met ... ds dictionary must contain values for at least the keys decoded and defects . decoded should be the strin ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
29.11. gc --- ガベージコレクタインターフェース — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に GCのオーバーヘッドを減らしています。 (例: 全ての key と value がアトミック型の値である dict) >>> gc . i ...
https://man.plustar.jp/python/library/gc.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on function. This is typically operated by the Tab key, and can suggest and automatically complete a word ...
https://man.plustar.jp/python/library/readline.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トを返します。 name がアーカイブに見つからなければ、 KeyError が送出されます。 注釈 アーカイブ内にメンバーが ... le. pax_headers ¶ pax グローバルヘッダーに含まれる key-value ペアの辞書です。 13.6.2. TarInfo オブジェクト ... o. pax_headers ¶ pax 拡張ヘッダーに関連付けられた、key-value ペアの辞書。 TarInfo オブジェクトは便利な照会 ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e ( status , headers ) ret = [( " %s : %s \n " % ( key , value )) . encode ( "utf-8" ) for key , value in ... ヘッダの削除は何もしません。 Headers オブジェクトは keys() 、 values() 、 items() メソッドもサポートします ... 。複数の値を持つヘッダがある場合には、 keys() と items() で返されるリストは同じキーを一つ以上 ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT