Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for endptr (0.004 sec.)
- 文字列の変換と書式化 — Python 3.6.5 ドキュメント 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
ble PyOS_string_to_double ( const char *s , char **endptr , PyObject *overflow_exception ) ¶ 文字列 s を dou...
異なります。この変換は現在のロケールに依存しません。 endptr が NULL の場合、変換は文字列全体に対して行われます...
ない場合は -1.0 を返して ValueError を発生させます。 endptr が NULL で無い場合、文字列を可能な範囲で変換して、...
*endptr に最初の変換されなかった文字へのポインタを格納しま...
- https://man.plustar.jp/python/c-api/conversion.html - [similar]
PREV
1
NEXT