Example Usage - Test Error
Defined the source and candidate paths as below for testing. Is this correct?
source_path = schema.Path().add_node(mobile) candidate_paths = [schema.Path().add_node(mobile), handset]
Error received is provided below for your reference.
Traceback (most recent call last):
File "schema_test.py", line 12, in
Could you find how to pass the source pah and candidate path. Need sample program.