Code.compile_quoted
You're seeing just the function
compile_quoted
, go back to Code module for more information.
Specs
Compiles the quoted expression.
Returns a list of tuples where the first element is the module name and
the second one is its bytecode (as a binary). A file
can be
given as second argument which will be used for reporting warnings
and errors.