Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 71 for arguments (0.057 sec.)
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6775
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eate a BytesParser instance. The _class and policy arguments have the same meaning and semantics as the _factor ... y and policy arguments of BytesFeedParser . Note: The policy keyword shou ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6775
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (args, kwargs) where args is a tuple of positional arguments and kwargs a dictionary of named arguments for con ... __getnewargs_ex__() , but supports only positional arguments. It must return a tuple of arguments args which wi ...
https://man.plustar.jp/python/library/pickle.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 6704
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... h shlex , getting tokens in a similar way to shell arguments. If this attribute is True , punctuation_chars wil ... file names (including wildcards) and command-line arguments (e.g. --color=auto ). Hence: >>> import shlex >>> ...
https://man.plustar.jp/python/library/shlex.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 6704
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... drawing of complex graphics.) When called without arguments, returns the currently stored value of n. Second a ... Set or return backgroundcolor of the TurtleScreen. Arguments (if given): a color string or three numbers in the ... Set or return backgroundcolor of the TurtleScreen. Arguments (if given): a color string or three numbers in the ... his behaviour corresponds to a fill() call without arguments in Python 2.6. 24.1.9. python 3.0からの変更点 ¶ Th ...
https://man.plustar.jp/python/library/turtle.html - [similar]
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ate_shortcut ( target , description , filename [ , arguments [ , workdir [ , iconpath [ , iconindex ] ] ] ] ) ¶ ... ョートカットの名前です。コマンドライン引数があれば、 arguments に指定します。 workdir はプログラムの作業ディレクト ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... メソッドは、オブジェクト x が持つ関数で、通常 x.name(arguments...) として呼び出されるものです。メソッドはクラス定 ... (Base): ... のようなクラス定義で、 Base.meth(self, arguments...) とすれば、 Base (または Base の基底クラス) で定 ... は、このように書けます class C { C () { cout << "No arguments \n " ; } C ( int i ) { cout << "Argument is " << i ... __ ( self , i = None ): if i is None : print ( "No arguments" ) else : print ( "Argument is" , i ) これで完全に ...
https://man.plustar.jp/python/faq/programming.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ons that take either integer or 1-character string arguments; these may be useful in writing more readable test ... ons that take either integer or 1-character-string arguments and return the same type. For example, curses.asci ...
https://man.plustar.jp/python/howto/curses.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Wait for process to terminate. The optional input argument should be data to be sent to the child process, or ... as returned by open() . If the encoding or errors arguments were specified or the universal_newlines argument ... from the child process. If the encoding or errors arguments were specified or the universal_newlines argument ... from the child process. If the encoding or errors arguments were specified or the universal_newlines argument ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... return None . Profile functions should have three arguments: frame , event , and arg . frame is the current st ... 登録してください。 Trace functions should have three arguments: frame , event , and arg . frame is the current st ... titer , finalizer ) ¶ Accepts two optional keyword arguments which are callables that accept an asynchronous ge ...
https://man.plustar.jp/python/library/sys.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... once_with ( 1 , 2 , 3 ) >>> mock_function ( 'wrong arguments' ) Traceback (most recent call last): ... TypeErro ... r : <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 ... last): ... TypeError : <lambda>() takes at least 2 arguments (1 given) spec はクラスがインスタンス化されたとき ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT