Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/py/pw_rpc/
Dcallback_client.py252 def _method_client_docstring(method: Method) -> str: function
355 dict(__call__=call, __doc__=_method_client_docstring(method)))
383 dict(__call__=call, __doc__=_method_client_docstring(method)))