Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 171 for new (0.052 sec.)
整数型オブジェクト (integer object) — Python 3.6.5 ドキュメント 6452
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... bject * PyLong_FromLong ( long v ) ¶ Return value: New reference. v から新たな PyLongObject オブジェクトを ... omUnsignedLong ( unsigned long v ) ¶ Return value: New reference. Cの unsigned long から新たな PyLongObje ... yLong_FromLongLong ( long long v ) ¶ Return value: New reference. C の long long 型から新たな PyLongObjec ... dLongLong ( unsigned long long v ) ¶ Return value: New reference. C の unsigned long long 型から新たな Py ...
https://man.plustar.jp/python/c-api/long.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6362
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New in Python 2.3 ¶ 著者: A.M. Kuchling この文書は Pyt ... そこにあります。このセクションの残りの部分は "What's New in Python 2.2" のジェネレータの記述からの丸々コピー ... Zip アーカイブからモジュールをインポートする ¶ The new zipimport module adds support for importing module ... artin von Löwis, Mark Hammond。 PEP 278: Universal Newline サポート ¶ The three major operating systems u ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 6362
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New In Python 3.0 ¶ 著者: Guido van Rossum この記事では ... ん。 いつもの新リリースのように、 ソース配布の Misc/NEWS には些細な変更についても詳細な情報があります。 よ ... P 3105 )。 例: Old : print "The answer is" , 2 * 2 New : print ( "The answer is" , 2 * 2 ) Old : print x ... , # Trailing comma suppresses newline New : print ( x , end = " " ) # Appends a spac ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
マップ型プロトコル (mapping protocol) — Python 3.6.5 ドキュメント 6261
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... t * PyMapping_Keys ( PyObject *o ) ¶ Return value: New reference. 成功するとオブジェクト o のキーからなる ... * PyMapping_Values ( PyObject *o ) ¶ Return value: New reference. 成功するとオブジェクト o の値からなるリ ... * PyMapping_Items ( PyObject *o ) ¶ Return value: New reference. 成功するとオブジェクト o の要素からなる ... ( PyObject *o , const char *key ) ¶ Return value: New reference. Return element of o corresponding to th ...
https://man.plustar.jp/python/c-api/mapping.html - [similar]
33.1. formatter --- 汎用の出力書式化機構 — Python 3.6.5 ドキュメント 6261
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 揃え設定値が以前の設定から変更された場合、writer の new_alignment() メソッドが align の値と共に呼び出されま ... され、その他の値は現在の設定を維持します。writer の new_font() メソッドは完全に設定解決されたフォント指定で ... _IS 値を含み、スタック全体を表すタプルは writer の new_styles() メソッドに渡されます。 formatter. pop_sty ... 値を含み、変更されたスタックを表すタプルは writer の new_styles() メソッドに渡されます。 formatter. set_spa ...
https://man.plustar.jp/python/library/formatter.html - [similar]
DateTime オブジェクト — Python 3.6.5 ドキュメント 6216
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ( int year , int month , int day ) ¶ Return value: New reference. 指定された年、月、日の datetime.date オ ... inute , int second , int usecond ) ¶ Return value: New reference. 指定された年、月、日、時、分、秒、マイク ... inute , int second , int usecond ) ¶ Return value: New reference. 指定された時、分、秒、マイクロ秒の date ... ays , int seconds , int useconds ) ¶ Return value: New reference. 指定された日、秒、マイクロ秒の datetime ...
https://man.plustar.jp/python/c-api/datetime.html - [similar]
超高水準レイヤ — Python 3.6.5 ドキュメント 6216
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ject *globals , PyObject *locals ) ¶ Return value: New reference. 下記の PyRun_StringFlags() の flags を ... *locals , PyCompilerFlags *flags ) ¶ Return value: New reference. オブジェクトの globals と locals で指定 ... ject *globals , PyObject *locals ) ¶ Return value: New reference. 下記の PyRun_FileExFlags() の closeit を ... , PyObject *locals , int closeit ) ¶ Return value: New reference. 下記の PyRun_FileExFlags() の flags を ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 6216
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New In Python 3.1 ¶ 著者: Raymond Hettinger この記事で ... Cannon.) 最適化 ¶ 大きな性能向上がありました: The new I/O library (as defined in PEP 3116 ) was mostly w ... ), the bytecode evaluation loop is compiled with a new dispatch mechanism which gives speedups of up to 2 ... ール , 追加 , 変更 , サポート , 関数 , 順序 , What , New , In Table of Contents What's New In Python 3.1 PE ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 6159
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... タンスでない場合に真を返します。 PyObject * PyTuple_New ( Py_ssize_t len ) ¶ Return value: New reference. ... yTuple_Pack ( Py_ssize_t n , ... ) ¶ Return value: New reference. サイズが n の新たなタプルオブジェクトを ... Py_ssize_t low , Py_ssize_t high ) ¶ Return value: New reference. p の指すタプルオブジェクト内の、位置 lo ... す。 int _PyTuple_Resize ( PyObject **p , Py_ssize_t newsize ) ¶ タプルをリサイズする際に使えます。 newsize ...
https://man.plustar.jp/python/c-api/tuple.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 6114
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に一つ以上のマッピングを含んでいなければなりません。 new_child ( m=None ) ¶ 新しい辞書の後ろに現在のインスタ ... 先頭の新しい辞書になります; 指定されていない場合、 d.new_child() が ChainMap({}, *d.maps) と同等となるように ... class は、読み出し専用のマッピングのチェーンです。 new_child() メソッドや parents() プロパティに似た push ... の例: c = ChainMap () # Create root context d = c . new_child () # Create nested child context e = c . new ...
https://man.plustar.jp/python/library/collections.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT