Searched refs:str2bool (Results 1 – 2 of 2) sorted by relevance
| /petsc/lib/petsc/bin/maint/ |
| H A D | check_header_guard.py | 444 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 D | main.py | 333 def str2bool(v: Union[str, bool]) -> bool: function 347 kwargs['type'] = str2bool
|