apc.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:pynoc 作者: SimplicityGuy 项目源码 文件源码
def sensor_supports_humidity(self):
        """Determine if the sensor supports relative humidity measurements.

        :return: does the sensor support relative humidity measurements?
        """
        return self.is_sensor_present and 'humid' in self.sensor_type.lower()

    # pylint: disable=no-self-argument
    # In order to use this method within the @retry decorator, this method
    # must be defined as such.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号