Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 171 for new (0.023 sec.)
What's New In Python 3.6 — Python 3.6.5 ドキュメント 11564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New In Python 3.6 ¶ エディタ: Elvis Pranskevichus < el ... ブラリーの顕著な改善 The asyncio module has received new features, significant usability and performance im ... er provisional and its API is considered stable. A new file system path protocol has been implemented to ... rating on paths have been updated to work with the new protocol. datetime モジュールで 地域時間の曖昧さ回 ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
数値型プロトコル (number protocol) — Python 3.6.5 ドキュメント 11024
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... dd ( PyObject *o1 , PyObject *o2 ) ¶ Return value: New reference. 成功すると o1 と o2 を加算した結果を返し ... ct ( PyObject *o1 , PyObject *o2 ) ¶ Return value: New reference. 成功すると o1 から o2 を減算した結果を返 ... ly ( PyObject *o1 , PyObject *o2 ) ¶ Return value: New reference. 成功すると o1 と o2 を乗算した結果を返し ... de ( PyObject *o1 , PyObject *o2 ) ¶ Return value: New reference. 成功すると o1 を o2 で除算した切捨て値を ...
https://man.plustar.jp/python/c-api/number.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 10337
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New In Python 3.5 ¶ エディタ: Elvis Pranskevichus < el ... Python ZIP アプリケーションのサポートの改善 <whatsnew-zipapp>` 改良されたモジュール ¶ argparse ¶ Argumen ... にも使われます。 (Contributed by Victor Stinner.) A new transport.get_write_buffer_limits() method to inqu ... 非推奨になりました。(Contributed by Yury Selivanov.) New loop.set_task_factory() and loop.get_task_factory( ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 9695
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... msize = 0 , . tp_flags = Py_TPFLAGS_DEFAULT , . tp_new = PyType_GenericNew , }; static PyModuleDef custom ... sizeof ( CustomObject ), . tp_itemsize = 0 , . tp_new = PyType_GenericNew , }; 注釈 上にあるように C99 ス ... せん。さもないとエラーの発生なしにあなたのタイプの __new__() メソッドを呼び出すことはできなくなります。この ... tom objects" , オブジェクトが生成できるように、 tp_new ハンドラを提供する必要があります。 これは Python の ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 9155
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n ¶ この"What's New in Python"という一連の文書はPythonのメジャーバージ ... 状態であり続けたい人にとって必読のものです。 What's New In Python 3.6 概要 -- リリースハイライト 新しい機能 ... ython 3.6.2 Notable changes in Python 3.6.5 What's New In Python 3.5 概要 -- リリースハイライト 新しい機能 ... API の変更 非推奨 削除 Python 3.5 への移植 What's New In Python 3.4 概要 -- リリースハイライト 新しい機能 ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
21.1. webbrowser --- 便利なウェブブラウザコントローラー — Python 3.6.5 ドキュメ... 9065
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 下の関数が定義されています: webbrowser. open ( url , new=0 , autoraise=True ) ¶ デフォルトのブラウザで url ... を表示します。 new が 0 なら、 url はブラウザの今までと同じウィンドウ ... で開きます。 new が 1 なら、可能であればブラウザの新しいウィンドウが ... 開きます。 new が 2 なら、可能であればブラウザの新しいタブが開きま ...
https://man.plustar.jp/python/library/webbrowser.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 8569
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 、以下の API を使ってください: PyObject * PyUnicode_New ( Py_ssize_t size , Py_UCS4 maxchar ) ¶ 新しい Uni ... 舞います。 この関数は非推奨です。変わりに PyUnicode_New() を使ってください。 PyObject * PyUnicode_FromStri ... r *encoding , const char *errors ) ¶ Return value: New reference. エンコードされている obj を Unicode オブ ... ¶ 文字列に文字を書き込みます。 文字列は PyUnicode_New() で作成しなければなりません。 Unicode 文字列は不変 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
デスクリプタオブジェクト (descriptor object) — Python 3.6.5 ドキュメント 8276
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クリプタ型の型オブジェクトです。 PyObject * PyDescr_NewGetSet ( PyTypeObject *type , struct PyGetSetDef *g ... etset ) ¶ Return value: New reference. PyObject * PyDescr_NewMember ( PyTypeOb ... *type , struct PyMemberDef *meth ) ¶ Return value: New reference. PyObject * PyDescr_NewMethod ( PyTypeOb ... *type , struct PyMethodDef *meth ) ¶ Return value: New reference. PyObject * PyDescr_NewWrapper ( PyTypeO ...
https://man.plustar.jp/python/c-api/descriptor.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 7781
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... at ( PyObject *o1 , PyObject *o2 ) ¶ Return value: New reference. 成功すると o1 と o2 の連結 (concatenati ... ( PyObject *o , Py_ssize_t count ) ¶ Return value: New reference. 成功するとオブジェクト o の count 回繰り ... at ( PyObject *o1 , PyObject *o2 ) ¶ Return value: New reference. 成功すると o1 と o2 の連結 (concatenati ... ( PyObject *o , Py_ssize_t count ) ¶ Return value: New reference. 成功するとオブジェクト o の count 回繰り ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
変更履歴 — Python 3.6.5 ドキュメント 7589
Filter entries by content:', ' ', ' ' ].join('\n')); function dofilter() { try { var query = new ... x (yet) } // find headers for the versions (What's new in Python X.Y.Z?) $('#changelog h2').each(function ... 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » 変更履歴 ¶ The NEWS file is not availa ... 関連キーワード: 変更 , 履歴 , ドキュメント , What , New , Foundation , Software , トピック , モジュール , ... 索引 前のトピックへ What's New in Python 2.0 次のトピックへ Python チュートリアル ...
https://man.plustar.jp/python/whatsnew/changelog.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT