Home
last modified time | relevance | path

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

/external/pigweed/pw_cli/py/
Dplugins_test.py30 def _with_docstring() -> int: function
156 self.assertIs(self._registry['test_plugin'].target, _with_docstring)
160 self.assertIsNotNone(self._registry.register('b', _with_docstring))
166 self.assertIn(_with_docstring.__doc__,