meshed.tests.test_ch_funcs

class meshed.tests.test_ch_funcs.FlagWithMessage(flag, msg)[source]
flag: bool

Alias for field number 0

msg: str

Alias for field number 1

meshed.tests.test_ch_funcs.test_validate_bind_attributes()[source]

in ch_func_node_func: validate compatibility (not equality of sigs) we cannot use call_compatibility rename everything https://github.com/i2mint/i2/issues/47

meshed.tests.test_ch_funcs.validate_func_mapping_on_signatures(func_mapping, func_nodes)[source]

This function is used to give a more detailed report on mismatched signatures The same can be done by tweaking ch_func_node_func and its “alternative” param