예제 #1
0
파일: uno.py 프로젝트: beppec56/openoffice
def isInterface( obj ):
    """returns true, when obj is a class of a uno interface"""
    return pyuno.isInterface( obj )
예제 #2
0
def isInterface(obj):
    """returns true, when obj is a class of a uno interface"""
    return pyuno.isInterface(obj)
예제 #3
0
def isInterface(obj):
    """Returns True, when obj is a class of a UNO interface."""

    return pyuno.isInterface(obj)
예제 #4
0
파일: uno.py 프로젝트: CloCkWeRX/core
def isInterface(obj):
    """Returns True, when obj is a class of a UNO interface."""

    return pyuno.isInterface(obj)