Lines Matching refs:str
148 if type(stdout) is not str:
152 self.stdout = str(stdout, encoding='utf-8') if stdout is not None else stdout
158 if type(stderr) is not str:
162 self.stderr = str(stderr, encoding='utf-8') if stderr is not None else stderr
190 of bool, str, or list type.
209 [isinstance(v, (bool, str, list)) for v in get_all_variables(cls)]):
211 'expected_* variables are only allowed to be bool, str, or '
236 counter_string = str(self.num_successes + self.num_failures) + '/' + str(
334 message = str(e)
346 type=str,
352 type=str,
358 type=str,