src.function_file¶ function_file ¶ my_function() ¶ This is an empty function Source code in src/function_file.py 1 2 3def my_function(): """This is an empty function""" pass