「traceback」を含む例文一覧(50)

  • in module traceback
    traceback モジュール - Python
  • Traceback objects
    トレースバック (traceback) オブジェクト - Python
  • 3.12 traceback -- Print or retrieve a stack traceback
    3.12 traceback -- スタックトレースの表示や取り出し - Python
  • 3.12.1 Traceback Example
    3.12.1 トレースバックの例 - Python
  • The collections contain tuples of (testcase,traceback), where traceback is a string containing a formatted version of the traceback for the exception.
    tracebackは例外のトレースバック情報をフォーマットした文字列です。 - Python
  • Otherwise, the values returned are (type, value,traceback).
    例外が発生している場合、(type, value,traceback)を返します。 - Python
  • Print up to limit stack trace entries from traceback.
    tracebackからlimitまでスタックトレース項目を出力します。 - Python
  • Do not pass a NULL type and non-NULL value or traceback.
    NULLのtypeと非NULLのvalueあるいはtracebackを渡してはいけません。 - Python
  • Enter post-mortem debugging of the given traceback object.
    与えられたtracebackオブジェクトの事後解析デバッギングに入ります。 - Python
  • Return a list of up to limit ``pre-processed'' stack trace entries extracted from the traceback object traceback.
    トレースバックオブジェクトtracebackからlimitまで取り出された``前処理済み''スタックトレース項目のリストを返します。 - Python
  • Print or retrieve a stack traceback.
    スタックトレースの表示や取り出し。 - Python
  • 11.3 cgitb -- Traceback manager for CGI scripts
    11.3 cgitb -- CGI スクリプトのトレースバック管理機構 - Python
  • A third variable contains the stack traceback in case the error originated in Python code.
    第三の値には、エラーの発生源が Python コード内だった場合にスタックトレースバック (stack traceback) が入ります。 - Python
  • Configurable traceback handler for CGI scripts.
    設定可能な、CGI スクリプトのトレースバック処理機構です。 - Python
  • Format the exception part of a traceback.
    トレースバックの例外部分の書式を設定します。 - Python
  • Disassembles the top-of-stack function of a traceback, using the last traceback if none was passed.
    トレースバックのスタックの先頭の関数を逆アセンブルします。 Noneが渡された場合は最後のトレースバックを使います。 - Python
  • Get information about a frame or traceback object.
    フレーム又はトレースバックオブジェクトの情報を取得します。 - Python
  • Traceback objects represent a stack trace of an exception.
    トレースバックオブジェクトは例外のスタックトレースを表現します。 - Python
  • Extract the raw traceback from the current stack frame.
    現在のスタックフレームから生のトレースバックを取り出します。 - Python
  • Print a standard traceback to sys.stderr and clear the error indicator.
    sys.stderrへ標準トレースバックをプリントし、エラーインジケータをクリアします。 - Python
  • The default version prints a condensed traceback.
    デフォルトでは、短縮したトレースバック情報が出力されます。 - Python
  • They may occur in traceback objects (see below).
    実行フレームはトレースバックオブジェクト内に出現します (下記参照)。 - Python
  • Helper to print a traceback from the timed code.Typical use:
    計測対象コードのトレースバックを出力するためのヘルパー。 利用例: - Python
  • It describes stack frame objects, traceback objects, and slice objects.
    このオブジェクトではスタックフレーム、トレースバック、スライスオブジェクトを記述しています。 - Python
  • The optional argument display defaults to 1 and can be set to 0 to suppress sending the traceback to the browser.If the argument logdir is present, the traceback reports are written to files.
    オプションの引数 display は標準で 1 になっており、この値は 0 にしてトレースバックをブラウザに送らないように抑制することもできます。 - Python
  • If no object is provided, it disassembles the last traceback.
    オブジェクトが与えられない場合は、最後のトレースバックを逆アセンブルします。 - Python
  • This function prints out a given traceback and exception tosys.stderr.When an exception is raised and uncaught, the interpreter callssys.excepthook with three arguments, the exception class,exception instance, and a traceback object.
    例外が発生し、その例外が捕捉されない場合、インタープリタは例外クラス・例外インスタンス・トレースバックオブジェクトを引数としてsys.excepthookを呼び出します。 - Python
  • The value and traceback object may be NULL even when the type object is not.
    型オブジェクトがNULLでないときでさえ、その値とトレースバックオブジェクトはNULLかもしれません。 - Python
  • This function returns the current line number set in the traceback object.
    この関数はトレースバックオブジェクトに設定された現在の行番号をかえします。 - Python
  • The handler will find the traceback as TOS2, the parameter as TOS1, and the exception as TOS.
    ハンドラはTOS2としてトレースバック、TOS1としてパラメータ、そしてTOSとして例外を見つけられます。 - Python
  • Warning:Assigning the traceback return value to a local variable in a function that is handling an exception will cause a circular reference.
    警告:例外処理中に戻り値のtracebackをローカル変数に代入すると循環参照が発生し、関数内のローカル変数やトレースバックが参照している全てのオブジェクトは解放されなくなります。 - Python
  • This decoder has a branch metric calculator 88, an ACS engine 90 and a traceback unit 92.
    復号器は、枝メトリック計算器88、ACSエンジン90およびトレースバックユニット92を有する。 - 特許庁
  • The first entry in the list representstraceback; the last entry represents where the exception was raised.
    戻り値のリストの先頭はtracebackのフレームレコードで、末尾の要素は例外が発生した位置を示します。 - Python
  • When itis not handled, the Python interpreter exits; no stack traceback is printed.
    この例外が処理されなかった場合、Python インタプリタは終了します; スタックのトレースバックは全く印字されません。 - Python
  • If the third object is present and not a traceback object or None, a TypeError exception is raised.
    第三のオブジェクトが存在し、オブジェクトがトレースバックオブジェクトでも None でもなければ、TypeError 例外が送出されます。 - Python
  • It was originally designed to display extensive traceback information in HTML for CGI scripts.
    このモジュールはもともと徹底的なトレースバック情報を CGI スクリプトで生成した HTML 内に表示するための設計されました。 - Python
  • The optional info argument should be a 3-tuple containing an exception type, exception value, and traceback object, exactly like the tuple returned by
    オプションの info 引数は、例外の型、例外の値、トレースバックオブジェクトからなる 3 要素のタプルでなければなりません。 これは - Python
  • When set to 0 or less, all traceback information is suppressed and only the exception type and value are printed.
    0以下の値が設定された場合、トレースバック情報は出力されず例外型と例外値のみが出力されます。 - Python
  • Return the text of the source code for an object.The argument may be a module, class, method, function, traceback, frame,or code object.
    オブジェクトのソースコードを返します。 引数にはモジュール・クラス・メソッド・関数・トレースバック・フレーム・コードオブジェクトを指定する事ができます。 - Python
  • When this variable is set to an integer value, it determines the maximum number of levels of traceback information printed when an unhandled exception occurs. The default is 1000.
    捕捉されない例外が発生した時、出力されるトレースバック情報の最大レベル数を指定する整数値(デフォルト値は1000)。 - Python
  • The traceback network identifies the antecedent states for collocated interleaved packets in response to decision data associated with trellis state transitions.
    このトレースバック・ネットワークは、トレリス・ステート遷移に関連する決定データに応答して、コロケート(配置)されたインタリーブ化パケットの先行ステートを識別する。 - 特許庁
  • When the search for an exception handler unwinds the execution stack, at each unwoundlevel a traceback object is inserted in front of the currenttraceback.
    例外ハンドラを検索して実行スタックを戻っていく際、戻ったレベル毎に、トレースバックオブジェクトが現在のトレースバックの前に挿入されます。 - Python
  • Return a list of source lines and starting line number for an object.The argument may be a module, class, method, function, traceback, frame,or code object.
    オブジェクトのソース行のリストと開始行番号を返します。 引数にはモジュール・クラス・メソッド・関数・トレースバック・フレーム・コードオブジェクトを指定する事ができます。 - Python
  • These three variables are not always defined; they are set when an exception is not handled and the interpreter prints an error message and a stack traceback.
    通常は定義されておらず、捕捉されない例外が発生してインタープリタがエラーメッセージとトレースバックを出力した場合にのみ設定されます。 - Python
  • The instance so created by calling the constructor is used as the exception value.If a third object is present and not None, it must be a traceback
    このようにしてコンストラクタを呼び出して生成したインスタンスが例外の値になります。 第三のオブジェクトが存在し、かつ None でなければ、オブジェクトはトレースバック - Python
  • clears the exception state.The full exception state consists of three objects (all of which can be NULL): the exception type, the corresponding exception value, and the traceback.
    は例外状態情報を消し去る関数です。 完全な例外状態情報は、3 つのオブジェクト: 例外の型、例外の値、そしてトレースバック、からなります (どのオブジェクトもNULLを取り得ます)。 - Python
  • The report includes a traceback showing excerpts of the source code for each level,as well as the values of the arguments and local variables to currently running functions, to help you debug the problem.
    この報告には各レベルにおけるソースコードの抜粋が示されたトレースバックと、現在動作している関数の引数やローカルな変数が収められており、問題のデバッグを助けます。 - Python
  • The line number and last instruction in the traceback may differ from the line number of its frame object if the exception occurred in a try statement with no matching except clause or with a finally clause.
    トレースバック内の行番号や最後に実行された命令は、try 文内で例外が発生し、かつ対応する except 節や finally 節がない場合には、フレームオブジェクト内の行番号とは異なるかもしれません。 - Python
  • The code sequence detection system processes video data in the form of groups of interleaved trellis encoded data packets and includes a traceback network (47) that identifies a sequence of antecedent trellis states, in accordance with a state transition trellis.
    このコード・シーケンス検出システムは、インタリーブされたトレリス符号化データ・パケット群の形態になっているビデオ・データを処理し、ステート遷移トレリスに従って、先行トレリス・ステートのシーケンスを識別するトレースバック・ネットワーク(47)を含んでいる。 - 特許庁
  • 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

例文データの著作権について