get all the unctions o a module in ython code example Example: how to know all methods in a module in python >>> import re >>> dir(re)