Searched refs:rewrite_argument_docstring (Results 1 – 5 of 5) sorted by relevance
359 reduce_join.__doc__ = deprecation.rewrite_argument_docstring(
3261 reverse_sequence.__doc__ = deprecation.rewrite_argument_docstring(3262 deprecation.rewrite_argument_docstring(3278 reverse_sequence_v2.__doc__ = deprecation.rewrite_argument_docstring(3279 deprecation.rewrite_argument_docstring(
915 convolution_v2.__doc__ = deprecation.rewrite_argument_docstring(916 deprecation.rewrite_argument_docstring(2404 conv3d_v2.__doc__ = deprecation.rewrite_argument_docstring(
604 def rewrite_argument_docstring(old_doc, old_argument, new_argument): function
953 new_docs = deprecation.rewrite_argument_docstring(954 deprecation.rewrite_argument_docstring(docs, "a", "left"), "b", "right")