Searched refs:script_horizontal_direction (Results 1 – 3 of 3) sorted by relevance
265 assert unicodedata.script_horizontal_direction("Latn") == "LTR"266 assert unicodedata.script_horizontal_direction("Arab") == "RTL"267 assert unicodedata.script_horizontal_direction("Thaa") == "RTL"268 assert unicodedata.script_horizontal_direction("Ougr") == "RTL"271 unicodedata.script_horizontal_direction("Azzz")272 assert unicodedata.script_horizontal_direction("Azzz", default="LTR") == "LTR"
204 def script_horizontal_direction(script_code: str, default: T) -> HorizDirection | T: ... function208 def script_horizontal_direction( function213 def script_horizontal_direction( function
2077 - [unicodedata] Added ``script_horizontal_direction`` function that returns