Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 387 for [SIMILAR] 16 1024 4096 WITH 19472 パー WITH 1743... (1.096 sec.)
オブジェクトをヒープ上にメモリ確保する — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » オブジェクト実装サポート (object implementation support) » オブジェクトをヒープ上にメモリ確保する ¶ PyObject * _PyObject_New ( PyTypeObject *type ) ¶ Return value: New refer ...
https://man.plustar.jp/python/c-api/allocation.html - [similar]
循環参照ガベージコレクションをサポートする — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » オブジェクト実装サポート (object implementation support) » 循環参照ガベージコレクションをサポートする ¶ Python が循環参照を含むガベージの検出とコレクションをサポートするには ...
https://man.plustar.jp/python/c-api/gcsupport.html - [similar]
用語集 — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタラクティブシェルにおけるデフォルトの Python プロンプトです。インタプリタでインタラクティブに実行されるコード例でよく出てきます。 ... The default Python prompt of the interactive shell when ent ...
https://man.plustar.jp/python/glossary.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 18. プロセス間通信とネットワーク » 18.4. selectors --- 高水準の I/O 多重化 ¶ バージョン 3.4 で追加. ソースコード: Lib/selectors.py 18.4.1. はじめに ¶ このモジュールにより、 select モジュー ...
https://man.plustar.jp/python/library/selectors.html - [similar]
Python/C API リファレンスマニュアル — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル ¶ このマニュアルでは、拡張モジュールを書いたり Python インタプリタをアプリケーションに埋め込んだりしたい C/C++ プログラマが利用できる API について述べています。 Python インタプ ...
https://man.plustar.jp/python/c-api/index.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » オブジェクト実装サポート (object implementation support) » 共通のオブジェクト構造体 (common object structure) ¶ Python では、オブジェクト型を定義する上で数多くの構造体が使わ ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
コルーチンオブジェクト — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » コルーチンオブジェクト ¶ バージョン 3.5 で追加. コルーチンオブジェクトは async キーワードを使って定義した関数が返すオブジェクトで ...
https://man.plustar.jp/python/c-api/coro.html - [similar]
イテレータオブジェクト (iterator object) — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » イテレータオブジェクト (iterator object) ¶ Python では二種類のイテレータオブジェクトを提供しています。一つ目はシーケンスイテレータ ...
https://man.plustar.jp/python/c-api/iterator.html - [similar]
オブジェクト実装サポート (object implementation support) — Python 3.6.5 ドキュ... 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » オブジェクト実装サポート (object implementation support) ¶ この章では、新しいオブジェクトの型を定義する際に使われる関数、型、およびマクロについて説明します。 オブジェクトをヒ ...
https://man.plustar.jp/python/c-api/objimpl.html - [similar]
コードオブジェクト — Python 3.6.5 ドキュメント 7845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » コードオブジェクト ¶ コードオブジェクト(Code objects)は CPython 実装の低レベルな詳細部分です。各オブジェクトは関数に束縛されていな ...
https://man.plustar.jp/python/c-api/code.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT