They turn up in tracebacks as StringI and StringO.The following data objects are provided as well: トレースバックに StringI と StringO として表示されます。 次にあげるデータオブジェクトも提供されています: - Python
The filename specified by filename is used to construct the code object and may appear in tracebacks or SyntaxError exception messages. filenameで指定されるファイル名はコードオブジェクトを構築するために使われ、トレースバックあるいはSyntaxError例外メッセージに出てくる可能性があります。 - Python
The inspect module provides several useful functions to help get information about live objects such as modules,classes, methods, functions, tracebacks, frame objects, and code objects. inspectは、モジュール・クラス・メソッド・関数・トレースバック・フレームオブジェクト・コードオブジェクトなどのオブジェクトから情報を取得する関数を定義しており、クラスの内容を調べる、メソッドのソースコードを取得する、関数の引数リストを取得して整形する、トレースバックから必要な情報だけを取得して表示する、などの処理を行う場合に利用します。 - Python
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.