Lines Matching refs:str
362 fprint(" { %s }," % ", ".join(map(str,record)))
908 def expand_range(char_range: str) -> Iterator[int]:
931 def __init__(self, template: str, version: str) -> None:
935 def records(self) -> Iterator[List[str]]:
943 def __iter__(self) -> Iterator[List[str]]:
946 def expanded(self) -> Iterator[Tuple[int, List[str]]]:
957 codepoint: str
958 name: str
959 general_category: str
960 canonical_combining_class: str
961 bidi_class: str
962 decomposition_type: str
963 decomposition_mapping: str
964 numeric_type: str
965 numeric_value: str
966 bidi_mirrored: str
967 unicode_1_name: str # obsolete
968 iso_comment: str # obsolete
969 simple_uppercase_mapping: str
970 simple_lowercase_mapping: str
971 simple_titlecase_mapping: str
974 east_asian_width: Optional[str]
980 binary_properties: Set[str]
988 def from_row(row: List[str]) -> UcdRecord:
1276 i = str(item) + ", "