Searched refs:reprs (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 855 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/ |
D | repr.rst | 123 .. _subclassing-reprs:
|
D | compiler.rst | 555 reprs for readability. The AST reprs use unqualified class names. If you want
|
/external/python/cpython3/Doc/library/ |
D | reprlib.rst | 142 .. _subclassing-reprs:
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a3.rst | 385 Fix format strings used for stderrprinter and re.Match reprs. Patch by
|
D | 3.7.0a3.rst | 837 display in an error message, to protect against badly behaved custom reprs.
|
D | 3.5.0a1.rst | 1668 Implemented reprs of classes in the zipfile module.
|
D | 3.8.0a1.rst | 2689 dataclasses now handle recursive reprs without raising RecursionError.
|
/external/python/cpython3/Doc/reference/ |
D | import.rst | 640 Module reprs
|
/external/python/cpython2/Misc/ |
D | HISTORY | 1065 - Fixed bug #1459029 - unicode reprs were double-escaped.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18449 - Fixed bug #1459029 - unicode reprs were double-escaped.
|