This problem has been resolved in Python 3.10. If you are using Python 3.9 or
earlier, use isinstance_ with the underscore. isinstance_ can be
imported from funowl.terminals.TypingHelper
Also, changed deprecated call to Graph.load to Graph.parse
Added three test outputs that somehow never got added to test data.
This problem has been resolved in Python 3.10. If you are using Python 3.9 or earlier, use
isinstance_
with the underscore.isinstance_
can be imported fromfunowl.terminals.TypingHelper
Also, changed deprecated call to
Graph.load
toGraph.parse
Added three test outputs that somehow never got added to test data.