Home
last modified time | relevance | path

Searched refs:smartquotes (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/
Ddocutils.conf2 smartquotes-locales: ja: ""''
/external/python/cpython2/Objects/
Dbytesobject.c1336 PyBytes_Repr(PyObject *obj, int smartquotes) in PyBytes_Repr() argument
1364 if (smartquotes && squotes && !dquotes) in PyBytes_Repr()
Dstringobject.c932 PyString_Repr(PyObject *obj, int smartquotes) in PyString_Repr() argument
955 if (smartquotes && in PyString_Repr()
/external/python/cpython3/Objects/
Dbytesobject.c1261 PyBytes_Repr(PyObject *obj, int smartquotes) in PyBytes_Repr() argument
1291 if (smartquotes && squotes && !dquotes) in PyBytes_Repr()