Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtest_util.py855 def build_ref_graph(obj, graph, reprs, denylist): argument
878 build_ref_graph(r, graph, reprs, denylist)
879 reprs[r_id] = describe(r, denylist)
881 def find_cycle(el, graph, reprs, path): argument
889 logging.error(reprs.get(p, "unknown object " + str(p)))
892 if find_cycle(r, graph, reprs, path + (r,)):
898 reprs = {} # object ID -> description
899 build_ref_graph(obj, graph, reprs, (objects, graph, reprs, get_ignore_reason,
902 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.8.0a3.rst385 Fix format strings used for stderrprinter and re.Match reprs. Patch by
D3.7.0a3.rst837 display in an error message, to protect against badly behaved custom reprs.
D3.5.0a1.rst1668 Implemented reprs of classes in the zipfile module.
D3.8.0a1.rst2689 dataclasses now handle recursive reprs without raising RecursionError.
/external/python/cpython3/Doc/reference/
Dimport.rst640 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.