예제 #1
0
    def getStats(self):
        """
        getStats(CSpaceInterface self) -> PyObject *

        Returns constraint testing statistics. If adaptive queries are
        enabled, this returns the stats on each constraint. 
        """
        return _motionplanning.CSpaceInterface_getStats(self)
예제 #2
0
    def getStats(self):
        """
        Returns constraint testing statistics. If adaptive queries are enabled, this
        returns the stats on each constraint.  

        Returns:
            (:obj:`object`):
        """
        return _motionplanning.CSpaceInterface_getStats(self)