PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
You can use the built-indir function to list the identifiers that a module defines. The identifiers are the functions, classes and variables defined in that module.
When you supply a module name to thedir() function, it returns the list of the names defined in that module. When no argument is applied to it, it returns the list of names defined in the current module.