Home
last modified time | relevance | path

Searched refs:reprs (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dtest_util.py687 def build_ref_graph(obj, graph, reprs, blacklist): argument
710 build_ref_graph(r, graph, reprs, blacklist)
711 reprs[r_id] = describe(r, blacklist)
713 def find_cycle(el, graph, reprs, path): argument
721 logging.error(reprs.get(p, "unknown object " + str(p)))
724 if find_cycle(r, graph, reprs, path + (r,)):
730 reprs = {} # object ID -> description
731 build_ref_graph(obj, graph, reprs, (objects, graph, reprs, get_ignore_reason,
734 if find_cycle(k, graph, reprs, ()):
/external/python/cpython2/Doc/library/
Drepr.rst123 .. _subclassing-reprs:
Dcompiler.rst555 reprs for readability. The AST reprs use unqualified class names. If you want
/external/python/cpython3/Doc/library/
Dreprlib.rst142 .. _subclassing-reprs:
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst430 dataclasses now handle recursive reprs without raising RecursionError.
D3.7.3rc1.rst173 Fix format strings used for stderrprinter and re.Match reprs. Patch by
D3.7.0a3.rst844 display in an error message, to protect against badly behaved custom reprs.
D3.5.0a1.rst1668 Implemented reprs of classes in the zipfile module.
/external/python/cpython3/Doc/reference/
Dimport.rst639 Module reprs
/external/python/cpython2/Misc/
DHISTORY1065 - Fixed bug #1459029 - unicode reprs were double-escaped.
/external/python/cpython3/Misc/
DHISTORY18449 - Fixed bug #1459029 - unicode reprs were double-escaped.