File: //usr/lib/python3.6/site-packages/sos/policies/distros/__pycache__/cos.cpython-36.pyc
3
-�_gj � @ s8 d dl mZmZ d dlmZ dd� ZG dd� de�ZdS )� )� CosPlugin�IndependentPlugin)�LinuxPolicyc C s | j � p| j� jd�S )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
�#)�strip�lstrip�
startswith)�line� r
�/usr/lib/python3.6/cos.py�_blank_or_comment s r c s<