Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/stringbench/
Dstringbench.py1216 to_str = STR("\t")
1219 s_replace(from_str, to_str)
1227 to_str = STR("\t")
1230 pat_sub(to_str, s)
1237 to_str = STR(" ")
1240 s_replace(from_str, to_str)
1248 to_str = STR(" ")
1251 pat_sub(to_str, s)
1259 to_str = STR("ATT")
1262 seq_replace(from_str, to_str)
[all …]
/external/python/google-api-python-client/googleapiclient/
Dschema.py109 seen, dent=dent).to_str(self._prettyPrintByName)
144 return _SchemaToStruct(schema, seen, dent=dent).to_str(self._prettyPrintByName)
301 def to_str(self, from_cache): member in _SchemaToStruct
/external/scapy/scapy/contrib/
Disis.py125 def __init__(self, name, default, length, to_str, to_id): argument
126 self.to_str = to_str
135 return self.to_str(x)
/external/python/cpython2/Python/
D_warnings.c388 PyObject *to_str = PyObject_Str(item); in warn_explicit() local
391 if (to_str != NULL) in warn_explicit()
392 err_str = PyString_AS_STRING(to_str); in warn_explicit()
396 Py_XDECREF(to_str); in warn_explicit()
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt332 googleapiclient.schema._SchemaToStruct.to_str googleapiclient.schema._SchemaToStruct-class.html#to_…