Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 77 for output (0.017 sec.)
- Argument Clinic How-To — Python 3.6.5 ドキュメント 13344
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu
...
ere ... [clinic start generated code]*/ ... clinic output goes here ... /*[clinic end generated code: checks...
. With luck everything worked---your block now has output, and a .c.h file has been generated! Reopen the fi...
f , PyObject * obj ) /*[clinic end generated code: output=87ecad1261e02ac7 input=552eb1c0f52260d9]*/ Obvious...
ly, if Argument Clinic didn't produce any output, it's because it found an error in your input. Kee...
- https://man.plustar.jp/python/howto/clinic.html - [similar]
- 17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 11078
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
bprocess . run ([ "ls" , "-l" ]) # doesn't capture output CompletedProcess(args=['ls', '-l'], returncode=0)...
用されるコマンド本文。 timeout ¶ タイムアウト秒数。 output ¶ run() または check_output() によって捕捉された子...
出力。捕捉されなかったら None になります。 stdout ¶ output の別名。 stderr と対になります。 stderr ¶ run() に...
Error のサブクラスです。 check_call() または check_output() によって実行されたプロセスが非ゼロの終了ステータ...
- https://man.plustar.jp/python/library/subprocess.html - [similar]
- 16.5. getopt --- C 言語スタイルのコマンドラインオプションパーサ — Python 3.6.5 ... 10014
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
っても同様です: >>> s = '--condition=foo --testing --output-file abc.def -x a1 a2' >>> args = s . split () >>>...
args ['--condition=foo', '--testing', '--output-file', 'abc.def', '-x', 'a1', 'a2'] >>> optlist ,...
topt . getopt ( args , 'x' , [ ... 'condition=' , 'output-file=' , 'testing' ]) >>> optlist [('--condition',...
'foo'), ('--testing', ''), ('--output-file', 'abc.def'), ('-x', '')] >>> args ['a1', 'a2...
- https://man.plustar.jp/python/library/getopt.html - [similar]
- 21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 9932
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
した範囲に収まっていなければなりません。 BaseCookie. output ( attrs=None , header='Set-Cookie:' , sep='\r\n' )...
現を返します。 attrs と header はそれぞれ Morsel の output() メソッドに送られます。 sep はヘッダの連結に用いら...
ルトは '\r\n' (CRLF)となっています。 BaseCookie. js_output ( attrs=None ) ¶ ブラウザがJavaScriptをサポートして...
可能なJavaScript snippetを返します。 attrs の意味は output() と同じです。 BaseCookie. load ( rawdata ) ¶ rawd...
- https://man.plustar.jp/python/library/http.cookies.html - [similar]
- 19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 9863
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
よりコンパクトになります。 quopri. decode ( input , output , header=False ) ¶ ファイル input の内容をデコード...
して、デコードされたバイナリデータをファイル output に書き出します。 input および output は バイナリフ...
コードするのに使われます。 quopri. encode ( input , output , quotetabs , header=False ) ¶ Encode the contents...
d write the resulting quoted-printable data to the output file. input and output must be binary file objects...
- https://man.plustar.jp/python/library/quopri.html - [similar]
- 10. API リファレンス — Python 3.6.5 ドキュメント 9255
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
セスのステージを呼び出します。 compile ( sources [ , output_dir=None , macros=None , include_dirs=None , debug...
ての対応するオブジェクトファイル名が返ります。 もし output_dir が指定されていれば、オブジェクトファイルはその...
されて foo/bar.o になります (Unix実装の場合)が、もし output_dir が build であれば、 build/foo/bar.o になります...
Error を起こします。 create_static_lib ( objects , output_libname [ , output_dir=None , debug=0 , target_lan...
- https://man.plustar.jp/python/distutils/apiref.html - [similar]
- 索引 — Python 3.6.5 ドキュメント 9186
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演
...
ect コマンドラインオプション --extract <tarfile> [<output_dir>] tarfile コマンドラインオプション --help trac...
プション -E コマンドラインオプション -e <tarfile> [<output_dir>] tarfile コマンドラインオプション -e <zipfile...
> <output_dir> zipfile コマンドラインオプション -e, --exact...
ンドラインオプション -O コマンドラインオプション -o <output>, --output=<output> zipapp コマンドラインオプション...
- https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
- 19.7. binhex --- binhex4 形式ファイルのエンコードおよびデコード — Python 3.6.5 ... 9186
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
以下の関数を定義しています: binhex. binhex ( input , output ) ¶ ファイル名 input のバイナリファイルをファイル名...
output の binhex 形式ファイルに変換します。 output パラメ...
ジェクトでもかまいません。 binhex. hexbin ( input , output ) ¶ binhex 形式のファイル input をデコードします。...
クトでもかまいません。変換結果のファイルはファイル名 output になります。この引数が None なら、出力ファイルは b...
- https://man.plustar.jp/python/library/binhex.html - [similar]
- 19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 9034
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
スは以下のものを提供します: base64. decode ( input , output ) ¶ input ファイルの中身をデコードし、結果のバイナ...
リデータを output ファイルに出力します。 input 、 output ともに file...
バージョン 3.1 で非推奨. base64. encode ( input , output ) ¶ Encode the contents of the binary input file a...
nd write the resulting base64 encoded data to the output file. input and output must be file objects . inpu...
- https://man.plustar.jp/python/library/base64.html - [similar]
- Argparse チュートリアル — Python 3.6.5 ドキュメント 8882
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argp
...
. add_argument ( "--verbosity" , help = "increase output verbosity" ) args = parser . parse_args () if args...
lp message and exit --verbosity VERBOSITY increase output verbosity $ python3 prog.py --verbosity usage: pro...
er . add_argument ( "--verbose" , help = "increase output verbosity" , action = "store_true" ) args = parser...
show this help message and exit --verbose increase output verbosity こんなことが起こりました: いまや、このオ...
- https://man.plustar.jp/python/howto/argparse.html - [similar]