To find all exports of the CodeTools package and its subpackages, you can use this command.
>
|
|
| (1) |
This includes both commands (procedures and appliable modules) and modules that aren't appliable, such as the subpackages. To obtain only the procedures and appliable modules, you can use the select and type commands as follows:
>
|
|
| (2) |
Note that for the subpackage commands, you cannot easily see which subpackage they are in. That's what the "paths" are for.
>
|
|
| (3) |
>
|
|
| (4) |
To obtain all the members of the CodeTools[Profiling] subpackage, we can use the following command.
>
|
|
| (5) |
The fact that the "paths" start with the string is a bit misleading; it would potentially be more helpful for it to start with . We can make that happen as follows.
>
|
|
| (6) |