Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 377 for [SIMILAR] 16 1024 4096 WITH 61727 16 WITH 19614 ... (1.218 sec.)
memoryview オブジェクト — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | 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 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | 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]
DateTime オブジェクト — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » DateTime オブジェクト ¶ datetime モジュールでは、様々な日付オブジェクトや時刻オブジェクトを提供しています。以下に示す関数を使う場 ...
https://man.plustar.jp/python/c-api/datetime.html - [similar]
スライスオブジェクト (slice object) — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » スライスオブジェクト (slice object) ¶ PyTypeObject PySlice_Type ¶ スライスオブジェクトの型オブジェクトです。これは、Pythonレイヤに ...
https://man.plustar.jp/python/c-api/slice.html - [similar]
リストオブジェクト — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | 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]
32.1. parser --- Python 解析木にアクセスする — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス » 32.1. parser --- Python 解析木にアクセスする ¶ parser モジュールは Python の内部パーサとバイトコード・コンパイラへのインターフェイスを提供します。このインターフェ ...
https://man.plustar.jp/python/library/parser.html - [similar]
デスクリプタオブジェクト (descriptor object) — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » デスクリプタオブジェクト (descriptor object) ¶ "デスクリプタ (descriptor)" は、あるオブジェクトのいくつかの属性について記述したオ ...
https://man.plustar.jp/python/c-api/descriptor.html - [similar]
Set オブジェクト — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Set オブジェクト ¶ このセクションでは set と frozenset の公開 API について詳しく述べます。以降で説明していない機能は、抽象オブジェ ...
https://man.plustar.jp/python/c-api/set.html - [similar]
8.10. copy --- 浅いコピーおよび深いコピー操作 — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 8. データ型 » 8.10. copy --- 浅いコピーおよび深いコピー操作 ¶ ソースコード: Lib/copy.py Python において代入文はオブジェクトをコピーしません。代入はターゲットとオブジェクトの間に束縛を作り ...
https://man.plustar.jp/python/library/copy.html - [similar]
参照カウント — Python 3.6.5 ドキュメント 2898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 参照カウント ¶ この節のマクロはPythonオブジェクトの参照カウントを管理するために使われます。 void Py_INCREF ( PyObject *o ) ¶ オブジェクト o に対する参照カウントを一つ増やしま ...
https://man.plustar.jp/python/c-api/refcounting.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT