Unicode.WordBreak.word_break

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

Returns the line break name(s) for the given binary or codepoint.

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

For a binary a list of distinct line break names represented by the lines in the binary is returned.