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

Method format

cloudinit/config/schema.py:109–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 message: str
108
109 def format(self) -> str:
110 return f"{self.path}: {self.message}"
111
112
113SchemaProblems = List[SchemaProblem]

Callers 15

json_serialize_defaultFunction · 0.80
format_error_messageMethod · 0.80
__sub__Method · 0.80
prepend_base_commandFunction · 0.80
subpFunction · 0.80
show_warningFunction · 0.80
extract_authorized_keysFunction · 0.80
_handle_exitFunction · 0.80
_process_msgMethod · 0.80
_do_includeMethod · 0.80
centerFunction · 0.80
load_yamlFunction · 0.80

Calls

no outgoing calls