Documentation for a library, a resource file or a suite file.
More...
|
| def | __init__ (self, name='', doc='', version='', type='LIBRARY', scope='TEST', doc_format='ROBOT', source=None, lineno=-1) |
| |
| def | convert_docs_to_html (self) |
| |
| def | doc_format (self, format) |
| |
| def | inits (self, inits) |
| | Initializer docs as :class:~KeywordDoc instances. More...
|
| |
| def | keywords (self, kws) |
| | Keyword docs as :class:~KeywordDoc instances. More...
|
| |
| def | save (self, output=None, format='HTML', theme=None) |
| |
| def | to_dictionary (self, include_private=False, theme=None) |
| |
| def | to_json (self, indent=None, include_private=True, theme=None) |
| |
| def | type_docs (self, type_docs) |
| |
Documentation for a library, a resource file or a suite file.
Definition at line 30 of file model.py.
◆ __init__()
| def robot.libdocpkg.model.LibraryDoc.__init__ |
( |
|
self, |
|
|
|
name = '', |
|
|
|
doc = '', |
|
|
|
version = '', |
|
|
|
type = 'LIBRARY', |
|
|
|
scope = 'TEST', |
|
|
|
doc_format = 'ROBOT', |
|
|
|
source = None, |
|
|
|
lineno = -1 |
|
) |
| |
◆ _add_toc()
| def robot.libdocpkg.model.LibraryDoc._add_toc |
( |
|
self, |
|
|
|
doc |
|
) |
| |
|
private |
◆ _create_toc()
| def robot.libdocpkg.model.LibraryDoc._create_toc |
( |
|
self, |
|
|
|
doc |
|
) |
| |
|
private |
◆ _get_data_types()
| def robot.libdocpkg.model.LibraryDoc._get_data_types |
( |
|
self, |
|
|
|
types |
|
) |
| |
|
private |
◆ _process_keywords()
| def robot.libdocpkg.model.LibraryDoc._process_keywords |
( |
|
self, |
|
|
|
kws |
|
) |
| |
|
private |
◆ all_tags()
| def robot.libdocpkg.model.LibraryDoc.all_tags |
( |
|
self | ) |
|
|
private |
◆ convert_docs_to_html()
| def robot.libdocpkg.model.LibraryDoc.convert_docs_to_html |
( |
|
self | ) |
|
◆ doc()
| def robot.libdocpkg.model.LibraryDoc.doc |
( |
|
self | ) |
|
|
private |
◆ doc_format()
| def robot.libdocpkg.model.LibraryDoc.doc_format |
( |
|
self, |
|
|
|
format |
|
) |
| |
◆ inits()
| def robot.libdocpkg.model.LibraryDoc.inits |
( |
|
self, |
|
|
|
inits |
|
) |
| |
Initializer docs as :class:~KeywordDoc instances.
Definition at line 73 of file model.py.
◆ keywords()
| def robot.libdocpkg.model.LibraryDoc.keywords |
( |
|
self, |
|
|
|
kws |
|
) |
| |
Keyword docs as :class:~KeywordDoc instances.
Definition at line 78 of file model.py.
◆ save()
| def robot.libdocpkg.model.LibraryDoc.save |
( |
|
self, |
|
|
|
output = None, |
|
|
|
format = 'HTML', |
|
|
|
theme = None |
|
) |
| |
◆ to_dictionary()
| def robot.libdocpkg.model.LibraryDoc.to_dictionary |
( |
|
self, |
|
|
|
include_private = False, |
|
|
|
theme = None |
|
) |
| |
◆ to_json()
| def robot.libdocpkg.model.LibraryDoc.to_json |
( |
|
self, |
|
|
|
indent = None, |
|
|
|
include_private = True, |
|
|
|
theme = None |
|
) |
| |
◆ type_docs()
| def robot.libdocpkg.model.LibraryDoc.type_docs |
( |
|
self, |
|
|
|
type_docs |
|
) |
| |
◆ _doc
| robot.libdocpkg.model.LibraryDoc._doc |
|
private |
◆ doc_format
| robot.libdocpkg.model.LibraryDoc.doc_format |
◆ inits
| robot.libdocpkg.model.LibraryDoc.inits |
◆ keywords
| robot.libdocpkg.model.LibraryDoc.keywords |
◆ lineno
| robot.libdocpkg.model.LibraryDoc.lineno |
◆ name
| robot.libdocpkg.model.LibraryDoc.name |
◆ scope
| robot.libdocpkg.model.LibraryDoc.scope |
◆ source
| robot.libdocpkg.model.LibraryDoc.source |
◆ type
| robot.libdocpkg.model.LibraryDoc.type |
◆ type_docs
| robot.libdocpkg.model.LibraryDoc.type_docs |
◆ version
| robot.libdocpkg.model.LibraryDoc.version |
◆ all_tags
| robot.libdocpkg.model.LibraryDoc.all_tags = property |
|
static |
◆ doc
| robot.libdocpkg.model.LibraryDoc.doc = property |
|
static |
The documentation for this class was generated from the following file: