how to get a list of function of module in jupyter code example Example: how to know all methods in a module in python >>> import re >>> dir(re)