This HTML5 document contains 82 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n6https://global.dbpedia.org/id/
n23https://web.archive.org/web/20160303174051/http:/www.linuxselfhelp.com/gnu/elisp/html_chapter/
n19http://epydoc.sourceforge.net/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
dbpedia-srhttp://sr.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
dbpedia-ithttp://it.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/
n9http://www.stack.nl/~dimitri/doxygen/

Statements

Subject Item
dbr:Pdoc
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Pytest
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Python_syntax_and_semantics
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Cobra_(programming_language)
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Epydoc
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Comment_(computer_programming)
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Comparison_of_programming_languages_(syntax)
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Plain_Old_Documentation
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:String_literal
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Docblock
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Docstring
rdf:type
yago:Cognition100023271 yago:Idea105833840 yago:WikicatProgrammingConstructs yago:Concept105835747 yago:Content105809192 yago:Abstraction100002137 yago:PsychologicalFeature100023100
rdfs:label
Docstring Docstring ドキュメンテーション文字列
rdfs:comment
ドキュメンテーション文字列あるいはdocstring(英語: documentation string、ドックストリング)はプログラミングにおいてコメントのようにソースコードの特定の部分を文書化するための文字列リテラルのこと。通常のコメントやdocblockのように解析時に構文木から除外されず、プログラムの実行時まで保持されるため対話的なヘルプやメタデータとして利用できる。 歴史的にはEmacsの前身のTECOに初めて実装された。 docstringをサポートするプログラミング言語にはPython、Lisp、Elixir、Clojure、 、Julia and Haskellがある。 Nella programmazione una docstring è un di tipo stringa inserito nel codice sorgente che ha la funzione, analogamente ad un commento, di documentare una porzione di codice. A differenza dei commenti, in testo semplice o con una formattazione particolare come javadoc o doxygen, che vengono ignorati dal parser del compilatore o dell'interprete, le docstring vengono conservate e sono disponibili a runtime, semplificando l'ispezione del codice e fornendo aiuto o metadati durante l'esecuzione. Tra i linguaggi che supportano le docstring vi sono Python, Lisp, Elixir e Clojure. In programming, a docstring is a string literal specified in source code that is used, like a comment, to document a specific segment of code. Unlike conventional source code comments, or even specifically formatted comments like docblocks, docstrings are not stripped from the source tree when it is parsed and are retained throughout the runtime of the program. This allows the programmer to inspect these comments at run time, for instance as an interactive help system, or as metadata. Languages that support docstrings include Python, Lisp, Elixir, Clojure, Gherkin, Julia and Haskell.
dcterms:subject
dbc:Programming_constructs dbc:Software_documentation dbc:Python_(programming_language) dbc:Lisp_(programming_language) dbc:String_(computer_science)
dbo:wikiPageID
4225907
dbo:wikiPageRevisionID
1104443495
dbo:wikiPageWikiLink
dbr:Literate_programming dbr:SourceForge dbr:Common_Lisp dbr:Source_code dbr:Lisp_(programming_language) dbr:Metadata dbc:Python_(programming_language) dbr:String_literal dbr:Clojure dbc:Software_documentation dbr:Epydoc dbr:Julia_(programming_language) dbr:Cobra_(programming_language) dbr:Gherkin_(language) dbr:Python_(programming_language) dbr:Computer_programming dbr:Plain_Old_Documentation dbr:Doxygen dbc:Lisp_(programming_language) dbr:Docblock dbr:Doctest dbr:Sphinx_(documentation_generator) dbr:Pydoc dbc:Programming_constructs dbr:Comment_(computer_programming) dbr:Haskell_(programming_language) dbr:Elixir_(programming_language) dbc:String_(computer_science)
dbo:wikiPageExternalLink
n9:docblocks.html%23pythonblocks n19:docstrings.html n23:elisp_24.html%23SEC361
owl:sameAs
n6:4jDqb dbpedia-sr:Докниска dbpedia-ja:ドキュメンテーション文字列 wikidata:Q5287262 dbpedia-it:Docstring freebase:m.0bqz7p yago-res:Docstring
dbp:wikiPageUsesTemplate
dbt:Mono dbt:Reflist dbt:Short_description
dbo:abstract
In programming, a docstring is a string literal specified in source code that is used, like a comment, to document a specific segment of code. Unlike conventional source code comments, or even specifically formatted comments like docblocks, docstrings are not stripped from the source tree when it is parsed and are retained throughout the runtime of the program. This allows the programmer to inspect these comments at run time, for instance as an interactive help system, or as metadata. Languages that support docstrings include Python, Lisp, Elixir, Clojure, Gherkin, Julia and Haskell. ドキュメンテーション文字列あるいはdocstring(英語: documentation string、ドックストリング)はプログラミングにおいてコメントのようにソースコードの特定の部分を文書化するための文字列リテラルのこと。通常のコメントやdocblockのように解析時に構文木から除外されず、プログラムの実行時まで保持されるため対話的なヘルプやメタデータとして利用できる。 歴史的にはEmacsの前身のTECOに初めて実装された。 docstringをサポートするプログラミング言語にはPython、Lisp、Elixir、Clojure、 、Julia and Haskellがある。 Nella programmazione una docstring è un di tipo stringa inserito nel codice sorgente che ha la funzione, analogamente ad un commento, di documentare una porzione di codice. A differenza dei commenti, in testo semplice o con una formattazione particolare come javadoc o doxygen, che vengono ignorati dal parser del compilatore o dell'interprete, le docstring vengono conservate e sono disponibili a runtime, semplificando l'ispezione del codice e fornendo aiuto o metadati durante l'esecuzione. Tra i linguaggi che supportano le docstring vi sono Python, Lisp, Elixir e Clojure.
prov:wasDerivedFrom
wikipedia-en:Docstring?oldid=1104443495&ns=0
dbo:wikiPageLength
5063
foaf:isPrimaryTopicOf
wikipedia-en:Docstring
Subject Item
dbr:Doctest
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Software_documentation
dbo:wikiPageWikiLink
dbr:Docstring
Subject Item
dbr:Documentation_string
dbo:wikiPageWikiLink
dbr:Docstring
dbo:wikiPageRedirects
dbr:Docstring
Subject Item
wikipedia-en:Docstring
foaf:primaryTopic
dbr:Docstring