Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 71 for arguments (0.071 sec.)
2. 組み込み関数 — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... None 以外である式文が印字されます)。 The optional arguments flags and dont_inherit control which future statem ... cted from a number or string x , or return 0 if no arguments are given. If x is a number, return x.__int__() . ...
https://man.plustar.jp/python/library/functions.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーバを通しての接続を実行できます。 The host and port arguments specify the endpoint of the tunneled connection (i ...
https://man.plustar.jp/python/library/http.client.html - [similar]
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le() and related functions directly with file path arguments then use a combination of importlib.util.spec_from ...
https://man.plustar.jp/python/library/imp.html - [similar]
27.5. timeit --- 小さなコード断片の実行時間計測 — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... None , it will be called after each trial with two arguments: callback(number, time_taken) . バージョン 3.6 で追 ...
https://man.plustar.jp/python/library/timeit.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) method. This kills the finalizer and returns the arguments passed to the constructor when it was created. >>> ...
https://man.plustar.jp/python/library/weakref.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 6 で変更: wbits and bufsize can be used as keyword arguments. zlib. decompressobj ( wbits=MAX_WBITS [ , zdict ] ...
https://man.plustar.jp/python/library/zlib.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... the exception instance ... print ( inst . args ) # arguments stored in .args ... print ( inst ) # __str__ allow ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 定義出来ます。 Python 2.2 supports some command-line arguments for testing whether code will work with the change ... それを渡すと、メッセージ " function takes no keyword arguments" を伴う TypeError 例外を励起するようになりました。 ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... p() now run several times faster with non-sequence arguments that supply a __len__() method. (Contributed by Ra ... erformance and makes them more suitable for use as arguments to functionals: map(mydict.__getitem__, keylist) . ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... added context' ) # Allow any number of additional arguments. parser . add_argument ( nargs = '*' , action = 's ... inputs ... ]] Command - line example . positional arguments : inputs input filenames ( default is stdin ) opti ... onal arguments : - h , -- help show this help message and exit - ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT