관리-도구
편집 파일: preprocessors.cpython-38.pyc
U +�e@ � @ s d Z ddlZdd� ZdS )zZpreprocessing functions, used with the 'preprocessor' argument on Template, TemplateLookup� Nc C s t �dd| �S )z�preprocess old style comments. example: from mako.ext.preprocessors import convert_comments t = Template(..., preprocessor=convert_comments)z(?<=\n)\s*#[^#]z##)�re�sub)�text� r �D/opt/hc_python/lib/python3.8/site-packages/mako/ext/preprocessors.py�convert_comments s r )�__doc__r r r r r r �<module> s