3 ܓij @ s8 d dl mZmZ d dlmZ dd ZG dd deZdS ) ) CosPluginIndependentPlugin)LinuxPolicyc C s | j p| j jdS )aH Test whether line is empty of contains a comment. Test whether the ``line`` argument is either blank, or a whole-line comment. :param line: the line of text to be checked. :returns: ``True`` if the line is blank or a comment, and ``False`` otherwise. :rtype: bool #)striplstrip startswith)line r /usr/lib/python3.6/cos.py_blank_or_comment s r c s<