Home
last modified time | relevance | path

Searched defs:repr_str (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
Drepr.py91 def repr_str(self, x, level): member in Repr
Dpydoc.py439 repr_str = repr_string variable in HTMLRepr
1020 repr_str = repr_string variable in TextRepr
/external/python/cpython3/Lib/
Dreprlib.py120 def repr_str(self, x, level): member in Repr
Dpydoc.py463 repr_str = repr_string variable in HTMLRepr
1064 repr_str = repr_string variable in TextRepr
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc91 string repr_str; in PyRepr() local
/external/python/cpython3/Python/
Dsysmodule.c215 PyObject *encoded, *escaped_str, *repr_str, *buffer, *result; in sys_displayhook_unencodable() local
/external/python/cpython2/Modules/
DcPickle.c1250 char *repr_str; in save_string() local
1420 char *repr_str; in save_unicode() local
/external/python/cpython2/Objects/
Dtypeobject.c5528 static PyObject *repr_str; local