Unicode.Guards.is_graph

You're seeing just the macro is_graph, go back to Unicode.Guards module for more information.
Link to this macro

is_graph(codepoint)

View Source (macro)

Guards whether a UTF8 codepoint is a graphic character.

This is the Unicode definition of those characters that are visible. It is defined as those characters that are non-space, non-control and non-surrogate.