「exec statement」を含む例文一覧(7)

  • 6.14 The exec statement
    6.14 exec 文 - Python
  • In particular, a global statement contained in an exec statement does not affect the code block containing the exec statement, and code contained in an exec statement is unaffected by global statements in the code containing the exec statement.
    特に、exec 文内に入っているglobal 文は、exec 文を 含んでいるコードブロック内に効果を及ぼすことはなく、exec 文内に含まれているコードは、exec 文を含むコード内でのglobal 文に影響を受けません。 - Python
  • There is one EXEC statement for each job step
    EXECステートメントはジョブステップごとに一つだけある - コンピューター用語辞典
  • when parsing a string passed to the exec statement;
    exec で渡された文字列を構文解析するとき; - Python
  • This function takes a single argument that has can be passed to the exec statement, and an optional file name.
    この関数はオプション引数として exec 文に渡すファイル名を指定できます。 - Python
  • This function is similar to the exec statement, but parses a file instead of a string.
    この関数は exec 文に似ていますが、文字列の代わりにファイルに対して構文解釈を行います。 - Python
  • The code object must have been compiled passing 'eval' as the kind argument.Hints: dynamic execution of statements is supported by the exec statement.
    このコードオブジェクトは引数 kind を 'eval' にしてコンパイルされていなければなりません。 ヒント: 文の動的な実行は exec 文でサポートされています。 - Python

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

  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • 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.