Home
last modified time | relevance | path

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

/external/autotest/server/
Dsite_log_time_diff.py26 def __init__(self, from_str, to_str, start = None): argument
28 self.to_re = re.compile(to_str)
100 if not options.from_str or not options.to_str:
109 parser = StampParser(options.from_str, options.to_str, options.start)
/external/python/cpython2/Python/
D_warnings.c382 PyObject *to_str = PyObject_Str(item); in warn_explicit() local
385 if (to_str != NULL) in warn_explicit()
386 err_str = PyString_AS_STRING(to_str); in warn_explicit()
390 Py_XDECREF(to_str); in warn_explicit()