Unicode.Guards.is_print

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

is_print(codepoint)

View Source (macro)

Guargs where a UTF8 codepoint is a printing character.

This is the Unicode definition which is a combination of the [:graph:] set and the [:blank:] set.