Kernel.self

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

Specs

self() :: pid()

Returns the PID (process identifier) of the calling process.

Allowed in guard clauses. Inlined by the compiler.