Error raised if two tree objects do not share the same node structure.
| 797 | |
| 798 | |
| 799 | class TreeIsomorphismError(ValueError): |
| 800 | """Error raised if two tree objects do not share the same node structure.""" |
| 801 | |
| 802 | |
| 803 | def group_subtrees( |
no outgoing calls
no test coverage detected
searching dependent graphs…