allow tab completion for the exposed functions on the client side

This commit is contained in:
2023-02-08 21:03:03 +01:00
parent 76e3a04d98
commit b14f6e68b4

View File

@ -16,4 +16,8 @@ class RPCClient(xrc.ServerProxy):
return head + help
def __dir__(self):
return super().__dir__() + self.utils.info().keys()