Check Matches
hexa.check_matches
Summary
Verify that two hexa representations agree.
Classes
Functions
check_matches
Verify two representations agree.
Parameters
path_a : str | Path Path to a .yaml or .py file. path_b : str | Path Path to a .yaml or .py file.
Returns
bool | list[str] True if they match exactly, otherwise a list of difference strings.