Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 35 for [SIMILAR] 16 1024 4096 WITH 119168 pyfloat WITH ... (0.245 sec.)
浮動小数点型オブジェクト (floating point object) — Python 3.6.5 ドキュメント 10000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 浮動小数点型オブジェクト (floating point object) ¶ PyFloatObject ¶ この PyObject のサブタイプは Python 浮動小数点オブジェクトを表 ...
https://man.plustar.jp/python/c-api/float.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタの拡張と埋め込み » 2. 拡張の型の定義: チュートリアル ¶ Python では、組み込みの str 型や list 型のような Python コードから走査できる新しい型を C 拡張モジュールの作者が定義できます。 全ての拡張の ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
複素数オブジェクト (complex number object) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 複素数オブジェクト (complex number object) ¶ Python の複素数オブジェクトは、C API 側から見ると二つの別個の型として実装されています ...
https://man.plustar.jp/python/c-api/complex.html - [similar]
文字列の変換と書式化 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » ユーティリティ » 文字列の変換と書式化 ¶ 数値変換と、書式化文字列出力のための関数群。 int PyOS_snprintf ( char *str , size_t size , const char *format , ... ) ¶ 書式文字列 fo ...
https://man.plustar.jp/python/c-api/conversion.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 16. 汎用オペレーティングシステムサービス » 16.16. ctypes --- Pythonのための外部関数ライブラリ ¶ ctypes は Python のための外部関数ライブラリです。このライブラリは C と互換性のあるデータ型を ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
14.4. xdrlib --- XDR データのエンコードおよびデコード — Python 3.6.5 ドキュメン... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 14. ファイルフォーマット » 14.4. xdrlib --- XDR データのエンコードおよびデコード ¶ ソースコード: Lib/xdrlib.py xdrlib モジュールは外部データ表現標準 (External Data Representation Standard ...
https://man.plustar.jp/python/library/xdrlib.html - [similar]
整数型オブジェクト (integer object) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | 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]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New in Python 2.4 ¶ 著者: A.M. Kuchling この文書は 2005 年 3 月 30 日にリリースされた Python 2.4.1 の新機能について解説します。 Python 2.4 は、真ん中サイズ、のリリースです。急進的だ ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » ユーティリティ » 引数の解釈と値の構築 ¶ これらの関数は独自の拡張モジュール用の関数やメソッドを作成する際に便利です。詳しい情報や用例は Python インタプリタの拡張と埋め込み に ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » オブジェクト実装サポート (object implementation support) » 共通のオブジェクト構造体 (common object structure) ¶ Python では、オブジェクト型を定義する上で数多くの構造体が使わ ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
PREV 1 2 3 4 NEXT