관리-도구
편집 파일: preprocessors.cpython-37.pyc
B �C]@ � @ 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 �G/opt/alt/python37/lib/python3.7/site-packages/mako/ext/preprocessors.py�convert_comments s r )�__doc__r r r r r r �<module> s