Hi everybody, i am asking for help of this question that where can i get the full python api?

For example , i want to know all the property and method of class UniverseManager. So i can know what it included and  how to use it ,but i can't find the information , i can just find some information on the community that somebody tell that this class have one method.

The documentation doesn't have the content of every import class , for example ,there just several simple way to use UniverseManager ,but the method and property not included. I don't know UniverseManager has a method UniverseManager.ActiveSecurities unless i find a thread on community. The lean DOC is just for C# and doesn't have the python version.

 

So, is there a python API ?

Author