Python SDK docsReferencePython SDK APIinfrahub_sdknodeparsersOn this pageinfrahub_sdk.node.parsers Functions parse_human_friendly_id parse_human_friendly_id(hfid: str | list[str]) -> tuple[str | None, list[str]] Parse a human-friendly ID into a kind and an identifier. Raises: ValueError: If hfid is neither a string nor a list of strings.