Searched refs:script_horizontal_direction (Results 1 – 5 of 5) sorted by relevance
244 assert unicodedata.script_horizontal_direction("Latn") == "LTR"245 assert unicodedata.script_horizontal_direction("Arab") == "RTL"246 assert unicodedata.script_horizontal_direction("Thaa") == "RTL"249 unicodedata.script_horizontal_direction("Azzz")250 assert unicodedata.script_horizontal_direction("Azzz",
197 def script_horizontal_direction(script_code, default=KeyError): function
465 - [unicodedata] Added ``script_horizontal_direction`` function that returns
882 - [unicodedata] Added ``script_horizontal_direction`` function that returns