Kernel.is_atom

You're seeing just the function is_atom, go back to Kernel module for more information.

Specs

is_atom(term()) :: boolean()

Returns true if term is an atom; otherwise returns false.

Allowed in guard tests. Inlined by the compiler.