Unicode.EastAsianWidth.east_asian_width_category

You're seeing just the function east_asian_width_category, go back to Unicode.EastAsianWidth module for more information.
Link to this function

east_asian_width_category(string)

View Source

Returns the east asian width category name(s) for the given binary or codepoint.

In the case of a codepoint, a single east asian width category name is returned.

For a binary a list of distinct east asian width category names represented by the lines in the binary is returned.