robot.libdocpkg.model
¶
LibraryDoc
¶
LibraryDoc(
name="",
doc="",
version="",
type="LIBRARY",
scope="TEST",
doc_format="ROBOT",
source=None,
lineno=-1,
)
Documentation for a library, a resource file or a suite file.
Source code in src/robot/libdocpkg/model.py
inits
¶
KeywordDoc
¶
KeywordDoc(
name="",
args=None,
doc="",
short_doc="",
tags=(),
private=False,
deprecated=False,
source=None,
lineno=-1,
parent=None,
)
Bases: Sortable
Documentation for a single keyword or an initializer.