A immutable object generated by python used to represent python code. Contains:

  • co_code : a string representing byte code
  • co_consts : A tuple containing constant values referenced by byte code
  • co_name : A string that contains name of code object if it has one