「globs」を含む例文一覧(10)

  • And those colored globs
    この色のついた物体は - 映画・海外ドラマ英語字幕翻訳辞書
  • globs, name, filename, and lineno are attributes for the new DocTest object.
    globs, name, filename, および lineno は新たに作成される DocTest オブジェクトの属性になります。 - Python
  • The setUp function can access the test globals as the globs attribute of the test passed.Optional argument globs is a dictionary containing the initial global variables for the tests.
    tearDown ははglobs 属性を介してテストのグローバル変数にアクセスできます。 オプション引数 globs は辞書で、テストのグローバル変数の初期値が入ります。 - Python
  • As a default namespace, if globs is not specified.
    globs を指定していない場合、オブジェクトのモジュールはデフォルトの名前空間になります。 - Python
  • By default, globs is a new empty dictionary.Optional argument extraglobs specifies an extra set of global variables, which is merged into globs.
    デフォルトではglob は空の新たな辞書です。 オプション引数 extraglobs には追加のグローバル変数セットを指定します。 - Python
  • If not specified, or None,an empty dictionary is used.
    globs を指定しない場合やNone にした場合、空の辞書を使います。 - Python
  • The setUp function can access the test globals as the globs attribute of the test passed.Optional argument tearDown specifies a tear-down function for the test suite.
    setUp はglobs 属性を介してテストのグローバル変数にアクセスできます。 オプション引数 tearDown には、テストを解体 (tear-down) するための関数を指定します。 - Python
  • Any changes to the namespace made by the examples (such as binding new variables) will be reflected in globs after the test is run.
    例題が名前空間に対して (新たな変数をバインドするなど)何らかの変更を行った場合、globs への反映はテストの実行後に起こります。 - Python
  • If not specified, the module calling this function is used.Optional argument globs is a dictionary containing the initial global variables for the tests.
    module を指定しない場合、この関数を呼び出しているモジュールになります。 オプション引数 globs は辞書で、テストのグローバル変数の初期値が入ります。 - Python
  • By default, globs is a new empty dictionary.Optional argument optionflags specifies the defaultdoctest options for the tests, created by or-ing togetherindividual option flags.
    デフォルトではglob は空の新たな辞書です。 オプション引数 optionflags には、テストを実行する際にデフォルトで適用される doctest オプションを OR で結合して指定します。 - Python

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