Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 102 for args (0.119 sec.)
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 5875
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pply() の使用を削除します。例えば apply(function, *args, **kwargs) は function(*args, **kwargs) に変換され ...
https://man.plustar.jp/python/library/2to3.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 5875
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... API ¶ coroutine asyncio. create_subprocess_exec ( *args , stdin=None , stdout=None , stderr=None , loop=No ... ctEventLoop. subprocess_exec ( protocol_factory , *args , stdin=subprocess.PIPE , stdout=subprocess.PIPE , ... stderr=subprocess.PIPE , **kwargs ) ¶ 1 個以上の文字列引数 ( ファイルシステムエンコー ... out=subprocess.PIPE , stderr=subprocess.PIPE , **kwargs ) ¶ プラットフォームの "シェル" 構文を使用して cmd ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5875
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ず、具象サブクラスを介して使います。 submit ( fn , *args , **kwargs ) ¶ 呼び出し可能オブジェクト fn を、 fn ... (*args **kwargs) として実行するようにスケジュールし、呼び ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 5875
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 保証しなければなりません。例えば、 super().__init__([args...]) 。 __new__() と __init__() は連携してオブジェ ... def __init_subclass__ ( cls , default_name , ** kwargs ): super () . __init_subclass__ ( ** kwargs ) cls ... クトをエミュレートする ¶ object. __call__ ( self [ , args... ] ) ¶ インスタンスが関数として "呼ばれた" 際に呼 ... class Meta ( type ): ... def __getattribute__ ( * args ): ... print ( "Metaclass getattribute invoked" ) ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5875
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... れました: __getstate__() , __setstate__() , __getnewargs__() 。これらメソッドの完全なセマンティクスについて ... m length of output' ) コマンドラインの解析は parse_args() メソッドを呼び出すことで行います options , args ... = op . parse_args ( sys . argv [ 1 :]) print options print args これ ... lt-ins. (Contributed by Gustavo Niemeyer.) PyArg_NoArgs() マクロが非推奨となったので、これを使っているコー ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
29.8. atexit --- 終了ハンドラ — Python 3.6.5 ドキュメント 5823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... た場合は実行されません。 atexit. register ( func , *args , **kwargs ) ¶ func を終了時に実行する関数として登 ...
https://man.plustar.jp/python/library/atexit.html - [similar]
33.1. formatter --- 汎用の出力書式化機構 — Python 3.6.5 ドキュメント 5823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 的な段落は中断しません。 formatter. add_hor_rule ( *args , **kw ) ¶ 出力に水平罫線を挿入します。現在の段落に ... 空ける役割しかありません。 writer. send_hor_rule ( *args , **kw ) ¶ 水平罫線を出力デバイスに表示します。この ...
https://man.plustar.jp/python/library/formatter.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 5823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の振る舞いを変更することができます: object. __getnewargs_ex__ ( ) ¶ In protocols 2 and newer, classes that ... implements the __getnewargs_ex__() method can dictate the values passed to the ... od upon unpickling. The method must return a pair (args, kwargs) where args is a tuple of positional argum ... ents and kwargs a dictionary of named arguments for constructing t ...
https://man.plustar.jp/python/library/pickle.html - [similar]
35.8. pty --- 擬似端末ユーティリティ — Python 3.6.5 ドキュメント 5823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tore_true' ) parser . add_argument ( 'filename' , nargs = '?' , default = 'typescript' ) options = parser ... . parse_args () shell = sys . executable if options . use_pytho ...
https://man.plustar.jp/python/library/pty.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 5823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バッグレベル2が追加されました。 SMTP. docmd ( cmd , args='' ) ¶ サーバへコマンド cmd を送信します。オプショ ... ン引数 args はスペース文字でコマンドに連結します。戻り値は、整 ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT