It is a pain to find the attributes of Chimera Python objects coded in C++ since they don't show up with dir(). We look at the C++ headers for that. We have not had the time to better document our programming interfaces.
In the IDLE window, help(object) will show that object's C++ attributes and methods, along with method arg names/types and return values.