Searched refs:docstring (Results 1 – 5 of 5) sorted by relevance
1108 std::string docstring; in GetHelpLong() local1111 if (!docstring.empty()) in GetHelpLong()1112 SetHelpLong(docstring); in GetHelpLong()1176 std::string docstring; in GetHelp() local1178 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()1179 if (!docstring.empty()) in GetHelp()1180 SetHelp(docstring); in GetHelp()1193 std::string docstring; in GetHelpLong() local1195 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()1196 if (!docstring.empty()) in GetHelpLong()[all …]
47 # CMake requires the docstring parameter whenever set() touches the cache,48 # so get the existing docstring and re-use that.
9 /* Define our module docstring. */61 %module(docstring=DOCSTRING, moduleimport=MODULEIMPORT) lldb
74 The docstring will be transferred to the op definition verbatim.
504 Optionally, you can also provide a Python docstring, and LLDB will use it when providing help for y…