Struct representing a Python code snippet.
The location metadata is used for accurate stacktraces on Python side.
Usually created automatically by ~p"my code" sigil from Snex.Sigils.
Summary
Types
@type t() :: %Snex.Code{file: String.t(), line: non_neg_integer(), src: iodata()}