|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/site-packages/mako/ext/__pycache__/ |
U
O��g@ � @ 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 �C/opt/cppython/lib/python3.8/site-packages/mako/ext/preprocessors.py�convert_comments
s r )�__doc__r r r r r r �<module> s