「docstrings」を含む例文一覧(12)

  • Checking examples in docstrings.
    docstring 内の例題をチェックする、 - Python
  • 5.2.3.1 Which Docstrings Are
    5.2.3.1 どのドキュメンテーション文字列が検証されるのか? - Python
  • 5.2.3.1 Which Docstrings Are Examined?
    5.2.3.1 どのドキュメンテーション文字列が検証されるのか? - Python
  • 5.2.1 Simple Usage: Checking Examples in Docstrings
    5.2.1 簡単な利用法: docstring 中の例題をチェックする - Python
  • that consist of single docstrings, containing test cases for the named topics.
    この関数には、あるトピックに対応するテストケースの入った docstringが一つだけ入っています。 - Python
  • The module docstring, and all function, class and method docstrings are searched.
    モジュールのドキュメンテーション文字列、全ての関数、クラスおよびメソッドのドキュメンテーション文字列が検索されます。 - Python
  • A processing class used to extract the DocTests that are relevant to a given object, from its docstring and the docstrings of its contained objects.
    与えられたオブジェクトについて、その docstring か、そのオブジェクトに入っているオブジェクトの docstring からDocTest を抽出する処理クラスです。 - Python
  • DocTestFinder: Finds all docstrings in a given module,and uses a DocTestParser to create a DocTestfrom every docstring that contains interactive examples.
    DocTestFinder: 与えられたモジュールから全てのdocstring を検索し、対話モードでの例題が入った各 docstring からDocTestParser を使ってDocTest を生成します。 - Python
  • To clean up docstrings that are indented to line up with blocks of code, any whitespace than can be uniformly removed from the second line onwards is removed.
    コードブロックに合わせてインデントされているdocstringを整形するため、2行目以降では行頭の空白は削除されます。 - Python
  • Any classes found are recursively searched similarly, to test docstrings in their contained methods and nested classes.
    検索中に見つかったクラスも同様に再帰的に検索が行われ、クラスに含まれているメソッドおよびネストされたクラスについてドキュメンテーション文字列のテストが行われます。 - Python
  • To check that a module's docstrings are up-to-date by verifying that all interactive examples still work as documented.
    モジュールの docstring (ドキュメンテーション文字列) 中にある対話モードでの使用例全てが書かれている通りに動作するかを検証することで、docstring の内容が最新のものになるよう保ちます。 - Python
  • This section examines in detail how doctest works: which docstrings it looks at, how it finds interactive examples, what execution context it uses, how it handles exceptions, and how option flags can be used to control its behavior.
    この節では、doctest のからくり: どの docstring を見に行くのか、どうやって対話操作例を見つけ出すのか、どんな実行コンテキストを使うのか、例外をどう扱うか、上記の振る舞いを制御するためにどのようなオプションフラグを使うか、について詳しく吟味します。 - Python

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