Searched defs:client_uuid (Results 1 - 1 of 1) sorted by relevance
/pkg/src/modules/client/ |
H A D | publisher.py | 1204 def __init__(self, prefix, alias=None, catalog=None, client_uuid=None, 1217 if client_uuid is None: 1220 self.__client_uuid = client_uuid 1298 return key in ("client_uuid", "disabled", "mirrors", "origin", 1304 client_uuid=self.__client_uuid, disabled=self.__disabled, 1329 if key == "client_uuid": 2233 """Replaces the current client_uuid with a new UUID.""" 2943 client_uuid = property(lambda self: self.__client_uuid, variable
|
Completed in 29 milliseconds