Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 249 for FOR (0.154 sec.)
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 4307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... し、得られた文字列表現ごとに yield します。たとえば: for chunk in json . JSONEncoder () . iterencode ( bigo ... n -m json.tool mp_films.json [ { "title": "And Now for Something Completely Different", "year": 1971 }, { ...
https://man.plustar.jp/python/library/json.html - [similar]
19.3. mailcap --- mailcap ファイルの操作 — Python 3.6.5 ドキュメント 4307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は RFC 1524 , "A User Agent Configuration Mechanism For Multimedia Mail Format Information" で文書化されて ...
https://man.plustar.jp/python/library/mailcap.html - [similar]
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 4307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... る場合に使用します。 ジャンプには制限があり、例えば for ループの中には飛び込めませんし、 finally 節の外にも ... instance variables (usage "pi classInst") alias pi for k in % 1. __dict__ . keys (): print ( "%1." , k , ...
https://man.plustar.jp/python/library/pdb.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 4307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... If several files are provided, all the statistics for identical functions will be coalesced, so that an ... 項 参照)。 import profile pr = profile . Profile () for i in range ( 5 ): print ( pr . calibrate ( 10000 ) ...
https://man.plustar.jp/python/library/profile.html - [similar]
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 4307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nction passed to the constructor. Events scheduled for the same time will be executed in the order of the ...
https://man.plustar.jp/python/library/sched.html - [similar]
6.5. unicodedata --- Unicode データベース — Python 3.6.5 ドキュメント 4307
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Database (UCD) which defines character properties for all Unicode characters. The data contained in this ... 、空の文字列が返されます。 unicodedata. normalize ( form , unistr ) ¶ Unicode 文字列 unistr の正規形 form ... を返します。 form の有効な値は、'NFC'、'NFKC'、'NFD'、'NFKD' です。 ...
https://man.plustar.jp/python/library/unicodedata.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... def PyDict_MergeFromSeq2 ( a , seq2 , override ) : for key , value in seq2 : if override or key not in a ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ジェクトを指定することができます。 PyObject * PyErr_Format ( PyObject *exception , const char *format , .. ... ます。 exception はPython例外クラスであるべきです。 format と以降の引数はエラーメッセージを作るためのもので ... , PyUnicode_FromFormat() の引数と同じ意味を持っています。 format は AS ... CII エンコードされた文字列です。 PyObject * PyErr_FormatV ( PyObject *exception , const char *format , v ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... w reference. Return the file system representation for path . If the object is a str or bytes object, the ... ずれかに等しい場合にも真を返します。 void PyOS_AfterFork ( ) ¶ プロセスが fork した後の内部状態を更新するた ... めの関数です; fork 後 Python インタプリタを使い続ける場合、新たなプロ ... ばなりません。 void PySys_WriteStdout ( const char *format , ... ) ¶ format で指定された出力文字列を sys.s ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
Python モジュールの配布 — Python 3.6.5 ドキュメント 4277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ry of open source licensed packages made available for use by other Python users Python Packaging Authori ...
https://man.plustar.jp/python/distributing/index.html - [similar]