Searched refs:help_as_repr (Results 1 – 5 of 5) sorted by relevance
48 wrapped = functions.help_as_repr(func)52 @functions.help_as_repr59 self.assertEqual(functions.help_as_repr(lambda: 9876)(), 9876)63 self.assertIs(functions.help_as_repr(lambda arg: arg)(value), value)
17 from pw_rpc.console_tools.functions import help_as_repr
75 def help_as_repr(function: Callable) -> Callable: function
156 set_target=functions.help_as_repr(self.set_target),
23 :members: Context, ClientInfo, Watchdog, help_as_repr