Unicode.CanonicalCombiningClass.combining_class

You're seeing just the function combining_class, go back to Unicode.CanonicalCombiningClass module for more information.

Returns the canonical combining class name(s) for the given binary or codepoint.

In the case of a codepoint, a single class name is returned.

For a binary a list of distinct class names represented by the graphemes in the binary is returned.