Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 72 for [SIMILAR] 16 1024 4096 WITH 212642 pylongobject ... (0.398 sec.)
整数型オブジェクト (integer object) — Python 3.6.5 ドキュメント 10000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 整数型オブジェクト (integer object) ¶ すべての整数は任意の長さをもつ "long" 整数として実装されます。 On error, most PyLong_As* AP ...
https://man.plustar.jp/python/c-api/long.html - [similar]
はじめに — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » はじめに ¶ Python のアプリケーションプログラマ用インタフェース (Application Programmer's Interface, API) は、 Python インタプリタに対する様々なレベルでのアクセス手段を C や ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Python 3 への拡張モジュール移植 ¶ author: Benjamin Peterson 概要 C-API の変更は Python 3 の目標には入っていませんでしたが、Python レベルでの変更がたくさんあったので、Python 2 の API を無傷で済ませ ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New in Python 2.7 ¶ 著者: A.M. Kuchling (amk at amk.ca) この文書は Python 2.7 の新機能について解説します。Python 2.7 は 2010 年 7 月 3 日にリリースされました。 数値周りの扱いが、浮動 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタの拡張と埋め込み » 1. C や C++ による Python の拡張 ¶ C プログラムの書き方を知っているなら、Python に新たな組み込みモジュールを追加するのはきわめて簡単です。この新たなモジュール、拡張モジュール ...
https://man.plustar.jp/python/extending/extending.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New In Python 3.1 ¶ 著者: Raymond Hettinger この記事では 3.0 と比較した Python 3.1 の新機能を解説します。 PEP 372: 順序付き辞書 ¶ 通常の Python 辞書は、 key/value ペアを不定の順序で ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 辞書オブジェクト (dictionary object) ¶ PyDictObject ¶ この PyObject のサブタイプは Python の辞書オブジェクトを表現します。 PyType ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » オブジェクト実装サポート (object implementation support) » 型オブジェクト ¶ 新スタイルの型を定義する構造体: PyTypeObject 構造体は、おそらく Python オブジェクトシステムの中で ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタの拡張と埋め込み » 3. Defining Extension Types: Assorted Topics ¶ この節ではさまざまな実装可能なタイプメソッドと、それらが何をするものであるかについて、ざっと説明します。 以下は PyTypeObject の ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New In Python 3.2 ¶ 著者: Raymond Hettinger この記事では 3.1 と比較した Python 3.2 の新機能を解説します。 幾つかの新機能と例にフォ-カスしています。全詳細については Misc/NEWS をご覧 ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT