Check Matches
hexa.check_matches
Summary
Verify that two hexa representations agree.
check_matches parses two representations — one YAML spec and/or ABC Python
module each — and reports whether they describe the same port tree.
Notes
- Uses
PortNode.diffto produce human-readable difference strings.
Classes
Functions
check_matches
Verify two representations agree.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path_a |
str | Path
|
Path to a |
required |
path_b |
str | Path
|
Path to a |
required |
Returns:
| Type | Description |
|---|---|
bool | list[str]
|
bool | list[str]:
|