how to show all of the functions in a library - python code example Example: how to know all methods in a module in python >>> import re >>> dir(re)