MCPcopy Create free account
hub / github.com/LibreOffice/core / basicmethods

Method basicmethods

wizards/source/scriptforge/python/scriptforge.py:639–643  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

637 return list(self.serviceproperties)
638
639 def basicmethods(self):
640 if self.serviceimplementation == 'basic':
641 return self.ExecMethod(self.vbMethod + self.flgArrayRet, 'Methods')
642 else:
643 return []
644
645 def basicproperties(self):
646 if self.serviceimplementation == 'basic':

Callers

nothing calls this directly

Calls 1

ExecMethodMethod · 0.95

Tested by

no test coverage detected