Search results

Results 1 – 11 of 11
Advanced search

Search in namespaces:

There is a page named "Talk:Docstring" on Wikipedia

  • the use of a triple quoted string literal, but not the use of a docstring. A docstring is a string literal appearing as the first statement of a function/method...
    9 KB (1,397 words) - 23:45, 31 January 2024
  • the difference of Dockblocks to Docstring. Also Python needs to be removed from the examples since it uses Docstrings --Tolik518 (talk) 12:14, 3 April...
    367 bytes (33 words) - 23:46, 31 January 2024
  • The article says: "Epydoc also supports viewing the rendered docstrings within Python using a GUI." Can somebody explain this? In the Epydoc docs, it shows...
    748 bytes (70 words) - 06:55, 23 April 2024
  • they are saved in the executable / dll as well. Apart from a regular docstring a link to a helpfile is also supported. To access these comments from...
    26 KB (4,033 words) - 16:10, 30 March 2009
  • API documentation by a clear source (which includes the comments and docstrings anyway). Does anyone know the article I'm talking about? This is for personal...
    669 bytes (92 words) - 06:56, 23 April 2024
  • allows interactive shell sessions to be turned into tests embedded in docstrings, and how such embedded tests work both as tests, and as documentation...
    3 KB (507 words) - 23:46, 16 July 2024
  • generate documentation. This is not "novel". Python, elisp, etc. all support docstrings. zenned 02:07, 15 February 2006 (UTC) Changed — Timwi 17:15, 9 October...
    5 KB (714 words) - 03:41, 20 October 2022
  • can be used for comments, but I've never seen it outside of a formal docstring (i.e. as the first statement in a definition) or a hack (to block out...
    10 KB (1,307 words) - 03:52, 31 May 2023
  • talk 02:43, 14 Jan 2005 (UTC) Imagine this: def foo(): """Hi foo()""" "docstringing" it out: """ def foo(): """Hi foo()""" """ The compiler will throw a...
    37 KB (5,790 words) - 17:25, 8 September 2010
  • have it through non-specific language constructs (like python through docstring does) or via annotations/other extensions (C# and Java). So I think that...
    42 KB (6,164 words) - 15:45, 15 April 2024
  • some unnecessary detail in the Collection types section, in Comments and docstrings, possibly the whole erroneous example in Closures, and possibly some of...
    39 KB (6,229 words) - 14:07, 22 December 2007