約 32,600 件の結果
リンクを新しいタブで開く
  1. Python Docstrings - GeeksforGeeks

    2025年9月19日 · Docstrings (Documentation Strings) are special strings used to document Python code. They provide a description of what a module, class, function or method does.

  2. PEP 257 – Docstring Conventions | peps.python.org

    2001年5月29日 · This PEP documents the semantics and conventions associated with Python docstrings.

  3. Docstring - Wikipedia

    Lisp In Lisp, a docstring is known as a documentation string. The Common Lisp standard states that a particular implementation may choose to discard docstrings. When they are kept, …

  4. Python Docstrings Tutorial : Beispiele & Format für Pydoc

    See Python Docstrings. Lerne jetzt die verschiedenen Arten von Docstrings und verschiedene Docstring-Formate wie Sphinx, Numpy und Pydoc mit Beispielen kennen.

  5. How to Write Docstrings in Python

    2025年8月25日 · Python docstrings are string literals that show information regarding Python functions, classes, methods, and modules, allowing them to be properly documented. They are …

  6. Python-Code richtig dokumentieren: Docstrings, Sphinx und der …

    2025年9月9日 · Einführung in die Dokumentation von Python-Code und grundlegende Konzepte von Docstrings, reStructuredText und Sphinx.

  7. Python Docstrings verstehen: Anleitung, Beispiele & Best Practices

    2025年8月26日 · Lerne, wie du in Python Docstrings richtig schreibst. Mit Beispielen zu Google-, NumPy- und reStructuredText-Stil, PEP 257 Richtlinien sowie automatischen Tests mit doctest …

  8. Zugriff auf Docstrings in Python - Delft Stack

    2024年2月15日 · In diesem Tutorial wird gezeigt, wie Sie mit dem Attribut __doc__ Docstrings in Python erstellen und darauf zugreifen.

  9. Verstehe Python-Dokumentation: Eine Einführung in Docstrings

    2025年4月26日 · In diesem Blogpost wirst du lernen, wie man effektive Docstrings in Python schreibt. Deine Aufgabe besteht darin, eine kleine Python-Funktion zu erstellen und sowohl eine …

  10. python - Wie schreibt man sinnvolle Docstrings?

    Die Konventionen für das Schreiben guter Dokumentationszeichenfolgen (auch bekannt als "Docstrings") sind in PEP 257 festgehalten. Schreiben Sie Docstrings für alle öffentlichen …