Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 74 for count (0.102 sec.)
25.5. IDLE — Python 3.6.5 ドキュメント 6158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... して (訳注: itertools をインポートせずに) itertools.count( とタイプしてみてください。 IDLE が itertools を自 ...
https://man.plustar.jp/python/library/idle.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is method is invoked whenever a persistent ID is encountered. # Here, pid is the tuple returned by DBPickle ... eed to # reopen it and read from it until the line count is restored. file = open ( self . filename ) for _ ...
https://man.plustar.jp/python/library/pickle.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 6158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 単な書式指定文字列の例を挙げます: "First, thou shalt count to {0} " # References first positional argument "B ...
https://man.plustar.jp/python/library/string.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 6158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ールは以下の関数を定義しています: threading. active_count ( ) ¶ 生存中の Thread オブジェクトの数を返します。 ... s semaphore objects. A semaphore manages an atomic counter representing the number of release() calls minus ... f necessary until it can return without making the counter negative. If not given, value defaults to 1. オプ ... す。 When invoked without arguments: If the internal counter is larger than zero on entry, decrement it by on ...
https://man.plustar.jp/python/library/threading.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ail: 現在の CPython 実装では参照カウント(reference-counting) 方式を使っており、(オプションとして) 循環参照を ... し専用の特殊属性: co_name は関数名を表します; co_argcount は位置引数 (positional argument) の数です; co_nloc ... ble for a reference cycle to prevent the reference count of an object from going to zero. In this case, the ... リストオブジェクトと同じように、メソッド append() 、 count() 、 index() 、 extend() 、 insert() 、 pop() 、 r ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 6158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 束縛されていたオブジェクトの参照カウント (reference count) がゼロになった場合、オブジェクトは解放 (deallocat ...
https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... とは可能です。たとえば整数のリストを返すのは、 self.count を 0 にして、 next() メソッドが self.count をインク ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... os.set_handle_inheritable() を使います。 関数 cpu_count() が追加されました。これは Python を実行しているプ ... 場合は None を返します)。既存の multiprocessing.cpu_count() はこの関数の値を返すようになりました。(Contribut ... き換えられました) ( bpo-16754 )。 PyThreadState.tick_counter フィールドは削除されました。これは Python 3.2 で ... ocks] がデフォルトではオフになりました。 -X showrefcount オプション起動で再度有効に出来ます。 (Contributed ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 6074
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... す。 残りのフィールドは、機能テスト用のマクロである COUNT_ALLOCS が定義されている場合のみ利用でき、内部で使用 ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 6074
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ct() は、引数に対して "参照カウント中立 (reference-count- neutral)" です。上の例ではタプルを生成して引数リス ... す。このために選ばれたのが参照カウント法 ( reference counting ) と呼ばれる手法です。参照カウント法の原理は簡単 ...
https://man.plustar.jp/python/extending/extending.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT