Home | History | Annotate | Download | only in host

Lines Matching refs:to_str

218                      to_str=False):
236 to_str: boolean, whether to convert the result object to string if not None.
245 """Check to_str option and convert to string if not None"""
246 if to_str and return_value is not None: