Check out the functions in a module

In the console, after

using some_peoples_package 

How can I obtain a list of all the functions imported?

If you mean names exported by the module you can just so SomeModule.<tab><tab> to get that list.

2 Likes

Linking related post.

2 Likes