Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 171 for new (0.097 sec.)
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 5720
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . If function is specified, it will be used as the new hook function; if omitted or None , any function a ... . If function is specified, it will be used as the new hook function; if omitted or None , any function a ... . If function is specified, it will be used as the new completion display function; if omitted or None , ... e () h_len = 0 def save ( prev_h_len , histfile ): new_h_len = readline . get_current_history_length () r ...
https://man.plustar.jp/python/library/readline.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 5720
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ng if encoding or errors is specified or universal_newlines is true. When used, the internal Popen object ... If encoding or errors are specified, or universal_newlines is true, file objects for stdin, stdout and s ... If encoding or errors are specified, or universal_newlines is true, the file objects stdin , stdout and ... cumentation of the io.TextIOWrapper class when the newline argument to its constructor is None . If text ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
コルーチンオブジェクト — Python 3.6.5 ドキュメント 5675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... b は NULL であってはいけません。 PyObject * PyCoro_New ( PyFrameObject *frame , PyObject *name , PyObject ... *qualname ) ¶ Return value: New reference. frame オブジェクトから新しいコルーチンオ ...
https://man.plustar.jp/python/c-api/coro.html - [similar]
循環参照ガベージコレクションをサポートする — Python 3.6.5 ドキュメント 5675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ければなりません: オブジェクトのメモリは PyObject_GC_New() または PyObject_GC_NewVar() で確保しなければなり ... ) を呼び出さなければなりません。 TYPE* PyObject_GC_New ( TYPE, PyTypeObject *type ) ¶ PyObject_New() に似 ... されたコンテナオブジェクト用です。 TYPE* PyObject_GC_NewVar ( TYPE, PyTypeObject *type , Py_ssize_t size ) ... ¶ PyObject_NewVar() に似ていますが、 Py_TPFLAGS_HAVE_GC のセットさ ...
https://man.plustar.jp/python/c-api/gcsupport.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 5675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ctoffset ; initproc tp_init ; allocfunc tp_alloc ; newfunc tp_new ; freefunc tp_free ; /* Low-level free- ... 。この関数の例は、以下のようなものです: static void newdatatype_dealloc ( newdatatypeobject * obj ) { free ... 。簡単な例は以下のようなものです: static PyObject * newdatatype_repr ( newdatatypeobject * obj ) { return ... PyUnicode_FromFormat ( "Repr-ified_newdatatype{{size:%d}}" , obj -> obj_UnderlyingDatatyp ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New in Python 2.6 ¶ 著者: A.M. Kuchling (amk at amk.ca ... 関する PEP を参照してください。可能な限り、 "What's New in Python" は各変更の bug や patch に対してリンクし ... のものもホストするでしょう。可能な場所では、"What's New in Python" のこのエディションでは、それぞれの変更に ... そこにあります。このセクションの残りの部分は "What's New in Python 2.5" の対応するセクションからの丸々コピー ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5675
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New In Python 3.2 ¶ 著者: Raymond Hettinger この記事で ... 能と例にフォ-カスしています。全詳細については Misc/NEWS をご覧ください。 参考 PEP 392 - Python 3.2 リリー ... : 'Salesl' }]) "tom","accounting" "susan","sales" (New dialect suggested by Jay Talbot in bpo-5975 , and ... the new method suggested by Ed Abraham in bpo-1537721 .) c ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t_event_loop(loop) の呼び出しと等価です。 asyncio. new_event_loop ( ) ¶ get_event_loop_policy().new_event ... 在のコンテキストにイベントループ loop を設定します。 new_event_loop ( ) ¶ このポリシーのルールに従った新しい ... default policy's get_event_loop() method creates one when called from the main thread, but raises Runtim ... Customizing the event loop policy ¶ To implement a new event loop policy, it is recommended you subclass ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New in Python 2.7 ¶ 著者: A.M. Kuchling (amk at amk.ca ... い機能について登録してください。可能な限り、 "What's New in Python" は各変更の bug や patch に対してリンクし ... 完全な変更リストが見たければ、ソースツリー内の Misc/NEWS ファイルか、全ての完全な詳細が入っている Subversi ... レームにステップインしません。 (Contributed by Maru Newby after a suggestion by Senthil Kumaran; bpo-5142 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 5574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Object *type , Py_ssize_t nitems ) ¶ Return value: New reference. 型オブジェクトの tp_alloc に対するジェネ ... 容を NULL で初期化します。 PyObject * PyType_GenericNew ( PyTypeObject *type , PyObject *args , PyObject * ... kwds ) ¶ Return value: New reference. 型オブジェクトの tp_new に対するジェネリ ...
https://man.plustar.jp/python/c-api/type.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT