Python 3.6.5 ドキュメント 検索
Results of 1 - 3 of about 3 for threshold (0.005 sec.)
- 29.11. gc --- ガベージコレクタインターフェース — Python 3.6.5 ドキュメント 11886
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ジェクトの総数です。 バージョン 3.4 で追加. gc. set_threshold ( threshold0 [ , threshold1 [ , threshold2 ] ] ) ¶...
ガベージコレクションの閾値(検出頻度)を指定します。 threshold0 を 0 にすると、検出は行われません。 GCは、オブジェ...
て検出を開始します。オブジェクトの生成数 - 削除数が threshold0 より大きくなると、検出を開始します。最初は 0 世代...
のオブジェクトのみが検査されます。 0 世代の検査が threshold1 回実行されると、 1 世代のオブジェクトの検査を行い...
- https://man.plustar.jp/python/library/gc.html - [similar]
- 16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 8389
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
e にすべて委ねます。 setLevel ( level ) ¶ Sets the threshold for this logger to level . Logging messages which...
ドロックを解放します。 setLevel ( level ) ¶ Sets the threshold for this handler to level . Logging messages which...
- https://man.plustar.jp/python/library/logging.html - [similar]
- What's New in Python 2.7 — Python 3.6.5 ドキュメント 7608
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
た。gzip 圧縮は SimpleXMLRPCRequestHandler の encode_threshold 属性によって制御されます。これはバイト数で、これよ...
- https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV
1
NEXT