MCPcopy Create free account
hub / github.com/canonical/cloud-init / get_runpath

Method get_runpath

cloudinit/helpers.py:426–427  ·  view source on GitHub ↗
(self, name=None)

Source from the content-addressed store, hash-verified

424 return os.path.join(base, self.lookups[name])
425
426 def get_runpath(self, name=None):
427 return self._get_path(self.run_dir, name)
428
429
430# This config parser will not throw when sections don't exist

Calls 1

_get_pathMethod · 0.95