Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 371 for [SIMILAR] 16 1024 4096 WITH 25512 パラ WITH 2428... (0.957 sec.)
オブジェクトをヒープ上にメモリ確保する — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | 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]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 2. 組み込み関数 ¶ Python インタプリタには数多くの関数と型が組み込まれており、いつでも利用できます。それらをここにアルファベット順に挙げます。 組み込み関数 abs() dict() help() min() setatt ...
https://man.plustar.jp/python/library/functions.html - [similar]
用語集 — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタラクティブシェルにおけるデフォルトの Python プロンプトです。インタプリタでインタラクティブに実行されるコード例でよく出てきます。 ... The default Python prompt of the interactive shell when ent ...
https://man.plustar.jp/python/glossary.html - [similar]
memoryview オブジェクト — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » memoryview オブジェクト ¶ memoryview オブジェクトは、他のオブジェクトと同じように扱える Python オブジェクトの形をした C 言語レベル ...
https://man.plustar.jp/python/c-api/memoryview.html - [similar]
タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » タプルオブジェクト (tuple object) ¶ PyTupleObject ¶ この PyObject のサブタイプは Python のタプルオブジェクトを表現します。 PyType ...
https://man.plustar.jp/python/c-api/tuple.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | 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]
DateTime オブジェクト — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » DateTime オブジェクト ¶ datetime モジュールでは、様々な日付オブジェクトや時刻オブジェクトを提供しています。以下に示す関数を使う場 ...
https://man.plustar.jp/python/c-api/datetime.html - [similar]
リストオブジェクト — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » リストオブジェクト ¶ PyListObject ¶ この PyObject のサブタイプは Python のリストオブジェクトを表現します。 PyTypeObject PyList_Ty ...
https://man.plustar.jp/python/c-api/list.html - [similar]
コルーチンオブジェクト — Python 3.6.5 ドキュメント 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » コルーチンオブジェクト ¶ バージョン 3.5 で追加. コルーチンオブジェクトは async キーワードを使って定義した関数が返すオブジェクトで ...
https://man.plustar.jp/python/c-api/coro.html - [similar]
オブジェクト実装サポート (object implementation support) — Python 3.6.5 ドキュ... 5447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » オブジェクト実装サポート (object implementation support) ¶ この章では、新しいオブジェクトの型を定義する際に使われる関数、型、およびマクロについて説明します。 オブジェクトをヒ ...
https://man.plustar.jp/python/c-api/objimpl.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT