Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 52 for handler (0.088 sec.)
Unicode HOWTO — Python 3.6.5 ドキュメント 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... u can open the file with the surrogateescape error handler: with open ( fname , 'r' , encoding = "ascii" , er ... s f : f . write ( data ) The surrogateescape error handler will decode any non-ASCII bytes as code points in ... into the same bytes when the surrogateescape error handler is used when encoding the data and writing it back ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
21.3. cgitb --- CGI スクリプトのトレースバック管理機構 — Python 3.6.5 ドキュメ... 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を強制します。デフォルトの値は "html" です。 cgitb. handler ( info=None ) ¶ この関数は標準の設定 (ブラウザに報 ...
https://man.plustar.jp/python/library/cgitb.html - [similar]
20. 構造化マークアップツール — Python 3.6.5 ドキュメント 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ト 20.9.1. SAXException オブジェクト 20.10. xml.sax.handler --- SAX ハンドラの基底クラス 20.10.1. ContentHandl ... er オブジェクト 20.10.2. DTDHandler オブジェクト 20.10.3. EntityResolver オブジェクト ... 20.10.4. ErrorHandler オブジェクト 20.11. xml.sax.saxutils --- SAX ユーテ ...
https://man.plustar.jp/python/library/markup.html - [similar]
20.11. xml.sax.saxutils --- SAX ユーティリティ — Python 3.6.5 ドキュメント 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スは SAX イベントを XML 文書に書き戻すことで ContentHandler インターフェースを実装しています。 つまり、 XMLGen ... クラス , キー , 辞書 前のトピックへ 20.10. xml.sax.handler --- SAX ハンドラの基底クラス 次のトピックへ 20.12. ...
https://man.plustar.jp/python/library/xml.sax.utils.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 6676
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 生成すると、オブジェクトの様々な属性をハンドラ関数 (handler function) に設定できます。その後、XML 文書をパーザ ... 属性が展開されます。要素のハンドラである StartElementHandler と EndElementHandler に渡された要素名は、名前空間の ... y:elem1 /> <elem2 xmlns= "" /> </root> StartElementHandler は各要素ごとに次のような文字列を受け取ります: http ... ーションに任されます: この値は関数 ExternalEntityRefHandler() や NotationDeclHandler() , UnparsedEntityDeclHan ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 6676
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... が出来ます: try : block - 1 ... except Exception1 : handler - 1 ... except Exception2 : handler - 2 ... else : ... ストされます: その例外が Exception1 クラスであれば、 handler-1 が実行されます; そうでない場合で Exception2 クラ ... スであれば、 handler-2 が実行されます、以下同文。例外が起こらなければ、 ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 6631
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 言されていることです。これは次のように呼び出されます handler ( signum , frame ) だから、これは二つの引数で宣言さ ... れるべきです: def handler ( signum , frame ): ... よくある作業 ¶ Python のプ ...
https://man.plustar.jp/python/faq/library.html - [similar]
16. 汎用オペレーティングシステムサービス — Python 3.6.5 ドキュメント 6631
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... efault 16.4.2.10. allow_abbrev 16.4.2.11. conflict_handler 16.4.2.12. add_help 16.4.3. add_argument() メソッド ... ーター 16.7.3. 環境設定ファイルの書式 16.8. logging.handlers --- ロギングハンドラ 16.8.1. StreamHandler 16.8.2 ... . FileHandler 16.8.3. NullHandler 16.8.4. WatchedFileHandler 16. ... 8.5. BaseRotatingHandler 16.8.6. RotatingFileHandler 16.8.7. TimedRotatingF ...
https://man.plustar.jp/python/library/allos.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6631
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sing the ASCII codec and the surrogateescape error handler, and pass it to the write method of the outfp pass ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 6631
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... it' are decoded as ASCII using the 'replace' error handler. バージョン 3.2 で変更: 'unknown-8bit' 文字集合の処 ...
https://man.plustar.jp/python/library/email.header.html - [similar]
PREV 1 2 3 4 5 6 NEXT