Documentation for a single keyword or an initializer.
More...
|
| def | __init__ (self, name='', args=None, doc='', shortdoc='', tags=(), private=False, deprecated=False, source=None, lineno=-1, parent=None) |
| |
| def | to_dictionary (self) |
| |
Documentation for a single keyword or an initializer.
Definition at line 156 of file model.py.
◆ __init__()
| def robot.libdocpkg.model.KeywordDoc.__init__ |
( |
|
self, |
|
|
|
name = '', |
|
|
|
args = None, |
|
|
|
doc = '', |
|
|
|
shortdoc = '', |
|
|
|
tags = (), |
|
|
|
private = False, |
|
|
|
deprecated = False, |
|
|
|
source = None, |
|
|
|
lineno = -1, |
|
|
|
parent = None |
|
) |
| |
◆ _arg_to_dict()
| def robot.libdocpkg.model.KeywordDoc._arg_to_dict |
( |
|
self, |
|
|
|
arg |
|
) |
| |
|
private |
◆ _doc_to_shortdoc()
| def robot.libdocpkg.model.KeywordDoc._doc_to_shortdoc |
( |
|
self | ) |
|
|
private |
◆ _sort_key()
| def robot.libdocpkg.model.KeywordDoc._sort_key |
( |
|
self | ) |
|
|
private |
◆ shortdoc() [1/2]
| def robot.libdocpkg.model.KeywordDoc.shortdoc |
( |
|
self | ) |
|
|
private |
◆ shortdoc() [2/2]
| def robot.libdocpkg.model.KeywordDoc.shortdoc |
( |
|
self, |
|
|
|
shortdoc |
|
) |
| |
|
private |
◆ to_dictionary()
| def robot.libdocpkg.model.KeywordDoc.to_dictionary |
( |
|
self | ) |
|
◆ _shortdoc
| robot.libdocpkg.model.KeywordDoc._shortdoc |
|
private |
◆ args
| robot.libdocpkg.model.KeywordDoc.args |
◆ deprecated
| robot.libdocpkg.model.KeywordDoc.deprecated |
◆ doc
| robot.libdocpkg.model.KeywordDoc.doc |
◆ lineno
| robot.libdocpkg.model.KeywordDoc.lineno |
◆ name
| robot.libdocpkg.model.KeywordDoc.name |
◆ parent
| robot.libdocpkg.model.KeywordDoc.parent |
◆ private
| robot.libdocpkg.model.KeywordDoc.private |
◆ source
| robot.libdocpkg.model.KeywordDoc.source |
◆ tags
| robot.libdocpkg.model.KeywordDoc.tags |
◆ type_docs
| robot.libdocpkg.model.KeywordDoc.type_docs |
◆ _sort_key
| robot.libdocpkg.model.KeywordDoc._sort_key = property |
|
staticprivate |
◆ shortdoc
| robot.libdocpkg.model.KeywordDoc.shortdoc = property |
|
static |
The documentation for this class was generated from the following file: