Translation of "code object" in Japanese
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The value of the expression or code object will be returned.
The result can be used to create a code object which can be evaluated efficiently.
The first expression should evaluate to either a string, an open file object, ora code object.
最初の式の値評価結果は文字列か、開かれたファイルオブジェクトか、コードオブジェクトでなければなりません。
A code object can be executed or evaluated by passing it (instead of asource string) to the exec statement or the built-ineval() function. See the
コードオブジェクトは exec 文や組み込み関数 eval()に(ソースコード文字列の代わりに) 渡すことで、実行したり値評価したりすることができます。 詳しくは
If it is a code object, it is simply executed.In all cases, if the optional parts are omitted, the code is executedin the current scope.
コードオブジェクトなら、単にオブジェクトを実行します。 いずれの場合でも、オプションの部分が省略されると、コードは現在のスコープ内で実行されます。
Parse and compile the Python source code in str, returning the resulting code object.
str内のPythonソースコードをパースしてコンパイルし、作られたコードオブジェクトを返します。
The filename specified by filename is used to construct the code object and may appear in trace backs or SyntaxError exception messages.
filenameで指定されるファイル名はコードオブジェクトを構築するために使われ、トレースバックあるいはSyntaxError例外メッセージに出てくる可能性があります。
New Managed Code Object Model and Development Environments