Unicode.Guards.is_upper

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

is_upper(codepoint)

View Source (macro)

Guards whether a UTF8 codepoint is an upper case character.

The match is for any UTF8 character that is defined in Unicode to be an upper case character in any script.