Searched refs:_FormatHeader (Results 1 – 3 of 3) sorted by relevance
16 def _FormatHeader(root, output_dir): function39 yield _FormatHeader(root, output_dir)
18 return _FormatHeader48 def _FormatHeader(root, lang='en', output_dir='.'): function
21 yield _FormatHeader(root, lang, output_dir)323 def _FormatHeader(root, lang, output_dir): function