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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
H A Dservicedef.py53 def getbool(self, option, default=False): member in class:ServiceDef
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
H A Dconfig.py161 def getbool(self, section, name, default=False): member in class:Config
/external/opencv3/3rdparty/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 782 milliseconds