Searched defs:client_args (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dhistory.py260 client_args = None variable in class:History
292 object.__setattr__(self, "client_args",
293 [copy.copy(a) for a in self.client_args])
300 if name == "client_args":
313 if name == "client_args":
372 object.__setattr__(self, "client_args", ca)
403 object.__setattr__(self, "client_args", [])
463 object.__setattr__(self, "client_args", [])
478 ca = object.__getattribute__(self, "client_args")
599 if self.client_args
[all...]

Completed in 10 milliseconds