Searched refs:uuid (Results 1 - 8 of 8) sorted by relevance
/pkg/src/modules/client/transport/ |
H A D | engine.py | 107 eh.uuid = None 193 uuid = h.uuid 196 repourl=urlstem, uuid=uuid) 238 uuid = h.uuid 305 uuid=uuid) 311 repourl=urlstem, uuid [all...] |
H A D | exception.py | 152 repourl=None, request=None, uuid=None, details=None, proxy=None): 162 self.uuid = uuid 221 uuid=None, proxy=None): 229 self.uuid = uuid 278 def __init__(self, url=None, repourl=None, uuid=None, proxy=None): 283 self.uuid = uuid
|
H A D | transport.py | 651 header = self.__build_header(uuid=self.__get_uuid(pub)) 827 header = self.__build_header(uuid=self.__get_uuid(pub)) 991 header = self.__build_header(uuid=self.__get_uuid(pub)) 1068 header = self.__build_header(uuid=self.__get_uuid(pub)) 1108 header = self.__build_header(uuid=self.__get_uuid(pub)) 1196 header = self.__build_header(uuid=self.__get_uuid(pub)) 1251 uuid=self.__get_uuid(pub)) 1297 header = self.__build_header(uuid=self.__get_uuid(pub)) 1327 uuid=self.__get_uuid(pub)) 1487 uuid [all...] |
H A D | fileobj.py | 28 import uuid as uuidm 238 def uuid(self): member in class:StreamingFileObj
|
/pkg/src/tests/api/ |
H A D | t_imageconfig.py | 96 # uuid should have been set even though it wasn't in the file 100 """Verify that the uuid determined during the first read is the 101 same as the uuid in the second read.""" 105 uuid = pub.client_uuid 110 self.assertEqual(pub2.client_uuid, uuid)
|
/pkg/src/modules/client/ |
H A D | bootenv.py | 357 an image root, returning name and uuid """ 387 return be.name, be.uuid 390 return be.name, be.uuid 396 system, keyed by uuid""" 405 uuid_bes[be.uuid] = be.name 479 self.be_name_clone_uuid = self.be_clone.uuid 508 self.be_clone.uuid 944 an image root, returning name and uuid """ 978 system, keyed by uuid"""
|
H A D | publisher.py | 51 import uuid namespace 2235 self.__client_uuid = str(uuid.uuid1())
|
/pkg/src/modules/ |
H A D | config.py | 61 import uuid namespace 842 uuid.UUID(hex=str(value))
|
Completed in 160 milliseconds