Exemplo n.º 1
0
def isInterface( obj ):
    """returns true, when obj is a class of a uno interface"""
    return pyuno.isInterface( obj )
Exemplo n.º 2
0
def isInterface(obj):
    """returns true, when obj is a class of a uno interface"""
    return pyuno.isInterface(obj)
Exemplo n.º 3
0
def isInterface(obj):
    """Returns True, when obj is a class of a UNO interface."""

    return pyuno.isInterface(obj)
Exemplo n.º 4
0
def isInterface(obj):
    """Returns True, when obj is a class of a UNO interface."""

    return pyuno.isInterface(obj)