allow tab completion for the exposed functions on the client side
This commit is contained in:
@ -16,4 +16,8 @@ class RPCClient(xrc.ServerProxy):
|
|||||||
return head + help
|
return head + help
|
||||||
|
|
||||||
|
|
||||||
|
def __dir__(self):
|
||||||
|
return super().__dir__() + self.utils.info().keys()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user