get module used by functions python code example
Example 1: how to know all methods in a module in python
>>> import re
>>> dir(re)
Example 2: package in python
A package is basically a directory with Python files and a file with the name __init__.py