Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 111 for argument (0.116 sec.)
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 5790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ): 'Convert a series of zero or more numbers to an argument tuple' return tuple ( map ( int , arg . split ())) ...
https://man.plustar.jp/python/library/cmd.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 5790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... esh() and noutrefresh() methods of a pad require 6 arguments to specify the part of the pad to be displayed an ... tion on the screen to be used for the display. The arguments are pminrow , pmincol , sminrow , smincol , smaxr ... ow , smaxcol ; the p arguments refer to the upper left corner of the pad region ... to be displayed and the s arguments define a clipping box on the screen within which ...
https://man.plustar.jp/python/library/curses.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 5790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ト、 name はコントロールの名前です。 event ( event , argument , condition=1 , ordering=None ) ¶ このコントロール ...
https://man.plustar.jp/python/library/msilib.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 5790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ke sigwaitinfo() , but takes an additional timeout argument specifying a timeout. If timeout is specified as 0 ...
https://man.plustar.jp/python/library/signal.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 5790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... once_with ( 1 , 2 , 3 ) >>> mock_function ( 'wrong arguments' ) Traceback (most recent call last): ... TypeErr ... or : <lambda>() takes exactly 3 arguments (1 given) create_autospec() はクラスにおいても利用 ... tly once and that that call was with the specified arguments. >>> mock = Mock ( return_value = None ) >>> mock ... 注釈 return_value , and side_effect are keyword only argument. mock_add_spec ( spec , spec_set=False ) ¶ モックに ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 5790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... けられた値を持つことができます。この値は例外の 引数 (argument) とも呼ばれます。引数の有無および引数の型は、例外の ... the exception instance ... print ( inst . args ) # arguments stored in .args ... print ( inst ) # __str__ allo ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 5790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ) >>> print ( hellos ) 'hello, world\n' >>> # The argument to repr() may be any Python object: ... repr (( x ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 殊文字として使われます: >>> # Substitute positional argument 0 into the string. >>> "User ID: {0} " . format ( ... oot" ) 'User ID: root' >>> # Use the named keyword arguments >>> "User ID: {uid} Last seen: {last_login} " . f ... r form) に変換し、複素数の絶対値 (modulus) と偏角 (argument) を返します。 rect() はその逆で、絶対値と偏角から対 ... キュー内容を名前付きタプル (time, priority, action, argument) で返します。 (Contributed by Raymond Hettinger; b ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 5752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... てはなりません! 以下の関数に渡す補助引数 (additional argument) は、書式文字列から決定される型へのアドレスでなけれ ... a_list を引数にとります。 int PyArg_ValidateKeywordArguments ( PyObject * ) ¶ キーワード引数を格納した辞書のキ ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
はじめに — Python 3.6.5 ドキュメント 5752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ze() の中では、 "スクリプトへの引数リスト" (script argument list, sys.argv のこと) を設定しません。この変数が後 ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT