Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 62 for errors (0.054 sec.)
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 6560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... open() 関数の mode= , bufsize= , encoding= および errors= 引数を取る FileType ファクトリを提供しています。例 ... FileType ( mode='r' , bufsize=-1 , encoding=None , errors=None ) ¶ FileType ファクトリは ArgumentParser.add_ ... g='UTF-8'>) バージョン 3.4 で追加: encoding および errors キーワードが追加されました。 16.4.5.3. 引数グループ ...
https://man.plustar.jp/python/library/argparse.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tion sqlite3. DatabaseError ¶ Exception raised for errors that are related to the database. exception sqlite ... rogrammingError ¶ Exception raised for programming errors, e.g. table not found or already exists, syntax er ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ore than once, in which case all output, including errors, will be suppressed. The corresponding quiet param ... Barry A. Warsaw in bpo-16662 .) Unittest discovery errors now are exposed in the TestLoader.errors attribute ... r Stinner in bpo-18395 .) A new PyCodec_NameReplaceErrors() function to replace the unicode encode error wit ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ジュールはDEBUGフラグを提供します。 10.15. distutils.errors --- Distutils 例外 ¶ distutilsのモジュールで使用さ ... ebug --- Distutils デバッグモード 10.15. distutils.errors --- Distutils 例外 10.16. distutils.fancy_getopt - ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 中に発見されうる障害についてのより詳細な説明は email.errors を参照してください。 class email.message. MIMEPart ...
https://man.plustar.jp/python/library/email.message.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... をサーバから受け取った時に発生する例外。 ftplib. all_errors ¶ FTP インスタンスのメソッド実行時、FTP接続で(プロ ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に注意深く扱っています: import mailbox import email.errors list_names = ( 'python-list' , 'python-dev' , 'pyt ... s (): try : message = inbox [ key ] except email . errors . MessageParseError : continue # The message is ma ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... lass InputError ( Error ): """Exception raised for errors in the input. Attributes: expression -- input expr ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ドを整数で返します。 unicode(string [, encoding] [, errors] ) は、8 ビット文字列から Unicode 文字列を作ります ... ncoding は使用するエンコーディング名の文字列です。 errors パラメータは、現在エンコーディングにおいて不正な文 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6502
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 848 .) fileinput ¶ hook_encoded() now supports the errors argument. (Contributed by Joseph Hackman in bpo-25 ... ss arguments through to it now accept encoding and errors arguments. Specifying either of these will enable ... er in bpo-6135 .) sys ¶ The new getfilesystemencodeerrors() function returns the name of the error mode used ... anuel Barry in bpo-26823 .) The new PyErr_SetImportErrorSubclass() function allows for specifying a subclass ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT