The PageTree is a PyLucid model. It's a simple ID<->parent-ID relation tree. It holds the menu tree hierarchy.
The PageTree entry is language independent. All language depend stuff is in PageMeta, PageContent etc.
The model is defined here: pylucid_project/apps/pylucid/models/pagetree.py
A import can look like this: