Searched refs:getbool (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dext.py590 def getbool(options, key, default=False): function in function:babel_extract
594 silent = getbool(options, 'silent', True)
604 getbool(options, 'trim_blocks', TRIM_BLOCKS),
605 getbool(options, 'lstrip_blocks', LSTRIP_BLOCKS),
607 getbool(options, 'keep_trailing_newline', KEEP_TRAILING_NEWLINE),
613 if getbool(options, 'newstyle_gettext'):

Completed in 1430 milliseconds