Mar-10-2022, 08:59 AM
Hi,
I am used to computing but not in python. Can please someone help me ?
I am trying to use a big package and I need to search some functions inside, so, I need these names.
A sample code begins like
from mypackage import module1
from mypackage.api import module2, module3
from mypackage.models import module4, module5, module6
I found things like help(module1) or print(dir(module1)) but impossible for me to scan all "mypackage". I in fact would like to know all the functions that come with
pip install git+http://github.com/my/package-sdk.git
Thanks :)
aka
I am used to computing but not in python. Can please someone help me ?
I am trying to use a big package and I need to search some functions inside, so, I need these names.
A sample code begins like
from mypackage import module1
from mypackage.api import module2, module3
from mypackage.models import module4, module5, module6
I found things like help(module1) or print(dir(module1)) but impossible for me to scan all "mypackage". I in fact would like to know all the functions that come with
pip install git+http://github.com/my/package-sdk.git
Thanks :)
aka

![[Image: LKnPan.png]](https://imagizer.imageshack.com/v2/xq90/923/LKnPan.png)
![[Image: E3YMte.png]](https://imagizer.imageshack.com/v2/xq90/923/E3YMte.png)
![[Image: 62mkHr.png]](https://imagizer.imageshack.com/v2/xq90/923/62mkHr.png)
![[Image: gNOIDB.png]](https://imagizer.imageshack.com/v2/xq90/922/gNOIDB.png)