The module code_utils.py contains functions useful to deal with code.
Currently it only contains find_in_code() function, described below
Finds all occurrences of the string string in the code object code,
optionally restricting the search to the lines specified in the lines