how to get sublevels in python

I’m curious if there is a way to grab the sub-levels in a world via python. It seems in C++, a UWorld object has PersistentLevel and StreamingLevels variables. I’m not finding these in python. Any other methods?

would also be glad to know

Also interested. Did any of you guys get an answer?