Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 178 for This (0.194 sec.)
27.5. timeit --- 小さなコード断片の実行時間計測 — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ically determine how many times to call timeit() . This is a convenience function that calls timeit() repe ...
https://man.plustar.jp/python/library/timeit.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of module data (bytecode and constants), and that this is 4428 KiB more than had been loaded before the t ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... urrent shape polygon as tuple of coordinate pairs. This can be used to define a new shape or components of ... f a filling process is under way, False otherwise. This behaviour corresponds to a fill() call without arg ...
https://man.plustar.jp/python/library/turtle.html - [similar]
20.7. xml.dom.minidom --- 最小限の DOM の実装 — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... w</title> <slide><title>Slide title</title> <point>This is a demo</point> <point>Of a program for processi ...
https://man.plustar.jp/python/library/xml.dom.minidom.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 4774
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... or objects rather than wrapper_descriptor objects. This form of access doubles their performance and makes ... rformed more efficiently in certain circumstances. This optimization won't be present in other Python impl ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 4718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... バージョン 3.2 で追加: PyExc_ResourceWarning . 注釈: This is a base class for other standard warning categor ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 4718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ne.' , file = output ) # Retrieve file contents -- this will be # 'First line.\nSecond line.\n' contents = ...
https://man.plustar.jp/python/library/io.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 4718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ntaining a JSON document) to a Python object using this conversion table . object_hook はオプションの関数で ...
https://man.plustar.jp/python/library/json.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 4718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... められません。 path may be a path-like object . If path is of type bytes (directly or indirectly through the ... を使って絶対パスに変換することができます。 If the path is a string object (directly or indirectly through a ... the call may raise a UnicodeDecodeError. If the path is a bytes object (direct or indirectly), the result ... するだけです。 path may be a path-like object . If path is of type bytes (directly or indirectly through the ...
https://man.plustar.jp/python/library/os.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 4718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e compatibility guaranteed with future versions of this profiler, and there is no compatibility with files ...
https://man.plustar.jp/python/library/profile.html - [similar]