Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 55 for lines (0.015 sec.)
10. API リファレンス — Python 3.6.5 ドキュメント 7051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... anks が真でない限りスキップされません。) true join_lines もしコメントと空白文字を削除したあとで、バックスラ ... 行と接続するとき、行頭の空白文字を削除します。 (join_lines and not lstrip_ws) の時だけ意味をもちます。 false ... なら、警告メッセージは以下のように全体を参照します: "lines 3-5" 。もし line が与えられていれば、現在の行番号を ... ッファ)から論理行を1行読み込んで返します。もし join_lines オプションが真なら、このメソッドは複数の物理行を読 ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 7051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nd whose words will be wrapped ... across a couple lines''' ) >>> parser . print_help () usage: PROG [-h] t ... up and whose words will be wrapped across a couple lines formatter_class= に RawDescriptionHelpFormatter を ... uding argument descriptions. However, multiple new lines are replaced with one. If you wish to preserve mul ... tiple blank lines, add spaces between the newlines. ArgumentDefaults ...
https://man.plustar.jp/python/library/argparse.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ' ) # change into "debian" directory >>> ftp . retrlines ( 'LIST' ) # list directory contents -rw-rw-r-- 1 ... を扱います。これらのメソッドのテキストバージョンでは lines 、バイナリバージョンでは binary の語がメソッド名の ... ame thing as in the transfercmd() method. FTP. retrlines ( cmd , callback=None ) ¶ Retrieve a file or direc ... 2 で変更: rest パラメタが追加されました。 FTP. storlines ( cmd , fp , callback=None ) ¶ Store a file in ASC ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tdout' and 'stderr', which are obtained by reading lines from the output streams of a subprocess which is u ... ) def reader ( self , stream , context ): """ Read lines from a subprocess' output stream and either pass t ...
https://man.plustar.jp/python/library/venv.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 7051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... list of strings instead of one big string with newlines to separate ... the wrapped lines.""" ... >>> prin ... list of strings instead of one big string with newlines to separate the wrapped lines. locale モジュールは ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... Storchaka in bpo-23171 .) curses ¶ The new update_lines_cols() function updates the LINES and COLS environ ... option Policy.mangle_from_ controls whether or not lines that start with "From " in email bodies are prefix ... bout a non-file-based module to permit getting its lines later via getline() . This avoids doing I/O until ... rocessing operator os pathlib pickle poplib re readline selectors shutil signal smtpd smtplib sndhdr socket ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6903
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... example, by default it does not do the mangling of lines that begin with From that is required by the unix ... example, by default it does not do the mangling of lines that begin with From that is required by the unix ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... .2 , 30 , 80 , 24 )) # \___ ___/ \___ ___/ | | |__ lines on screen # V V | |______ columns on screen # | | ... 行があるとき、そのすべての空行も取り除かれます: >>> lines = ( "line 1 \r\n " ... " \r\n " ... " \r\n " ) >>> ... lines . rstrip ( " \n\r " ) 'line 1 ' これは典型的に一度 ...
https://man.plustar.jp/python/faq/programming.html - [similar]
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ports the Base64 standard alphabet, and it adds newlines every 76 characters as per RFC 2045 . Note that if ... tes-like object s , which must contain one or more lines of base64 encoded data, and return the decoded byt ... bytes containing the base64-encoded data, with newlines ( b'\n' ) inserted after every 76 bytes of output, ...
https://man.plustar.jp/python/library/base64.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、 header_encoding 属性に基づきます。 header_encode_lines ( string , maxlengths ) ¶ string を最初にバイト列に ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
PREV 1 2 3 4 5 6 NEXT