Searched refs:to_str (Results 1 – 2 of 2) sorted by relevance
26 def __init__(self, from_str, to_str, start = None): argument28 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)
382 PyObject *to_str = PyObject_Str(item); in warn_explicit() local385 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()