Kernel.is_port

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

Specs

is_port(term()) :: boolean()

Returns true if term is a port identifier; otherwise returns false.

Allowed in guard tests. Inlined by the compiler.