Home
last modified time | relevance | path

Searched refs:str2bool (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A Dcheck_header_guard.py444 def str2bool(v: Union[str, bool]) -> bool: function
461 nargs='?', const=True, default=False, metavar='bool', type=str2bool, help='verbose output'
465 nargs='?', const=True, default=False, metavar='bool', type=str2bool,
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dmain.py333 def str2bool(v: Union[str, bool]) -> bool: function
347 kwargs['type'] = str2bool