I have a Clade object and I need to access its parent clade. I thought that clade.root should do this but this seems to contain a reference to itself: (Pdb) main_clade == main_clade.root True Is there some other way? Thanks Mike