Searched refs:text (Results 1 – 1 of 1) sorted by relevance
318 def if_cond_text(conds, text): argument326 return text327 return '#if %s\n%s#endif\n' % (' && '.join(conds), text)
Completed in 3 milliseconds