Home
last modified time | relevance | path

Searched refs:is_unicode_scalar_value (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/py-tomli/tomli-1.2.2/tomli/
H A D_parser.py502 if not is_unicode_scalar_value(hex_int):
662 def is_unicode_scalar_value(codepoint: int) -> bool: function
/dports/devel/py-isort/isort-5.10.1/isort/_vendored/tomli/
H A D_parser.py493 if not is_unicode_scalar_value(hex_int):
649 def is_unicode_scalar_value(codepoint: int) -> bool: function
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/tomli/
H A D_parser.py521 if not is_unicode_scalar_value(hex_int):
702 def is_unicode_scalar_value(codepoint: int) -> bool: function