例文 (6件) |
exception handlersの部分一致の例文一覧と使い方
該当件数 : 6件
The try statement specifies exception handlers and/or cleanup code for a group of statements:例文帳に追加
try 文は、ひとまとめの文に対して、例外処理かつ/またはクリーンアップコードを指定します: - Python
A Python program can also explicitly raise an exception with the raise statement.Exception handlers are specified with the try ... exceptstatement.例文帳に追加
Python プログラムから、raise文を使って明示的に例外を送出することもできます。 例外ハンドラ (exception handler) は、 try ... except文で指定することができます。 - Python
After all exit handlers have had a chance to run the last exception to be raised is re-raised.例文帳に追加
全ての終了ハンドラに動作するチャンスを与えた後に、最後に送出された例外を再送出します。 - Python
The handlers raise this exception (or derived exceptions) when they run into a problem.例文帳に追加
ハンドラが何らかの問題に遭遇した場合、この例外 (またはこの例外から導出された例外)を送出します。 - Python
The assumption is that lower level modules will normally be imported before higher level modules and thus must be cleaned uplater.If an exception is raised during execution of the exit handlers, a traceback is printed (unless SystemExit is raised) and the exception information is saved.例文帳に追加
通常、より低レベルのモジュールはより高レベルのモジュールより前に import されるので、後で後始末が行われるという仮定に基づいています。 終了ハンドラの実行中に例外が発生すると、(SystemExit以外の場合は)トレースバックを表示して、例外の情報を保存します。 - Python
Python installs a small number of signal handlers by default:SIGPIPE is ignored (so write errors on pipes and sockets can be reported as ordinary Python exceptions) and SIGINT is translated into a KeyboardInterrupt exception.例文帳に追加
Python は標準でごく小数のシグナルハンドラをインストールしています:SIGPIPE は無視されます (従って、パイプやソケットに対する書き込みで生じたエラーは通常の Python 例外として報告されます)SIGINT は KeyboardInterrupt 例外に変換されます。 - Python
例文 (6件) |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
ログイン |
Weblio会員(無料)になると
|
ログイン |
Weblio会員(無料)になると
|