Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py8127 def with_docstring(x): function
8132 self.assertEqual(with_docstring.__doc__, 'test str')
8137 def with_docstring(self, x): member in TestScript.test_script_method_docstring.A
8143 self.assertEqual(a.with_docstring.__doc__, 'test str')