emoji_data.utils module

emoji_data.utils.code_points_to_string(code_points: int | str | Iterable[int | str]) str[source]
Parameters:

code_points (int | str | Iterable[int | str])

Return type:

str

emoji_data.utils.code_point_to_regex(code_point: int) str[source]
Parameters:

code_point (int)

Return type:

str

emoji_data.utils.emoji_data_lines(data_file: str) Generator[Tuple[str, str], None, None][source]
Parameters:

data_file (str)

Return type:

Generator[Tuple[str, str], None, None]