LibreOffice Module pyuno (master) 1
|
Public Member Functions | |
def | __init__ (self, implName, supportedServices, clazz) |
Public Attributes | |
implName | |
supportedServices | |
clazz | |
Definition at line 165 of file unohelper.py.
def unohelper.ImplementationEntry.__init__ | ( | self, | |
implName, | |||
supportedServices, | |||
clazz | |||
) |
Definition at line 166 of file unohelper.py.
unohelper.ImplementationEntry.clazz |
Definition at line 169 of file unohelper.py.
Referenced by unohelper._FactoryHelper_.createInstanceWithArgumentsAndContext(), and unohelper._FactoryHelper_.createInstanceWithContext().
unohelper.ImplementationEntry.implName |
Definition at line 167 of file unohelper.py.
unohelper.ImplementationEntry.supportedServices |
Definition at line 168 of file unohelper.py.