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

/external/autotest/site_utils/lxc/
H A D__init__.py16 from container import ContainerId namespace
H A Dcontainer.py35 class ContainerId(collections.namedtuple('ContainerId',
69 ContainerId.
158 self._id = ContainerId.load(
241 # ContainerId to serialize properly.
36 ['job_id', 'creation_time', 'pid'])): class in inherits:collections.namedtuple('ContainerId', ['job_id', 'creation_time', 'pid']

Completed in 425 milliseconds