예제 #1
0
파일: inspect.py 프로젝트: tifuchs/silx
    def isValid(obj):
        """Returns True if underlying C++ object is valid.

        :param QObject obj:
        :rtype: bool
        """
        return not _isdeleted(obj)
예제 #2
0
파일: inspect.py 프로젝트: vasole/silx
    def isValid(obj):
        """Returns True if underlying C++ object is valid.

        :param QObject obj:
        :rtype: bool
        """
        return not _isdeleted(obj)