Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 111 for argument (0.069 sec.)
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... some parameters were passed as positional or named arguments: >>> def f ( a , b , c ): pass ... >>> mock = Moc ... tance). I needed self to be passed in as the first argument because I want to make asserts about which objects ... instance. It will have self passed in as the first argument, which is exactly what I wanted: >>> class Foo : . ... bite you, is when your mock is called with mutable arguments. call_args and call_args_list store references to ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 6233
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... etwork/address objects will raise TypeError if the argument's IP version is incompatible to self . バージョン ... e the current network definition, depending on the argument values. prefixlen_diff is the amount our prefix le ... ntaining this network definition, depending on the argument values. prefixlen_diff is the amount our prefix le ... t supported. That means 2001:db00::0/24 is a valid argument while 2001:db00::0/ffff:ff00:: not. An integer tha ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6233
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n with a remote XML-RPC server. The required first argument is a URI (Uniform Resource Indicator), and will no ... ally be the URL of the server. The optional second argument is a transport factory instance; by default it is ... P Transport instance otherwise. The optional third argument is an encoding, by default UTF-8. The optional fou ... rth argument is a debugging flag. The following parameters gove ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6233
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... the asynchronous generator function, and the value argument becomes the result of the current yield expression ... nous generator, it must be called with None as the argument, because there is no yield expression that could r ... しは、呼び出し可能オブジェクト (例えば function ) を arguments の系列とともに呼び出します。系列は空の系列であって ... もかまいません: call ::= primary "(" [ argument_list [","] | comprehension ] ")" argument_list ::= ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6183
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を追加します。 The callback is called with a single argument - the future object. If the future is already done ... 数 ¶ 注釈 In the functions below, the optional loop argument allows explicitly setting the event loop object us ... p ) # Wait for the result with an optional timeout argument assert future . result ( timeout ) == 3 If an exce ... dule, run_coroutine_threadsafe() requires the loop argument to be passed explicitly. バージョン 3.5.1 で追加. ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
Python HOWTO — Python 3.6.5 ドキュメント 6132
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO ¶ Pyth ... Argparse チュートリアル ipaddressモジュールの紹介 Argument Clinic How-To DTrace と SystemTap で CPython を測定 ...
https://man.plustar.jp/python/howto/index.html - [similar]
16.5. getopt --- C 言語スタイルのコマンドラインオプションパーサ — Python 3.6.5 ... 6132
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... se if __name__ == '__main__' : parser = argparse . ArgumentParser () parser . add_argument ( '-o' , '--output' ... ) parser . add_argument ( '-v' , dest = 'verbose' , action = 'store_true' ...
https://man.plustar.jp/python/library/getopt.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6132
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... man readable description of the error. The explain argument can be used to provide more detailed information a ... ncludes a Content-Length header. Added the explain argument. send_response ( code , message=None ) ¶ Adds a re ... he -m switch of the interpreter with a port number argument. Similar to the previous example, this serves file ...
https://man.plustar.jp/python/library/http.server.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6132
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s, Path objects are also accepted for the filename argument. close ( ) ¶ ファイルを閉じます。 emit ( record ) ... s, Path objects are also accepted for the filename argument. reopenIfNeeded ( ) ¶ Checks to see if the file ha ... s, Path objects are also accepted for the filename argument. doRollover ( ) ¶ 上述のような方法でロールオーバを ... s, Path objects are also accepted for the filename argument. doRollover ( ) ¶ 上述のような方法でロールオーバを ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6132
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hich take an asynchronous generator iterator as an argument, and are used to schedule finalization of an asych ... kage's __path__ attribute is passed in as a second argument. The method returns a module spec , or None if the ... return None . Profile functions should have three arguments: frame , event , and arg . frame is the current s ... 登録してください。 Trace functions should have three arguments: frame , event , and arg . frame is the current s ...
https://man.plustar.jp/python/library/sys.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT