Follows by the python reference manual
we've that
Code objects represent byte-compiled executable Python code, or bytecode.
and
Special read-only attributes: co_name gives the function name;
What is the value of co_name
if the current compiled code doesn't depends on any function (i.e. global module code)?