neater
This commit is contained in:
@ -19,8 +19,7 @@ class RPCClient(xrc.ServerProxy):
|
||||
def __dir__(self):
|
||||
d1 = super().__dir__()
|
||||
d2 = self.utils.info().keys()
|
||||
d2 = list(d2)
|
||||
return d1 + d2
|
||||
return [*d1, *d2]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user