Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 85 for input (0.026 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 12512
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... スキャンし、次の行と全く同じ行を探します: /*[clinic input] その行を見つけたら、今度は正確に次のような行を見つ ... ment Clinick block は次のようになります: /*[clinic input] ... clinic input goes here ... [clinic start gene ... を定義しておきます。 コメントの最初の行 ( /*[clinic input] ) は スタートライン です。 Argument Clinic を実行 ... に次の定型文を追加し、ブロックを作ります: /*[clinic input] [clinic start generated code]*/ Cut the docstring ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 10580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ポートしてください。 class email.charset. Charset ( input_charset=DEFAULT_CHARSET ) ¶ 文字集合を電子メールの ... ールの中では使用できません。 以下ではオプション引数 input_charset について説明します。この値は常に小文字に強 ... 使われるコーデックを見付けるのに使われます。たとえば input_charset が iso-8859-1 の場合、ヘッダおよびメッセー ... され、出力時の変換用コーデックは必要ありません。もし input_charset が euc-jp ならば、ヘッダは base64 でエンコ ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 10580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 11. ファイルとディレクトリへのアクセス » 11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理 ... をサポートする ¶ ソースコード: Lib/fileinput.py このモジュールは標準入力やファイルの並びにまたが ... ださい。 典型的な使い方は以下の通りです: import fileinput for line in fileinput . input (): process ( line ) ... 換えられます。別のファイル名リストを使いたい時には、 input() の最初の引数にリストを与えます。単一ファイル名の ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 10323
ナビゲーション 索引 モジュール | 次へ | 前へ | 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 of the input file and write the resulting quoted-printable data ...
https://man.plustar.jp/python/library/quopri.html - [similar]
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 10053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ate is True , these non-alphabet characters in the input result in a binascii.Error . base64. standard_b64e ... ーフェイスは以下のものを提供します: base64. decode ( input , output ) ¶ input ファイルの中身をデコードし、結果 ... のバイナリデータを output ファイルに出力します。 input 、 output ともに file objects でなければなりません ...inputinput.readline() が空バイト列を返すまで読まれま ...
https://man.plustar.jp/python/library/base64.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 9877
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... grammar/ # Start symbols for the grammar: # single_input is a single interactive statement; # file_input is ... a module or sequence of commands read from an input file; # eval_input is the input for the eval() fun ... ctions. # NB: compound_stmt in single_input is followed by extra NEWLINE! single_input : NEWLI ... NE | simple_stmt | compound_stmt NEWLINE file_input : ( NEWLINE | stmt ) * ENDMARKER eval_input : test ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
19.7. binhex --- binhex4 形式ファイルのエンコードおよびデコード — Python 3.6.5 ... 9539
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ールでは以下の関数を定義しています: binhex. binhex ( input , output ) ¶ ファイル名 input のバイナリファイルを ... ル様オブジェクトでもかまいません。 binhex. hexbin ( input , output ) ¶ binhex 形式のファイル input をデコード ... します。 input はファイル名でも、 read() および close() メソッドを ... ード: binhex , 形式 , モジュール , データ , output , input , 変換 , デコード , サポート , ドキュメント Table ...
https://man.plustar.jp/python/library/binhex.html - [similar]
9. トップレベル要素 — Python 3.6.5 ドキュメント 9188
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... as the first command line argument, or as standard input. If the file or standard input is a tty device, th ... なファイルから読み出された入力は、全て同じ形式: file_input ::= (NEWLINE | statement )* をとります。この構文法 ... 力は、以下の文法の下に構文解析されます: interactive_input ::= [ stmt_list ] NEWLINE | compound_stmt NEWLINE ... 字列引数は、以下の形式をとらなければなりません: eval_input ::= expression_list NEWLINE* 関連キーワード: 入力 ...
https://man.plustar.jp/python/reference/toplevel_components.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 8742
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rmat ( name ) print "What's your name?" name = raw_input () greet ( name ) It can be converted to Python 3. ... mat ( name )) print ( "What's your name?" ) name = input () greet ( name ) 変換処理を通じて、コメントと、イ ... p files do not make sense when not overwriting the input files. バージョン 3.2.3 で追加: The -o option was ... 技術的な制約のために imports とは別になっています。 inputinput(prompt) を eval(input(prompt)) に変換します ...
https://man.plustar.jp/python/library/2to3.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 8485
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ください。 subprocess. run ( args , * , stdin=None , input=None , stdout=None , stderr=None , shell=False , c ... コンストラクターの内容と同じになります - timeout 、 input および check は除き、この関数の全引数は Popen イン ... 断されたあと TimeoutExpired が再び送出されます。 The input argument is passed to Popen.communicate() and thus ... r . For stdin , line ending characters '\n' in the input will be converted to the default line separator os ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT