Is there an equivalent functionality in the Python parser, similar to the one available in Java, that allows us to find the differences between two Python files?
Note: We have used the Python parser and are able to find the XML for both files. In addition, we are also able to extract the metadata from the XML. We are trying to use XML provided by Python in the Java code and find the difference. Is this the correct approach?